WebSphere is not a supported platform
Atlassian support does not cover WebSphere. The information below is provided as is, in the hope that it is useful. If you have any input that may be helpful to others, please add comments to the page.
WebSphere 6.1 has a few issues when running applications that use the Atlassian Plugin Framework:
The solution is to configure your WebSphere application with the following settings:
SINGLEchild-firstBy setting the classloader to child-first and SINGLE, you ensure that the WebSphere OSGi classes do not override the classes needed by the Atlassian Plugin Framework.
The Atlassian Plugin Framework works around the classpath scanning issue, by scanning your JARs in WEB-INF/lib and your classes in WEB-INF/classes instead. This means that common libraries stored in the application server will not be recognised.
For more information see the WebSphere documentation.
Rate this page: