Tuesday, May 4, 2010

OSB: how to automate the build and deploy of projects

Very good coverage of the topic here:

http://www.insemble.com/oracleservicebus-deployment.html

and here

http://biemond.blogspot.com/2010/07/osb-11g-ant-deployment-scripts.html


here,
http://www.apress.com/book/downloadfile/4472

in the Administration folder, file ImportProject.java you will find examples of how to use
ALSBConfigurationMBean. Interesting also this SessionManagementMBean

in the same folder, look at import.py and export.py for how to do the same thing with Python.

Equally, here
http://www.oracle.com/technetwork/middleware/service-bus/overview/index.html

they give you this
https://soasamples.samplecode.oracle.com/files/documents/660/866/IMPORT-EXPORT.zip
project which does the same.

Remember to add to your classpath
com.bea.common.configfwk_1.2.1.0.jar
and
sb-kernel-api.jar

No comments: