But a mistake could be made, that you undeploy one of the two process that are supplied by default.
- TaskActionHandler
- TaskManager
copy the two files from directory $ORACLE_HOME/bpel/install/extensions/ to the deployment directory of your domain.
cd $ORACLE_HOME/bpel/install/extensions
cp bpel_TaskActionHandler_1.0.jar
$ORACLE_HOME/bpel/domains/default/deploy
cp bpel_TaskManager_1.0.jar
$ORACLE_HOME/bpel/domains/default/deploy
5 comments:
Awesome ! Never knew this sceret. :)
It would be cool if this option could be added to the BPELConsole interface :)
By the way, it doesn't work here. We have updated from 10.1.3.1.0 to 10.1.3.3.0. When the patch install completes all process have been undeployed. Then I tried to deploy though this process and it won't work.
I get this files from server and deployed though the interface, then it works.
prevented me from reinstalling big thanks from germany
Hi
I have a problem around the messagetype and "part".
The namespace of the messagetype stay empty regardless what I do.
|message name="akt_per"|
|part name="wscontentlist2" element="ns1:WsContentListResult" |
|part name="wscontentlist1" element="ns1:WsContentListResult" |
|
In the result tree the part has no namespace.
Is anybody know how can I set the namespace for the “part”
Post a Comment