Codehaus XFire
DocumentationQuicklinksDevelopers
Sponsors |
If you are trying to deploy XFire on IBM WebSphere 6.x and it's not working, you maybe should try following these instructions to make sure it's not an issue from XFire distribution.
Obs: you can see ClassCastExcecptions in WAS logs trying to run without these changes due to XFire distro and WebSphere jars incompatibilities (i.e.: JDOM) Cheers! As mentioned above, there are incompatibility issues with Websphere 6.x and the XFire distro. The main issue is with the version of the jdom.jar, that ships with Websphere 6.x. This jar was deprecated in Websphere 5.1, but still ships with 6.x. If you simply remove the jdom.jar from the Websphere / Appserver / lib directory, XFire will deploy without fault. So if the above method does not work or more likely not allowed, try simply removing the jdom.jar. |