The same old story, for install Oracle Service Bus over Mac OS X you have to execute the installer with the same properties of Oracle WebLogic Application Server 10gR3 installer, adjust the JVM properties for support the Oracle Service Bus application mounted over Oracle WebLogic and thats all.
* Version:
Choose the HP-UX Itanium installer.
* Execute the installation jar with the follow properties:
Dos.name=unix
Max Heap Size=1024m
$ java -jar -Xmx1024m -Dos.name=unix osb1031_wls103_generic.jar
* In the wizard use your WebLogic 10gR3 installation directory (bea_home), continue with the install process.
* Create a test Oracle Service Bus domain with the bea_home/wlserver_10.3/common/bin/.config.sh with the same characteristics, not clusters, not RDBMS (not at this moment).
* Change the JVM properties in the
MEM_ARGS="-Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=256m"
Finally, test the WebLogic console application and the Oracle Service Bus console, test it with real applications, share to us and enjoy.