Wednesday, January 13, 2010

Oracle Service Bus - Import JAXWS based WSDL with Schema

Importing using the Consume function fails to import a correctly formed WSDL.

Importing the WSDL using File | Import | OSB | Resources from URL will correctly import the WSDL.

Note that the file names generated for the schema files are automatically generated and may not relate to the contents of the created schema file.

Monday, December 21, 2009

Changing WebLogic Node Manager Port

To change the port number on which Node Manager listens for requests perform the following steps:
  1. Modify the ListenPort property in BEA_HOME\wlserver_10.3\common\nodemanager\nodemanager.properties
  2. Modify the NODEMGR_PORT property in installNodeMgrSvc.cmd located in BEA_HOME\wlserver_10.3\server\bin
  3. Run BEA_HOME\wlserver_10.3\server\bin\uninstallNodeMgrSvc.cmd
  4. Run BEA_HOME\wlserver_10.3\server\bin\installNodeMgrSvc.cmd
  5. Using the Services.msc console restart Node Manager