DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- In the WAS console navigate to Environment > Shared Libraries
- Select the scope you wish your library should be visible in
- Click New and set values ex:
name=MYAPP_SHARED_LIB, classpath=PATH_TO/wsdl4j-1.6.2.jarand Save Navigate to *Application servers > \ [your server name\]* *> Java and Process Management > Class loader > New*Wiki Markup - Select Classes loaded with application class loader first and Save
- Select your new class loader and click Shared library references
- Add your shared library (MYAPP_SHARED_LIB) Save and restart your server.
...
I cannot get it to work still
Try something simple. Download OC4J standalone and bootstrap it from command line directly: {{Wiki Markup java \ [options\] \ -jar oc4j.jar}}. Enable [SAX debugging|http://java.sun.com/javase/6/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance()]. Be sure You don't include douplicated jars in Your application like {{xercesImpl, xalan, xml-apis and geronimo-ws-metadata_2.0_spec-1.1.1.jar}}. Review steps above once more. It works ;-) .
Integration with Application Server FAQ
...