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/20 16:08:32 UTC

[jira] Created: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

jaxws-war test:  axis2 no longer need the jaxb generated files
--------------------------------------------------------------

                 Key: GERONIMO-2997
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0
         Environment: sun 1.5 SDK + winXP
            Reporter: Lin Sun
            Priority: Minor
             Fix For: 2.0


Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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


[jira] Updated: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

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

Lin Sun updated GERONIMO-2997:
------------------------------

    Affects Version/s:     (was: 2.0-M5)
                       Wish List
        Fix Version/s:     (was: 2.0-M5)
                       Wish List

This will be revisited.  The patch was created quite long ago and cannot be applied as it is.

> jaxws-war test:  axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2997
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: Wish List
>         Environment: sun 1.5 SDK + winXP
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: Wish List
>
>         Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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


[jira] Updated: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

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

Lin Sun updated GERONIMO-2997:
------------------------------

    Attachment: G2997.patch

> jaxws-war test:  axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2997
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: sun 1.5 SDK + winXP
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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


[jira] Resolved: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

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

Jarek Gawor resolved GERONIMO-2997.
-----------------------------------

    Resolution: Fixed

Patch applied (Committed revision 546211). Thanks!


> jaxws-war test:  axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2997
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: Wish List
>         Environment: sun 1.5 SDK + winXP
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: Wish List
>
>         Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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


[jira] Commented: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

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

Lin Sun commented on GERONIMO-2997:
-----------------------------------

I just noticed something interesting today.  If I ran jaxws-war with the patch and .wsdl is provided, 3 test ran successful.  If I ran without the patch (basically xjc generated the artifacts), then 1 test (the client invocation) failed.

I compared the output of a good run:

<responseType>Hello foo bar</responseType>

and a bad run:

<responseType xmlns="">Hello foo bar</responseType>

Note that xmlns is set to "" in the bad run.  I'll also add a comment in http://issues.apache.org/jira/browse/AXIS2-2452

Lin

> jaxws-war test:  axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2997
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>         Environment: sun 1.5 SDK + winXP
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: 2.0-M5
>
>         Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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


[jira] Commented: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

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

Lasantha Ranaweera commented on GERONIMO-2997:
----------------------------------------------

I removed the JAXB file generation from main pom.xml in the geronimo-axis2 module too. It is working fine.

Thanks,
Lasantha

> jaxws-war test:  axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2997
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: sun 1.5 SDK + winXP
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the sun tooling to generate all the java files from wsdl in pom.xml   We do still need the FaultDetail.java to get things compiled.   

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