Jenkins build is back to stable : axis2-1.7 #162

2017-12-11 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Commented] (AXIS2-5770) ClassCastException from org.apache.axis2.saaj.SOAPElementImpl

2017-12-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16286930#comment-16286930
 ] 

Hudson commented on AXIS2-5770:
---

SUCCESS: Integrated in Jenkins build axis2-1.7 #162 (See 
[https://builds.apache.org/job/axis2-1.7/162/])
AXIS2-5770: Merge r1817866 to the 1.7 branch. (veithen: rev 1817867)
* (edit) axis2
* (edit) axis2/modules/saaj/src/org/apache/axis2/saaj/SOAPElementImpl.java


> ClassCastException from org.apache.axis2.saaj.SOAPElementImpl
> -
>
> Key: AXIS2-5770
> URL: https://issues.apache.org/jira/browse/AXIS2-5770
> Project: Axis2
>  Issue Type: Bug
>  Components: saaj
>Affects Versions: 1.7.2
> Environment: Windows 7 
>Reporter: Vishwanath Washimkar
>  Labels: saaj
> Fix For: 1.7.8
>
> Attachments: SOAPTest.java
>
>
> We have have which worked fine with Axis 1.6.2 , Axis 1.6.2 . The moment I 
> try to upgrade to the Axis 1.7.1 or to Axis 1.7.2 the following exception is 
> thrown from SOAPElementImpl
> java.lang.ClassCastException: org.apache.axis2.saaj.SOAPElementImpl cannot be 
> cast to org.apache.axiom.om.OMElement
>   at 
> org.apache.axis2.saaj.SOAPElementImpl.addChildElement(SOAPElementImpl.java:169)
>   at vish.SOAPTest.addCallNode(SOAPTest.java:35)
>   at vish.SOAPTest.main(SOAPTest.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



Jenkins build is back to stable : axis2-1.7 ยป Apache Axis2 - SAAJ #162

2017-12-11 Thread Apache Jenkins Server
See 



-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Resolved] (AXIS2-5839) spring mvc axis integration

2017-12-11 Thread Andreas Veithen (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIS2-5839.

Resolution: Not A Bug

> spring mvc axis integration 
> 
>
> Key: AXIS2-5839
> URL: https://issues.apache.org/jira/browse/AXIS2-5839
> Project: Axis2
>  Issue Type: New Feature
>  Components: jaxws, kernel
>Affects Versions: 1.6.1
> Environment: windows, weblogic 12c
>Reporter: Revathi 
> Fix For: 1.6.1
>
>
> I want to implement axis2 integration(SOAP webservice) with spring mvc using 
> maven.
> Can you share the configuration. spring implementation code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Commented] (AXIS2-5770) ClassCastException from org.apache.axis2.saaj.SOAPElementImpl

2017-12-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16286855#comment-16286855
 ] 

Hudson commented on AXIS2-5770:
---

SUCCESS: Integrated in Jenkins build Axis2 #3844 (See 
[https://builds.apache.org/job/Axis2/3844/])
AXIS2-5770: Fix ClassCastException in SAAJ's addChildElement method. (veithen: 
rev 1817866)
* (edit) axis2/modules/saaj/src/org/apache/axis2/saaj/SOAPElementImpl.java


> ClassCastException from org.apache.axis2.saaj.SOAPElementImpl
> -
>
> Key: AXIS2-5770
> URL: https://issues.apache.org/jira/browse/AXIS2-5770
> Project: Axis2
>  Issue Type: Bug
>  Components: saaj
>Affects Versions: 1.7.2
> Environment: Windows 7 
>Reporter: Vishwanath Washimkar
>  Labels: saaj
> Fix For: 1.7.8
>
> Attachments: SOAPTest.java
>
>
> We have have which worked fine with Axis 1.6.2 , Axis 1.6.2 . The moment I 
> try to upgrade to the Axis 1.7.1 or to Axis 1.7.2 the following exception is 
> thrown from SOAPElementImpl
> java.lang.ClassCastException: org.apache.axis2.saaj.SOAPElementImpl cannot be 
> cast to org.apache.axiom.om.OMElement
>   at 
> org.apache.axis2.saaj.SOAPElementImpl.addChildElement(SOAPElementImpl.java:169)
>   at vish.SOAPTest.addCallNode(SOAPTest.java:35)
>   at vish.SOAPTest.main(SOAPTest.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Resolved] (AXIS2-5770) ClassCastException from org.apache.axis2.saaj.SOAPElementImpl

2017-12-11 Thread Andreas Veithen (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIS2-5770.

   Resolution: Fixed
Fix Version/s: 1.7.8

> ClassCastException from org.apache.axis2.saaj.SOAPElementImpl
> -
>
> Key: AXIS2-5770
> URL: https://issues.apache.org/jira/browse/AXIS2-5770
> Project: Axis2
>  Issue Type: Bug
>  Components: saaj
>Affects Versions: 1.7.2
> Environment: Windows 7 
>Reporter: Vishwanath Washimkar
>  Labels: saaj
> Fix For: 1.7.8
>
> Attachments: SOAPTest.java
>
>
> We have have which worked fine with Axis 1.6.2 , Axis 1.6.2 . The moment I 
> try to upgrade to the Axis 1.7.1 or to Axis 1.7.2 the following exception is 
> thrown from SOAPElementImpl
> java.lang.ClassCastException: org.apache.axis2.saaj.SOAPElementImpl cannot be 
> cast to org.apache.axiom.om.OMElement
>   at 
> org.apache.axis2.saaj.SOAPElementImpl.addChildElement(SOAPElementImpl.java:169)
>   at vish.SOAPTest.addCallNode(SOAPTest.java:35)
>   at vish.SOAPTest.main(SOAPTest.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org