I need to change some values in the generated ibm-ejb-jar-ext.xmi file
from the <websphere /> subtask in ejbdoclet. Rather than use XSLT after
generation, I'm wondering if it's possible to provide a merge file?

Generated content looks like 

<ejbExtensions xmi:type="ejbext:EntityExtension" xmi:
id="BeanManagedEntity_ext_1">
  <enterpriseBean xmi:type="ejb:Entity" href="META-INF/ejb-jar.
xml#BeanManagedEntity_1"/>
  <structure xmi:id="AuditLEtoIBDCoverageTeamMap_BeanStructure"
inheritenceRoot="false"/>
  <beanCache xmi:id="BeanManagedEntity_BeanCache_1"
activateAt="TRANSACTION" loadAt="TRANSACTION"/>
  <internationalization xmi:
id="BeanManagedEntity_BeanInternationalization_1"
invocationLocale="CALLER"/>
  <localTran xmi:id="BeanManagedEntity_LocalTran_1"
boundary="BEAN_METHOD" unresolvedAction="ROLLBACK"/>
</ejbExtensions>

I need to change the 

<localTran xmi:id="BeanManagedEntity_LocalTran_1" boundary="BEAN_METHOD"
unresolvedAction="ROLLBACK"/>

to 

<localTran xmi:id="BeanManagedEntity_LocalTran_1" boundary="BEAN_METHOD"
unresolvedAction="COMMIT"/>

Any ideas?

-- 
Torgeir Veimo <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to