On Wed, 2003-06-11 at 10:00, Johan Kumps wrote:
> What do I have to do to make XDoclet validate the generated deployment
> descripters (ejb-jar.xml and those for WebLogic)?
> 
> For example :
> 
> @ejb-transaction type="supports"
> 
> This is not a valid value for the transaction type.

It's not even a valid xdoclet-specific tag.  Or did you mean
@ejb.transaction?

To turn on validation of generated XML files, add a validatexml="true"
attribute to the subtask in your build file (see the samples for some
examples).  In general, it needs a local copy of the DTD to be included
in the module; you're okay, though, as the BEA module does.


Andrew.



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to