ejb-2.x Questions

4

In my RAD workspace, I have an EAR project. Now I have a WAS 6.1 instance which i created from inside RAD. When I right click the WAS 6.1 instance and do 'Add Remove projects' and select the EAR, I...
Kidwell asked 23/1, 2013 at 23:20

3

Solved

does anybody know if it is possible to iteratively replace EJB2.1 beans with EJB3 beans in Java EE application? That is: at one time remove one 2.1 bean from the code and add corresponding EJB3 b...
Idolla asked 18/5, 2011 at 21:36

3

Solved

May be the best way is doing it manually. But in a large project you need some tool to assist you. It was the idea that led me to search a tool. Are there any EJB migration tools available for mig...
Sanalda asked 12/4, 2012 at 9:21

2

Solved

I'm currently trying to upgrade my web application from jboss 5.1 to jboss 7.1.1.Final In my jboss.xml I have configured some custom ejb timeouts like the following: <session> <ejb-nam...
Downwash asked 22/10, 2012 at 16:3

1

Solved

I recently started maintaining an old EJB2 application running on OC4J. That includes EJB doclet and other horrible horrible things. Currently, each method creates a ConnectionFactory that queries ...
Profuse asked 30/1, 2012 at 13:27

3

Solved

I would like to migrate some old EJB 2.1 code to EJB 3.0, but there is some handling of configuration errors in the ejbCreate method. Is there an EJB 3 version of that method? Edit: In EJB 2.x ejb...
Procter asked 27/10, 2011 at 19:4

2

Solved

I have a large application that uses EJB 2.x entity beans (BMP). This is well-known to be a horrible persistence strategy (I can elaborate if necessary). I'd like to start migrating this applicati...
Merrick asked 16/9, 2008 at 1:41
1

© 2022 - 2024 — McMap. All rights reserved.