Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

springs with ejb3

843830Jan 16 2008 — edited Jan 21 2008
Hi,

I am not able to integrate ejb3 with springs , please any body can give me the suggestiong how to integrate.

regards,
shafi

Comments

796254
shafi wrote:
Hi,

I am not able to integrate ejb3 with springs , please any body can give me the suggestiong how to integrate.

regards,
shafi
let's assume that you mean persistent ejbs.

you should read about ejb remoting for session ejbs.

you don't really need mdbs with spring, because message driven pojos are just as easy.

(why do you need ejbs at all with spring? there's a mystery...)

ejb3 is just another jpa implementation, so just use spring's jpa integration.

%
843830
Hi,

Actually what happen is , i created one jar file with the name example.ejb3 with ejb3 . Now i developed one web application in springs. Here i need to integrate these to by creating ear file. I read some material, they are saying to use spring api in -servlet.xml file to access , but some exception is comming like ejb not bound. Please give me ur valuable information.

regards,
shafi
796254
no idea what you're talking about. you couldn't be less clear. not interested enough to want to pursue. maybe someone else can help you.

%
843830
shafi wrote:
Actually what happen is , i created one jar file with the name example.ejb3 with ejb3 . Now i developed one web application in springs. Here i need to integrate these to by creating ear file. I read some material, they are saying to use spring api in -servlet.xml file to access , but some exception is comming like ejb not bound. Please give me ur valuable information.
If I understood correctly, you are trying to package the EJB with a webapp in an EAR file.

I would want to look at the application.xml to know what's wrong.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 18 2008
Added on Jan 16 2008
4 comments
92 views