Installing Service registry
Some quick tips on installing service registry
- When it asks you for the JDBC Drivers selection , try ojdbc14.jar, this is in my SOASuite 10.1.3 directory (E:\as1\jdbc\ojdbc14.jar)
- Do not install the webclients into the same OC4J as Oracle SOASuite, if you do, it will install but when you try to publish a webservice you'll get the following error
WSDL error
Fault code: CONFIGURATION_ERROR
Message: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating
factory implementation.: oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl
Best practice is to create a seperate OC4J instance in the Oracle App Server and deploy it into that instance instead.
- Ensure that the OC4J instance has the following Java options
-Xmx1024m -XX:MaxPermSize=128m
Finally, checkout the readme :-)
If you dont you might get out of memory errors.
http://www.oracle.com/technology/tech/webservices/htdocs/uddi/readme.pdf