You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/10/12 16:52:51 UTC

[jira] Created: (AXIS-1604) Generated depoy.wsdd

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1604

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1604
    Summary: Generated depoy.wsdd
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Are Thobias Tysnes

    Created: Tue, 12 Oct 2004 7:52 AM
    Updated: Tue, 12 Oct 2004 7:52 AM
Environment: Axis 1.2beta2

Description:

Hello!

It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.

When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Jayachandra Sekhara Rao Sunkara (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1604?page=comments#action_55274 ]
     
Jayachandra Sekhara Rao Sunkara commented on AXIS-1604:
-------------------------------------------------------

Hi!

I think qualifying the WSDL2Java generated deploy.wsdd with a service name isn't a good idea. Because one wsdl can host in it more than one service. Can i suggest the folowing naming.

            <Deploy_WSDD_FileName> = <WSDL_Filename_without_.wsdl_extension>+"Deploy.wsdd";

            <Undeploy_WSDD_FileName> = <WSDL_Filename_without_extension>+"UnDeploy.wsdd";

 
If above seems to be acceptable, kindly let me know. I've a patch with me, I'll do a cvs diff -u on the latest source and submit the patch in a ready to apply format.


Thank you,
Jayachandra


> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor

>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1604?page=comments#action_55302 ]
     
Tom Jordahl commented on AXIS-1604:
-----------------------------------

I am not very excited about this change.  I believe it will break many things in the axis build system, particularly the tests.  It will break anyone who has build/deploy systems based on Axis 1.1 (or the current 1.2).  It is very late in the 1.2 release cycle for this kind of change IMHO.

I would vote to defer this issue till (at least) 1.3 or later.


> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor
>  Attachments: 1604_patch.txt
>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Are Thobias Tysnes (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-1604?page=comments#action_12313254 ] 

Are Thobias Tysnes commented on AXIS-1604:
------------------------------------------

Hello again!

Not possible to get this feature implemented in 1.2.1  !?
It is not necessary to rename the deploy.wsdd file as long as the previous generated dd is not overwritten
if this helps in any ways..

I have just upgraded to 1.2 Final and it's a "pain in the ass" to have to genereate one WebService at the time :o)

Cheers,
Are T. Tysnes

> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://issues.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor
>  Attachments: 1604_patch.txt
>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

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


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Rick Kellogg (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1604?page=comments#action_55303 ]
     
Rick Kellogg commented on AXIS-1604:
------------------------------------

Agreed.  Great feature request but too late in the beta cycle.

> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor
>  Attachments: 1604_patch.txt
>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Are Thobias Tysnes (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1604?page=comments#action_55286 ]
     
Are Thobias Tysnes commented on AXIS-1604:
------------------------------------------

Hello Jayachandra

This solution sounds good with me.
Thx for your support :-)

Cheers,
Are T. Tysnes

> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor

>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-1604) Generated depoy.wsdd

Posted by "Jayachandra Sekhara Rao Sunkara (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1604?page=history ]

Jayachandra Sekhara Rao Sunkara updated AXIS-1604:
--------------------------------------------------

    Attachment: 1604_patch.txt

Hi!
I'm attaching a patch (1604_patch.txt) to reflect the said naming. I tested it against a sample EchoString.wsdl and was successful in creating EchoStringDeploy.wsdd and EchoStringUndeploy.wsdd . Some committer please review the patch and if this sort of naming convention doesn't break things implicitly anywhere else in the code you can check this into the cvs.

> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor
>  Attachments: 1604_patch.txt
>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1604) Generated depoy.wsdd

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-1604?page=comments#action_12313295 ] 

Tom Jordahl commented on AXIS-1604:
-----------------------------------

I would say no, we will not change this for 1.2.1.  I would be much more inclined to accept a patch that provides a new option to output the deploy.wsdd and undeploy.wsdd under a different name.


> Generated depoy.wsdd
> --------------------
>
>          Key: AXIS-1604
>          URL: http://issues.apache.org/jira/browse/AXIS-1604
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.2 Beta
>  Environment: Axis 1.2beta2
>     Reporter: Are Thobias Tysnes
>     Priority: Minor
>  Attachments: 1604_patch.txt
>
> Hello!
> It would be nice if the WSDL2Jave generated deploy.wsdd was named WebServiceName.wsdd instead of deploy.wsdd.
> When I have several WebServices sharing the same package deploy.wsdd only contains information for the last generated one.

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