If you get this error -
WSIF JCA Execute of operation 'T' failed due to: Attempt to use an unsupported database platform.Database platform is not supported: oracle.toplink.platform.database.DatabasePlatform; nested exception is: ORABPEL-11825Attempt to use an unsupported database platform.
Then DBAdpater configuration needs set the PlatformClassName, sample values
- oracle.toplink.platform.database.Oracle9Platform
- oracle.toplink.platform.database.DB2Platform
- oracle.toplink.platform.database.SQLServerPlatform
you can also take this value from the MCF property settings.
No comments:
Post a Comment