Marker files generated by the Tuscany WSDL2Java tool should not have a .wsdl 
extension
--------------------------------------------------------------------------------------

         Key: TUSCANY-109
         URL: http://issues.apache.org/jira/browse/TUSCANY-109
     Project: Tuscany
        Type: Bug
  Components: Java SCA Tools  
    Reporter: Jean-Sebastien Delfino
    Priority: Minor


Our WSDL2Java tool generates a target/wsdl2java-source/.gen#fileName.wsdl file 
to record the fact that Java interfaces have been generated from fileName.wsdl.

The gen#fileName.wsdl marker file has a .wsdl extension but is not a valid WSDL 
file. This confuses IDEs (for example Eclipse) which attempt to validate this 
file, find it invalid, report validation errors and mark it with a red-x. This 
is going to confuse application developers.

I recommend that we change the name pattern for these files to 
fileName.wsdl.gen. Adding the .gen extension at the end makes clear that these 
files are not WSDL files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to