I want create a WS from 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 ?

------------------------------------------------------------------------------------------------------

/**
 *
 * @ejb.bean name="IDCache"
 *     type="Stateless"
 *     view-type="all"
 *
 *
 * @wsee.port-component
 *       description = "Test"
 *       displayName = "Test"
 *       name = "Test"
 *
 * @ejb.interface
 *  service-endpoint-class="test.ejb.IDCacheService"
 *  generate = "remote,service-endpoint"
 *
 */



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to