Siebel- WLS Java Data Bean error signer information does not match signer information of other clas
Which version of Weblogic works with siebel.jar file(current app is using WLS 12.1.1) as we are receiving the following error in our Java Databean app when integrating with siebel's jar's and WLS jars?
Caused By: java.lang.SecurityException: class "com.siebel.ejb.jca.peai_integration_object_deploy.EAI_Integration_Object_DeploySessionEJBBean_i9dxsw_EAI_Integration_Object_DeploySessionEJBRemoteImpl"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:944)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:658)
at java.lang.ClassLoader.defineClass(ClassLoader.java:786)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)