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/04/16 21:11:15 UTC

[jira] Created: (GERONIMO-3102) Axis2: servicename and portname overwrite (from wsdl to annotation)

Axis2: servicename and portname overwrite (from wsdl to annotation)
-------------------------------------------------------------------

                 Key: GERONIMO-3102
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3102
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0-M5
            Reporter: Lin Sun
             Fix For: 2.0-M5


Hi Dims,

per our discussion on IRC today:

seems using JavaClassToDBCConverter.produceDBC() requires the consistency (servicename and portname) between wsdl and annotation. i am getting this error - http://rafb.net/p/dJGbk884.html

The patch will add some overwrite code in AxisServiceGenerator to overwrite the WebServiceAnnot or WebServiceProviderAnnot that is generated by JavaClassToDBCConverter.produceDBC().

With the patch, able to get 2 of 3 jax-ws war test succeed.  (am running an a bit older version of axis2 snapshots (earlier last week), as the latest ones didn't pass the maven test.).  The error (http://rafb.net/p/F3Jpfk47.html) caused the 1 fail out of the 3 tests.

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


[jira] Commented: (GERONIMO-3102) Axis2: servicename and portname overwrite (from wsdl to annotation)

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

Davanum Srinivas commented on GERONIMO-3102:
--------------------------------------------

i checked in a possible fix for the failure in Axis2 - http://svn.apache.org/viewvc?view=rev&revision=529374

Applied this patch - 529376

thanks,
dims

> Axis2: servicename and portname overwrite (from wsdl to annotation)
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-3102
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3102
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>            Reporter: Lin Sun
>             Fix For: 2.0-M5
>
>         Attachments: G3102.patch
>
>
> Hi Dims,
> per our discussion on IRC today:
> seems using JavaClassToDBCConverter.produceDBC() requires the consistency (servicename and portname) between wsdl and annotation. i am getting this error - http://rafb.net/p/dJGbk884.html
> The patch will add some overwrite code in AxisServiceGenerator to overwrite the WebServiceAnnot or WebServiceProviderAnnot that is generated by JavaClassToDBCConverter.produceDBC().
> With the patch, able to get 2 of 3 jax-ws war test succeed.  (am running an a bit older version of axis2 snapshots (earlier last week), as the latest ones didn't pass the maven test.).  The error (http://rafb.net/p/F3Jpfk47.html) caused the 1 fail out of the 3 tests.

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


[jira] Updated: (GERONIMO-3102) Axis2: servicename and portname overwrite (from wsdl to annotation)

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

Lin Sun updated GERONIMO-3102:
------------------------------

    Attachment: G3102.patch

> Axis2: servicename and portname overwrite (from wsdl to annotation)
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-3102
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3102
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>            Reporter: Lin Sun
>             Fix For: 2.0-M5
>
>         Attachments: G3102.patch
>
>
> Hi Dims,
> per our discussion on IRC today:
> seems using JavaClassToDBCConverter.produceDBC() requires the consistency (servicename and portname) between wsdl and annotation. i am getting this error - http://rafb.net/p/dJGbk884.html
> The patch will add some overwrite code in AxisServiceGenerator to overwrite the WebServiceAnnot or WebServiceProviderAnnot that is generated by JavaClassToDBCConverter.produceDBC().
> With the patch, able to get 2 of 3 jax-ws war test succeed.  (am running an a bit older version of axis2 snapshots (earlier last week), as the latest ones didn't pass the maven test.).  The error (http://rafb.net/p/F3Jpfk47.html) caused the 1 fail out of the 3 tests.

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


[jira] Closed: (GERONIMO-3102) Axis2: servicename and portname overwrite (from wsdl to annotation)

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

Lin Sun closed GERONIMO-3102.
-----------------------------

    Resolution: Fixed

This patch has been committed so closing this jira

> Axis2: servicename and portname overwrite (from wsdl to annotation)
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-3102
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3102
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>            Reporter: Lin Sun
>             Fix For: 2.0-M5
>
>         Attachments: G3102.patch
>
>
> Hi Dims,
> per our discussion on IRC today:
> seems using JavaClassToDBCConverter.produceDBC() requires the consistency (servicename and portname) between wsdl and annotation. i am getting this error - http://rafb.net/p/dJGbk884.html
> The patch will add some overwrite code in AxisServiceGenerator to overwrite the WebServiceAnnot or WebServiceProviderAnnot that is generated by JavaClassToDBCConverter.produceDBC().
> With the patch, able to get 2 of 3 jax-ws war test succeed.  (am running an a bit older version of axis2 snapshots (earlier last week), as the latest ones didn't pass the maven test.).  The error (http://rafb.net/p/F3Jpfk47.html) caused the 1 fail out of the 3 tests.

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