Issue Details (XML | Word | Printable)

Key: XDT-1483
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: xdoclet-devel (Use for new issues)
Reporter: Heiko W. Rupp
Votes: 3
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
XDoclet

Always WEB-INF/ prefix in wsdlfile name in webservices.xml

Created: 24/Jul/05 06:22 AM   Updated: 25/Sep/05 04:59 AM
Component/s: Web Services Module
Affects Version/s: 1.2.3
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.