Showing posts with label BPEL. Show all posts
Showing posts with label BPEL. Show all posts

Monday, November 14, 2011

MDS-01329, MDS-01370, MDS-00918, MDS-01330 MDS issues

When i try to compile the bpel code from jdeveloper 11.1.1.3 version after checking out from SVN, i was getting exception with these exception code (MDS-01329, MDS-01370, MDS-00918, MDS-01330 MDS issues) tried for an hour to fix the adf-config.xml and then i understand that there are 2 adf-config.xml fiel one on the application level and another on the project level.If you try to fix the project level, whatever the configuration exists in application level will override. Fix it on application level, that will fix the above issue.
Always fix the application level adf-config.xml file. This is one time fix.

Monday, May 17, 2010

How to change the eis connection during runtime

It is possible to change the eis connection name during runtime using the following approach.

1. Use assign activity and declare the eis connection details as xml fragment and point it to target partnerlink on the right side in assign activity window.


EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2005/04/addressing"
Address eis/DB/XXX_SQLDB /Address
EndpointReference



This will update the partner link with new value. There after the db operations performed will be on new database.