| Author |
Websphere specific descriptor files
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
Weblogic has weblogic-ejb-jar.xml and weblogic-ejb-rdbms-jar.xml, weblogic specific descriptor files. What are the equivalent files in the Websphere ?
|
 |
Owee Nicolas
Ranch Hand
Joined: Jun 16, 2002
Posts: 49
|
|
I think the counterparts of those files are: - ibm-ejb-jar-bnd.xmi - ibm-ejb-jar-ext.xmi They are also located on the META-INF folder of the EJB jar file. Hope that helps.
|
Owee<br />SCJP 1.4
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
If you have access beans, there is also an ibm-ejb-access-bean.xmi
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Roland Barcia
author
Ranch Hand
Joined: Apr 15, 2004
Posts: 177
|
|
The equivalent of the weblogic-ejb-rdbms-jar.xml is map.mapxmi which defines the CMP mapping. ibm-ejb-jar-bnd.xmi is a binding file which serves the specific purpose of mapping references and to the real JNDI elements and defining JNDI names for EJB, etc... WebSphere gives you the opportunity to override settings in this file at aplication installation time ibm-ejb-jar.ext.xmi is for any setting that extends the J2EE spec for example defining access intent on an EJB. You will find detailed info on these files in my book. The link in my signature can take you there.
|
Roland Barcia<br />STSM - ISSW Lead Web 2.0 Architect
|
 |
 |
|
|
subject: Websphere specific descriptor files
|
|
|