Installing stax2-api on WebSphere 8.5.5
up vote
0
down vote
favorite
I have java classes generated with axis2 and I'm trying to deploying in WebSphere 8.5.5.
I created a shared library with:
axiom-api-1.2.20.jar
axiom-dom-1.2.20.jar
axiom-impl-1.2.20.jar
axis2-adb-1.7.8.jar
axis2-kernel-1.7.8.jar
axis2-transport-http-1.7.8.jar
axis2-transport-local-1.7.8.jar
stax2-api-3.1.1.jar
woden-core-1.0M10.jar
but I'm still getting this exception running my application:
java.lang.ClassCastException: com.ibm.xml.xlxp2.api.wssec.WSSXMLInputFactory incompatible with javax.xml.stream.XMLInputFactory
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) ~[stax-api-1.0-2.jar:na]
any ideas?
I'm using parent_last for classloader
java axis2 axis websphere-8
add a comment |
up vote
0
down vote
favorite
I have java classes generated with axis2 and I'm trying to deploying in WebSphere 8.5.5.
I created a shared library with:
axiom-api-1.2.20.jar
axiom-dom-1.2.20.jar
axiom-impl-1.2.20.jar
axis2-adb-1.7.8.jar
axis2-kernel-1.7.8.jar
axis2-transport-http-1.7.8.jar
axis2-transport-local-1.7.8.jar
stax2-api-3.1.1.jar
woden-core-1.0M10.jar
but I'm still getting this exception running my application:
java.lang.ClassCastException: com.ibm.xml.xlxp2.api.wssec.WSSXMLInputFactory incompatible with javax.xml.stream.XMLInputFactory
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) ~[stax-api-1.0-2.jar:na]
any ideas?
I'm using parent_last for classloader
java axis2 axis websphere-8
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have java classes generated with axis2 and I'm trying to deploying in WebSphere 8.5.5.
I created a shared library with:
axiom-api-1.2.20.jar
axiom-dom-1.2.20.jar
axiom-impl-1.2.20.jar
axis2-adb-1.7.8.jar
axis2-kernel-1.7.8.jar
axis2-transport-http-1.7.8.jar
axis2-transport-local-1.7.8.jar
stax2-api-3.1.1.jar
woden-core-1.0M10.jar
but I'm still getting this exception running my application:
java.lang.ClassCastException: com.ibm.xml.xlxp2.api.wssec.WSSXMLInputFactory incompatible with javax.xml.stream.XMLInputFactory
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) ~[stax-api-1.0-2.jar:na]
any ideas?
I'm using parent_last for classloader
java axis2 axis websphere-8
I have java classes generated with axis2 and I'm trying to deploying in WebSphere 8.5.5.
I created a shared library with:
axiom-api-1.2.20.jar
axiom-dom-1.2.20.jar
axiom-impl-1.2.20.jar
axis2-adb-1.7.8.jar
axis2-kernel-1.7.8.jar
axis2-transport-http-1.7.8.jar
axis2-transport-local-1.7.8.jar
stax2-api-3.1.1.jar
woden-core-1.0M10.jar
but I'm still getting this exception running my application:
java.lang.ClassCastException: com.ibm.xml.xlxp2.api.wssec.WSSXMLInputFactory incompatible with javax.xml.stream.XMLInputFactory
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) ~[stax-api-1.0-2.jar:na]
any ideas?
I'm using parent_last for classloader
java axis2 axis websphere-8
java axis2 axis websphere-8
edited Nov 23 at 13:24
Gas
14.2k22658
14.2k22658
asked Nov 22 at 9:52
3vi
2051316
2051316
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24
add a comment |
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53428162%2finstalling-stax2-api-on-websphere-8-5-5%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you want to override default JAX-WS engine you have to disable the one provided by WebSpere. Check this post Axis2 1.3 and WebSphere 8.5 compatibility. and link included for more details.
– Gas
Nov 23 at 13:24