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
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.
I am facing a rather strange problem with an installation of JBoss 5.0.1 I have to deploy a webapp on.
In my current project, I use HSQLDB 2.0 and JBoss5.1 . Currently I am starting the HSQLDB server from command prompt as :
I have JPA mapping to HSQLDB and persistence.xml reads as below: <persistence-unit name=\"HMC\">
I have JPA mapping to HSQLDB and persistence.xml reads as below : <persistence-unit name=\"HMC\">
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 ?
I am using Quartz as followed: schedulerFactory 开发者_如何学C= new StdSchedulerFactory(); scheduler = schedulerFactory.getScheduler();
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
We have ear that depends on war file. We use web configuration. I put war file to <jbo开发者_开发问答ss_home>/server/web/deploy directory.