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 2008/06/05 20:35:44 UTC

[jira] Created: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
----------------------------------------------------------------------------------------

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


In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:

Exception in thread "main" java.lang.Exception: Missing
artifact in repositories
: com.sun.xml.messaging.saaj/saaj-impl//jar
        at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
on(JAXWSTools.java:141)
        at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
ath(JAXWSTools.java:116)
        at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
XWSToolsCLI.java:75)
        at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
AXWSToolsCLI.java:61)

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


[jira] Commented: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

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

Lin Sun commented on GERONIMO-4100:
-----------------------------------

Yeah, works for me so far - was able to generate some wsdl from SEI.  

> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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


[jira] Updated: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

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

Donald Woods updated GERONIMO-4100:
-----------------------------------

    Fix Version/s:     (was: 2.1.x)
                   2.1.2

update fix version from 2.1.x to 2.1.2 

> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.1.2, 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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


[jira] Closed: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

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

Lin Sun closed GERONIMO-4100.
-----------------------------


Able to test this when repo only has Axis2 saaj impl and able to generate wsdl from SEI.

> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.1.x, 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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


[jira] Resolved: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

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

Lin Sun resolved GERONIMO-4100.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.x

resolved in trunk (rev 664055) and branch 2.1 (rev 664053)

> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.1.x, 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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


[jira] Assigned: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

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

Lin Sun reassigned GERONIMO-4100:
---------------------------------

    Assignee: Lin Sun

> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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


[jira] Commented: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602757#action_12602757 ] 

Jarek Gawor commented on GERONIMO-4100:
---------------------------------------

Just curious, does wsgen/wsimport actaully work with Axis2 SAAJ implementation? 


> Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4100
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4100
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.1
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()).   This can be an issue for  vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued:
> Exception in thread "main" java.lang.Exception: Missing
> artifact in repositories
> : com.sun.xml.messaging.saaj/saaj-impl//jar
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati
> on(JAXWSTools.java:141)
>         at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp
> ath(JAXWSTools.java:116)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA
> XWSToolsCLI.java:75)
>         at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J
> AXWSToolsCLI.java:61)

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