1. xmlns:commonbnd attribute inside ibm-ejb-jar.bnd.xml file. Is it required
?
2. <enterpriseBean> element in ibm-ejb-jar-ext.xml
3. <beanCache> element
4. boundary attribute for <localTran> element
Thank you,
Andrejus
The Websphere documentation is very limited for these files... hopefully it
will get better in future releases. For now look for the whitepaper posted
by Kyle Brown in the WebSphere Developer Domain... "EJB Metadata in
WebSphere 4.0 - A Tale of Four Files". It doesn't talk a lot about the
extension file (which is what you were mainly concerned with), however, it
does a good job of explaining the binding file, and how it is used to define
mappings for CMP entity beans.
Another good way to learn about these files is to use AAT to change the EJB
binding and extension information to see what gets put into the
ibm-*-ext.xmi and ibm-*-bnd.xmi files.
Randy Powelson
"Andrejus Chaliapinas" <andr...@yahoo.com> wrote in message
news:a0vs77$fom$1...@news.boulder.ibm.com...
Thank you for your replies ! It would be great if AAT could pick-up JNDI
binding name from EJB name thus reducing some work on porting EJBs to
WebSphere.
Andrejus