I am using XDoclet 1.2.3 and JBoss 4.0.1 to generate web services.

I add this tag as a class tag for my service:

@jboss.port-component name="ServiceEndPoint"
*                       uri="/XXX/Service"
*                       auth-method="BASIC"
*                       transport-guarantee="NONE"

and the jboss.xml fails validation. This is because the <method-attributes> tag is generated after the
<port-component> and the DTD says that the <method-attributes> tag comes after the
<port-component>.


FYI
C.






------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to