Tuesday, August 03, 2010

Enable Debugging for a Specific Domain from console in SOA 10.1.3.5

Go to the following location


SOA_HOME\bpel\domains\default\config\domain.xml

and make changes

<property id="enableDebugger">
<name>enableDebugger</name>
<value>true</value>
<comment>
<![CDATA[debugger<p/>]]>;lt;/comment>
</property>

Again log in to the database using orabpel as user and execute the following script

$SOA_HOME\bpel\system\database\script\debugger_oracle.ddl

This table is needed for debugger that is not created by default in the ORABPEL schema

No comments: