I can't deploy my web service

java.lang.LinkageError: You are loading old SAAJ from jar:file:/C:/dev/wrks/wrk_iris_2/IRISBuild/iris_lib_runtime/orabpel.jar!/javax/xml/soap/MessageFactory.class

How is this caused and how can I solve it?

Upvotes: 1

Views: 2274

Answers (1)

Tiago Peczenyj
Tiago Peczenyj

Reputation: 4623

Remove axis-saaj-1.4.jar and Redeploy your server.

Upvotes: 2

Related Questions