New issue 51 by Yuri.Shamin: 'Provider com.bea.xml.stream.MXParserFactory
not found' during project generation from WSDL
http://code.google.com/p/swordfish-tooling/issues/detail?id=51
I've installed Eclipse 3.5 with WTP. Then I tried generate Swordfish
project from WSDL (JAX-WS Service From WSDL). In result I got exception:
--
javax.xml.stream.FactoryConfigurationError: Provider
com.bea.xml.stream.MXParserFactory not found
at
javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178)
...
--
But. Then I installed Eclipse 3.5 without WTP, tried generate Swordfish
project from WSDL (JAX-WS Service From WSDL) - all works fine: no
exceptions, project created.
In attach - .log from workspace.
Attachments:
.log 32.8 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 51 by BuHHunyx: 'Provider
com.bea.xml.stream.MXParserFactory not found' during project generation
from WSDL
http://code.google.com/p/swordfish-tooling/issues/detail?id=51
Fixed in r828
Comment #2 on issue 51 by Yuri.Shamin: 'Provider
com.bea.xml.stream.MXParserFactory not found' during project generation
from WSDL
http://code.google.com/p/swordfish-tooling/issues/detail?id=51
fix checked