1) Enable 8.1 Style Execute Queues
Add the following to the config.xml
<server>
<name>AdminServer</name>
<use81-style-execute-queues>true</use81-style-execute-queues>
<listen-address/>
</server>
or
Add the following in JAVA_OPTIONS
-Dweblogic.Use81StyleExecuteQueues=true
2) Enable 8.1 Style Execute Queues
Cheers :)
Unni