You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Maria Claribelle Loto (JIRA)" <ji...@apache.org> on 2009/02/16 11:13:02 UTC

[jira] Created: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods
--------------------------------------------------------------------------------------

                 Key: AXIS2-4239
                 URL: https://issues.apache.org/jira/browse/AXIS2-4239
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: operating system: Windows XP, language: Java
            Reporter: Maria Claribelle Loto


hi. I am new to Axis2. I tried generating classes using wsdl2java tool
but    the generated codes does not compile due to several errors in
MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
way for the data binding. Please help. 

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


[jira] Commented: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674493#action_12674493 ] 

Andreas Veithen commented on AXIS2-4239:
----------------------------------------

As far as I know, newXMLStreamReader and Factory only exist on XMLBeans generated code. Since OMElement is not generated, it is normal that there are no such members.

> org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4239
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4239
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: operating system: Windows XP, language: Java
>            Reporter: Maria Claribelle Loto
>
> hi. I am new to Axis2. I tried generating classes using wsdl2java tool
> but    the generated codes does not compile due to several errors in
> MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
> and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
> way for the data binding. Please help. 

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


[jira] Commented: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

Posted by "Maria Claribelle Loto (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674446#action_12674446 ] 

Maria Claribelle Loto commented on AXIS2-4239:
----------------------------------------------

hello,Thank you for your response. I am now using the latest AXIOM-API, AXIOM-IMPL and AXIOM-DOM (1.2.8) as well as Version 2.4.0 of XMLBeans but newXMLStreamReader() and Factory() are still not available in org.apache.axiom.om.OMElement.

Any suggestions? Thanks so much.

> org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4239
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4239
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: operating system: Windows XP, language: Java
>            Reporter: Maria Claribelle Loto
>
> hi. I am new to Axis2. I tried generating classes using wsdl2java tool
> but    the generated codes does not compile due to several errors in
> MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
> and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
> way for the data binding. Please help. 

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


[jira] Commented: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

Posted by "Philippe Mouawad (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674027#action_12674027 ] 

Philippe Mouawad commented on AXIS2-4239:
-----------------------------------------

Hello,
Ensure you are using last versions of:
AXIOM-API, AXIOM-IMPL and AXIOM-DOM
Version 2.4.0 of XMLBeans

Philippe
www.ubik-ingenierie.com

> org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4239
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4239
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: operating system: Windows XP, language: Java
>            Reporter: Maria Claribelle Loto
>
> hi. I am new to Axis2. I tried generating classes using wsdl2java tool
> but    the generated codes does not compile due to several errors in
> MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
> and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
> way for the data binding. Please help. 

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