Did you had a chance to developed Oracle BPM 11g application in combination with ADF BC? If yes - most likely you faced a problem with ADF BC Browser. ADF BC test utility simply doesn't start, if ADF BC project is implemented in the same application, where BPM process is defined. Most common error: MDS-01330: unable to load MDS configuration document. Don't worry - there is workaround for this bug.
Once again - ADF BC project is implemented within the same application, where we have BPM process project. Try to run AM:
Error is thrown about JBO-33001: Configuration file /tester.xcfg is not found in the classpath:
Workaround is to temporary (until you want to run ADF BC Browser) comment out MDS definition in adf-config.xml file:
ADF BC Browser is starting successfully now:
Looks like there is a conflict between ADF BC Browser runtime and MDS store configuration in adf-config.xml, specifically for BPM 11g applications. There is no such problem when running ADF BC Browser in WebCenter 11g applications. Make sure to uncomment MDS definition, when ADF BC Browser is not needed anymore.
Once again - ADF BC project is implemented within the same application, where we have BPM process project. Try to run AM:
Error is thrown about JBO-33001: Configuration file /tester.xcfg is not found in the classpath:
Workaround is to temporary (until you want to run ADF BC Browser) comment out MDS definition in adf-config.xml file:
ADF BC Browser is starting successfully now:
Looks like there is a conflict between ADF BC Browser runtime and MDS store configuration in adf-config.xml, specifically for BPM 11g applications. There is no such problem when running ADF BC Browser in WebCenter 11g applications. Make sure to uncomment MDS definition, when ADF BC Browser is not needed anymore.














































