Monday, January 2, 2012

SCA-50012 when compiling SOA project in JDeveloper 11g

Problem:

Getting an SCA-50012 error when compiling a SOA Suite 11g project in JDeveloper 11g.

Solution:

In our case, we were importing the Base64Decoder class, but the class in 11g is different than the one used in 10g.

OLD 10g: <bpelx:exec import="com.collaxa.common.util.Base64Decoder"/>

NEW 11g: <bpelx:exec import="oracle.soa.common.util.Base64Decoder"/>

Applicable Versions:
  • Oracle JDeveloper 11g (11.1.1.4+)

Ahmed Aboulnaga

No comments: