Technical data

16 BEA WebLogic Integration Release Notes
Deploying B2B on a Managed Server
To run WebLogic Integration B2B functionality on a managed server, add the
following system property to the Weblogic startup script:
-Dwli.b2b.server.managedserver.deployed=true
This system property was added in response to CR070619.
If you are not using a managed server configuration, ensure that this system property
is not present in the startup script. Also, when running WebLogic Integration on a
managed server, do not deploy any application integration components since they
cannot currently be deployed in Managed Server mode.
Improving XSLT Performance
If you frequently use XSLT, take the following actions to help improve XSLT
performance:
increase the heap size to at least 512m
add the following JVM option to the java command in your startWeblogic
script or to
$JAVA_OPTIONS in your setenv script
-XX:NewSize=128m -XX:MaxNewSize=128m
These steps are recommended for all users with enough memory to do so, but they
become even more important when using XSLT because of its high short-term
memory usage. See Tuning Performance in Deploying BEA WebLogic Integration
Solutions for further information about JVM options.