aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes deployment descripter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "deployment descripter" Watch "deployment descripter" New topic
Author

deployment descripter

Sathees Tharmarajah
Greenhorn

Joined: Aug 09, 2009
Posts: 20
Am new to EJB 3.0 I have written some sample beans in EJB 2.1, when I deploy 2.1 session bean I normally packed with Jboss.xml file but for ejb 3.0 without that deployment descriptor (Jboss.xml) sessionbean running ... how is that possible ? can ejb 3.0 session bean be deployed in any app server EBA, Oracle without vender specific dd?

thanks in advance
sathees


Mihai Radulescu
Ranch Hand

Joined: Sep 18, 2003
Posts: 912
Hi

The the dd(application.xml) is not required for the int the ejb 3.0, the application server take a look on your module and decide how to deploy it.
At least this is the theory but in the practice, well, you may need it. I occur this problem with jboss 4.XX in an ear which contains two modules and the modules refer each other.

Regards,
Mihai


SCJP, SCJD, SCWCD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: deployment descripter
 
Similar Threads
How to servlet invoked secured EJB in JBOSS
SCBCD 5.0 Beta Exam Feed Back
Which statement about EJB 2.x and EJB 3.0 API interoperability is correct?
getting exception while bean look up by PortableRemoteObject.narrow
Doubts Regarding Questions of SCBCD5.0