On Tue, 2004-06-15 at 10:48, Torgeir Veimo wrote:
> 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?

Probably not.  There's no merge files listed in the subtask's generated
docs, so it's unlikely there's any merge points in its templates.  I
went through and documented all the ones I could find in between the 1.2
and 1.2.1 releases.

> 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?

Do you have a

@websphere.local-tran boundary="BEAN_METHOD" unresolved-action="COMMIT"

class-level tag in your bean?  That's where those settings come from,
according to the template (BEAN_METHOD and ROLLBACK are the defaults). 
Unfortunately, it looks like the docs for the websphere tags are missing
some stuff :-(  Could you raise a bug report in JIRA, please?


Andrew.



-------------------------------------------------------
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