Log in to follow, share, and participate in this community.
Thread EJB 2 to EJB 3 Migration
EJB 2 to EJB 3 MigrationHi All, need a little help...working on a project to migrate application from JBoss EAP 5.x to JBoss EAP 7.x, which requires migration from EJB 2.x and Xdoclet to EJB 3.x and need to remove XDoclet. Please l...
Deploy Failed with Unused CMP referenceI'm Deploying an .ear in 'deploy' folder and .war in 'deploy.last' folder. My .ear file has all the CMP references. I'm injecting one Session bean with Spring as below While I try to migrate my code f...
Thread Which version of EJB is supported by JBOSS EAP 6.2?
Which version of EJB is supported by JBOSS EAP 6.2?Hi . Please let me know which EJB version is supported by JBOSS EAP 6.2 (EJB 2.0,2.1,3.0,3.1..etc). While trying to deploy EJB 2.0, I am getting parsing exception in JBOSS EAP 6.2 server
EJB projectHey! I got question about EJB project. I know how to create and deploy an ejb project with maven, which only import default libraries. But if i include dependency for JSON etc, there's a problem. Message Drive...
WildFly MDB consumer with remote queueI have two servers(both wildfly8). On server 1 i have a queue. On server 2 i have a mdb consumer. My question is how to configure the consumer to consume messages from the queue on server 1. Messaging subsystem attac...
Thread Custom service which other jboss applications use
Custom service which other jboss applications useHello! It's possible to create some jboss service, which other jboss aplications can use it and wait for result. Something similar that I need is EJB quickstart example jboss-ejb-in-ear, but this one can not u...
Thread Jboss EAP 5.1 - MDB Integration with IBM Websphere MQ
Jboss EAP 5.1 - MDB Integration with IBM Websphere MQI have been playing with a lot of Jboss parameters but I have been unsuccessful in getting my MDB to process more than 10 concurrent messages at a time. This is not adequate for my needs - I need a lot more concurrent...
problem with a stateless session beanHello, I don't know if it is the right forum for this discussion. I didn't find the answer elsewhere. Anyway, here is my problem I have a java client (Main program) that call a remote SLSB by a lookup ...
Thread Guys Please, Need help with EJB 3 Hibernate on JBOSS- error
Guys Please, Need help with EJB 3 Hibernate on JBOSS- error11:52:57,319 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA 11:52:57,531 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 11:52:57,583 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "...
Deploying EAR with EJB.jar in JBOSSI am migration an application from WebSphere to Jboss 6.2. EJB.jar is inside a appliacaion ear file. While starting the JBOSS server, The error is coming due to WebSphere interfaces AppStartUpHome and AppStartUp use...
Class loading problem in EAP 6.2Hi All, I have two enterprise applications packaged into two ears (client.ear, aserver.ear) both of them use common code such as interfaces, helpers etc which are placed as seperate modules in the modules dire...