Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1483

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1483
    Summary: Always WEB-INF/ prefix in wsdlfile name in webservices.xml
       Type: Bug

     Status: Open
   Priority: Critical

 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: Heiko W. Rupp

    Created: Sun, 24 Jul 2005 6:22 AM
    Updated: Sun, 24 Jul 2005 6:22 AM

Description:
The following code snippet in WseeTagsHandler.wsdlFilename()
always puts WEB-INF/ in front of the wsdl file name in webservices.xml

 String prefix = "WEB-INF/";

 if (clazz != null && clazz.getDoc().hasTag("ejb.bean")) {
    prefix = "META-INF/";
 }
 return prefix + MessageFormat.format(wsdlPattern, new Object[]{file});

It seems to fail to detect the hasTag(). 

I think it would be better to leave the prefix building to the user.

The same applies to the jaxrpcMappingFilename() as well.


---------------------------------------------------------------------
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

Reply via email to