The following comment has been added to this issue: Author: Jason Essington Created: Wed, 30 Mar 2005 6:02 PM Body: upon rereading that last comment I was not entirely clear.
there are two port-component sections in the jboss_xml.xdt file. The original implementation (comitted in revision 1.33) that uses the @jboss.port-component tag starts at line 355 in the xdt, and is missing the <port-component> tags. there was an additional implementation (comitted in revision 1.37) that uses an undocumented @jboss-webservice tag. this version does have the <port-component> tags, however it doesn't really work and play well with the @wsee.port-component tag from the wsee module. sorry for being unclear initially. --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1321?page=comments#action_16210 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1321 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1321 Summary: <port-component> enclosing tags not created in the jboss.xml file when the *jboss.port-component tag is used Type: Bug Status: Open Priority: Major Original Estimate: 5 minutes Time Spent: Unknown Remaining: 5 minutes Project: XDoclet Components: JBoss Module Versions: 1.3 Assignee: xdoclet-devel (Use for new issues) Reporter: Jason Essington Created: Wed, 30 Mar 2005 5:41 PM Updated: Wed, 30 Mar 2005 6:02 PM Description: the port-component section of the jboss.xml file should look something like: <port-component> <port-component-name>SomePort</port-component-name> <port-component-uri>/foo/SomePort</port-component-uri> <auth-method>BASIC</auth-method> <transport-guarantee>NONE</transport-guarantee> </port-component> however it is generated as: <port-component-name>SomePort</port-component-name> <port-component-uri>/foo/SomePort</port-component-uri> <auth-method>BASIC</auth-method> <transport-guarantee>NONE</transport-guarantee> --------------------------------------------------------------------- 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 ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/Info/Sentarus/hamr30 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel