You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/03/16 21:14:09 UTC

[jira] Created: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
---------------------------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-2977
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
         Environment: sun 1.5 + winxp
            Reporter: Lin Sun


Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:

if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   

Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)

Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-2977:
------------------------------

    Attachment: G2977-latest.patch

Hi,

Here's an updated patch that would also check if wsdlLocation property is specified in the service endpoint interface, if it is not specified in the service endpoint implementation class.  Able to test this by slightly modifying the jaxws-war test.

I'd appreciate if someone could review it.

Thanks, Lin

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977-latest.patch, G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved GERONIMO-2977.
----------------------------------------

    Resolution: Fixed

Applied.

thanks,
dims

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977-latest.patch, G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485053 ] 

Davanum Srinivas commented on GERONIMO-2977:
--------------------------------------------

Sorry. in svn revision 523542

-- dims

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977-latest.patch, G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-2977:
------------------------------

    Attachment: G2977.patch

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484949 ] 

Davanum Srinivas commented on GERONIMO-2977:
--------------------------------------------

looks good lin!

-- dims

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977-latest.patch, G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-2977) Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun closed GERONIMO-2977.
-----------------------------


This has been checked in and seems working well.

> Axis2: process wsdlLocation annotation when wsdl-file property isn't used in webservices.xml or there isn't webservices.xml
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2977
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2977
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: sun 1.5 + winxp
>            Reporter: Lin Sun
>         Attachments: G2977-latest.patch, G2977.patch
>
>
> Per discussion on dev list titled "Questions for Axis2 folks re: JAXWS", this patch will do the following:
> if wsdl-file property isn't specified in webservices.xml or there isn't a webservices.xml but a user did supply a .wsdl file and specified the wsdlLocation annotation, we will grab the value of the wsdlLocation from annotation and set it in portInfo.   
> Has tried to test it by supplying wsdlLocation in jaxws-war file and worked okay.  Patched will be supplied in a bit after a successful build.:)
> Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.