You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/12/04 19:05:43 UTC

[jira] Created: (GERONIMO-3670) java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport

java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport
---------------------------------------------------------------------------------------------

                 Key: GERONIMO-3670
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3670
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0.x, 2.1
            Reporter: Jarek Gawor
            Assignee: Jarek Gawor




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


[jira] Updated: (GERONIMO-3670) java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport

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

Joe Bohn updated GERONIMO-3670:
-------------------------------

    Affects Version/s:     (was: 2.0.x)
                       2.0.2
        Fix Version/s:     (was: 2.0.x)
                       2.0.3

> java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport
> ---------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3670
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3670
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.0.3, 2.1
>
>


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


[jira] Commented: (GERONIMO-3670) java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport

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

Jarek Gawor commented on GERONIMO-3670:
---------------------------------------

The exception:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/stream/XMLS
treamException
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.createUnmarshaller(JAXBCo
ntextImpl.java:690)
        at com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryIm
pl$1.<init>(AnnotationParserFactoryImpl.java:103)
        at com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryIm
pl.create(AnnotationParserFactoryImpl.java:102)
        at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.createAnnotationParser(NGC
CRuntimeEx.java:320)
        at com.sun.xml.xsom.impl.parser.state.annotation.action0(annotation.java
:48)
        at com.sun.xml.xsom.impl.parser.state.annotation.enterElement(annotation
.java:68)
        at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.sendEnterElement(NGCCR
untime.java:378)
        at com.sun.xml.xsom.impl.parser.state.NGCCHandler.spawnChildFromEnterEle
ment(NGCCHandler.java:74)
        at com.sun.xml.xsom.impl.parser.state.Schema.enterElement(Schema.java:21
3)
        at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.sendEnterElement(NGCCR
untime.java:378)
        at com.sun.xml.xsom.impl.parser.state.NGCCHandler.revertToParentFromEnte
rElement(NGCCHandler.java:111)
        at com.sun.xml.xsom.impl.parser.state.foreignAttributes.enterElement(for
eignAttributes.java:50)
        at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.sendEnterElement(NGCCR
untime.java:378)
        at com.sun.xml.xsom.impl.parser.state.NGCCHandler.spawnChildFromEnterEle
ment(NGCCHandler.java:74)
        at com.sun.xml.xsom.impl.parser.state.Schema.enterElement(Schema.java:43
6)
        at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.sendEnterElement(NGCCR
untime.java:378)
        at com.sun.xml.xsom.impl.parser.state.Schema.enterElement(Schema.java:20
5)
        at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.sendEnterElement(NGCCR
untime.java:378)
        at com.sun.xml.xsom.impl.parser.state.Schema.enterElement(Schema.java:18

> java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport
> ---------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3670
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3670
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0.x, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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


[jira] Resolved: (GERONIMO-3670) java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport

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

Jarek Gawor resolved GERONIMO-3670.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1
                   2.0.x

Committed fixes to trunk (revision 601022) and branches/2.0 (revision 601024).



> java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException with jaxws-tools wsimport
> ---------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3670
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3670
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0.x, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.0.x, 2.1
>
>


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