Sw Used XDoclet 1.2.3 and JBoss 4.0.2 I want create a WSEE that reference an EJB, all seem to be ok, but the webservice.xml generated has this inconsistence:
<wsdl-file>WEB-INF/wsdl/test.wsdl</wsdl-file> <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file> correct instead would be: <wsdl-file>META-INF/wsdl/test.wsdl</wsdl-file> <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file> I think there"s some problem in xdoclet/xdoclet/modules/wsee/src/xdoclet/modules/wsee/WseeTagsHandler.java. I see that exist a routine that identfy that is a EJB and change prefix to META-INF... but seems to no work. Any Suggestion ? ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ xdoclet-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
