The following comment has been added to this issue: Author: xtremebytes Created: Sat, 16 Jul 2005 8:15 AM Body: Yes it's a very annoying issue. I have been facing this too. I did something else to get around the problem. In your wseedoclet task, do not ask it to generate a wsdlFile. Instead create a wsdl subtask and use the destinationFile parameter as {0}. Obviously, this will generate more than one WSDL files but at least webservices.xml will get it right.
By the way, I posted an issue on WSDL custom data types. XDoclet doesn't seem to generate <wsdl:types>, or I do not understand their documentation. Have you had any problems with custom data types? Thanks. --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1438?page=comments#action_16994 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1438 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1438 Summary: Incorrect wdlFilename generated in webservices.xml Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Web Services Module Versions: 1.2.3 Assignee: xdoclet-devel (Use for new issues) Reporter: Gerhard Otte Created: Fri, 17 Jun 2005 10:18 AM Updated: Sat, 16 Jul 2005 8:15 AM Description: "WEB-INF/" is prefixed instead of "META-INF/" for wsdl-file and jaxrpc-mapping-file in a statless session bean. An "ejb.bean" tag is present. JBoss 4.0.2, XDoclet 1.2.3, wsdl and jaxrpc-mapping is build by jwsdp-1.5 (wscompile) The xdoclet code of the class: /** * @ejb.bean name="EosOrderStorage" * display-name="Name for EosOrderStorage" * description="Description for EosOrderStorage" * jndi-name="ejb/EosOrderStorage" * type="Stateless" * view-type="all" * * @wsee.port-component name = "OrderService" * @ejb.interface * service-endpoint-class = "de.emediapark.eos.order.interfaces.OrderService" * * @jboss.port-component name = "OrderService" * uri = "/EosOrder/Storage" * */ public class OrderServiceBean implements SessionBean { ... --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel