4
votes
2answers
341 views
Mixing EJB 2.x BMP entity beans with Hibernate 3.x
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 application …
2
votes
2answers
560 views
How do I migrate ejb2 stateless session beans to ejb3 piecemeal?
The EJB3 spec indicates that EJB2 and EJB3 can co-exist in a single application.
I wish to migrate my EJB2 stateless session beans to EJB3 stateless session beans.
This question does not relate to …
0
votes
2answers
81 views
JBoss Error in ejb-jar.xml for Message Driven Bean TextMDB: expected one res-ref-name tag
I've copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I'm receiving the following error when …
0
votes
2answers
166 views
How to create EJB 2.1 beans in Eclipse 3.5
I am not able to create EJB 2.1 beans using a wizard in the latest version of Eclipse. I only see options to create EJB 3.0 beans.
I selected 2.1 as the 'EJB Module Version' while creating the "EJB …
0
votes
0answers
55 views
Using rownum in EJBQL for Pagination CMP 2.1
I need to implement Pagintion of CMP2.1 Entity Beans. Is it possible to do it using EJB-QL ? Am using weblogic10.3 + Oracle DB.
I was planning to use "rownum >= min_row_size + …
0
votes
1answer
39 views
NoInitialContextException errorI
I am writing a client for my EJB and when trying to execute it, I get the following exception :
javax.naming.NoInitialContextException: Need to specify class name in environment or system …
0
votes
0answers
147 views
JMS queue in Weblogic10 EJB2 session bean able to send but not to receive
I try to receive a JMS message in an EJB2 (legacy sucks ;-) stateless session bean, in weblogic 10.0.1, with bean managed transactions. Queue definition from jms folder looks like
…
0
votes
1answer
467 views
How to configure EJB lookup in clusterd websphere environment.
Hello,
I'm developing a EJB client. The EJB (2.1) server in deployed as Websphere 6.0 cluster.
I'm doing the jndi lookup after acquirement of the InitialContent object for specific ip address using …
0
votes
1answer
129 views
Can you run EJB 2.1 beans in OSGi?
I have a J2EE 1.3 app that uses EJB 2.1 session and entity beans. Currently this app runs as an EAR file on JBoss. I'd like to switch to the SpringSource dm Application Server because of all the …
