jboss5.x
custom logging info for deployed application on jboss
I have an application deployed to a jboss server which uses many entityManagers because we handle 开发者_StackOverflow社区many customers with one application. So we have one application talking to man[详细]
2023-02-13 00:41 分类:问答NoInitialContextException when deploying MDB on custom resource adapter
I developed a resource adapter that I would like to use within my application ear, deployed in JBoss 5.1. After playing around with annotations and xml files, I came up with the following setup.[详细]
2023-02-12 16:07 分类:问答Where is jboss.server.config.url set in JBoss 5?
I am facing a rather strange problem with an installation of JBoss 5.0.1 I have to deploy a webapp on.[详细]
2023-02-12 04:23 分类:问答Use HSQLDB in JBoss5.1
In my current project, I use HSQLDB 2.0 and JBoss5.1 . Currently I am starting the HSQLDB server from command prompt as :[详细]
2023-02-11 23:56 分类:问答not defined a non-jta-data-source in JPA
I have JPA mapping to HSQLDB and persistence.xml reads as below: <persistence-unit name=\"HMC\">[详细]
2023-02-11 22:45 分类:问答How to start Transaction in JTA EntityManager
I have JPA mapping to HSQLDB and persistence.xml reads as below : <persistence-unit name=\"HMC\">[详细]
2023-02-11 20:54 分类:问答HornetQ MDB timeout
JBoss 5.1 with HornetQ I need a MDB to rollback if it cannot process a message in 30 s开发者_Go百科econds. Is this possible ?[详细]
2023-02-10 21:17 分类:问答Disable Quartz startup on first scheduale
I am using Quartz as followed: schedulerFactory 开发者_如何学C= new StdSchedulerFactory(); scheduler = schedulerFactory.getScheduler();[详细]
2023-02-10 07:20 分类:问答DeploymentException while deploying the remote EJB
I am getting this exception while running a dynamic web project Error installing to Real: name=vfsfile:/C:/jboss-5.0.1.GA_1/jboss-5.0.1.GA/server/default/deploy/BookMartEAR.ear/ state=PreReal mode=Ma[详细]
2023-02-10 02:41 分类:问答deploy.last in JBoss 5.1 in web configuration?
We have ear that depends on war file. We use web configuration. I put war file to <jbo开发者_开发问答ss_home>/server/web/deploy directory.[详细]
2023-02-08 07:25 分类:问答