Hiya, has anyone here used Apache Axis inside a Plugin before?
I just got the following stack trace when I tried to initialize my Axis
client... This is with rc2. I assume theres some issue with whatever
IntelliJ is setting the default XML parser to be.. anyone here have any
ideas?
Mark
ERROR - intellij.plugins.PluginManager - Original exception:
java.lang.ClassCastException
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
at org.apache.axis.utils.XMLUtils.initSAXFactory(XMLUtils.java:218)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:119)
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.jav
a:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:185)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:170)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:88)
at org.apache.axis.client.Service.getAxisClient(Service.java:140)
at org.apache.axis.client.Service.<init>(Service.java:182)
at
com.bulletinwireless.message.soap.BulletinServerProxy.<init>(BulletinServer
Proxy.java:84)
at
com.bulletinwireless.testharness.support.SoapSender.<init>(SoapSender.java:
25)
at
com.bulletinwireless.testharness.test.SoapMessageTest.<init>(SoapMessageTes
t.java:19)
at com.bulletinwireless.testharness.test.SendTests.run(SendTests.java:51)
at java.lang.Thread.run(Thread.java:536)
2003-03-27 09:40:58,609 [ 271543] ERROR - intellij.plugins.PluginManager
- java.lang.ExceptionInInitializerError
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.jav
a:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:185)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:170)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:88)
at org.apache.axis.client.Service.getAxisClient(Service.java:140)
at org.apache.axis.client.Service.<init>(Service.java:182)
at
com.bulletinwireless.message.soap.BulletinServerProxy.<init>(BulletinServer
Proxy.java:84)
at
com.bulletinwireless.testharness.support.SoapSender.<init>(SoapSender.java:
25)
at
com.bulletinwireless.testharness.test.SoapMessageTest.<init>(SoapMessageTes
t.java:19)
at com.bulletinwireless.testharness.test.SendTests.run(SendTests.java:51)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.lang.ClassCastException
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
at org.apache.axis.utils.XMLUtils.initSAXFactory(XMLUtils.java:218)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:119) ...
11 more
