Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SDO invocation errors after re-deploying composites

731730Nov 14 2009 — edited Aug 30 2012
Hi,

We have an application with EJB exposing SDO web services and composites calling those services.
The wsdl and xsd files for those services are pushed in MDS by our build.

The problem is every time we re-deploy the application (EJBs, wsdl/xsd to MDS, then composites), the composite throw errors when trying to invoke the SDO web services. For instance:

Caused by: java.lang.IllegalArgumentException: Exception [EclipseLink-45010] (Eclipse Persistence Services - 1.1.1.v20090430-r4097): org.eclipse.persistence.
exceptions.SDOException
Exception Description: Type not found for interface [com.ed.ted.sdo.EscSDO]
at org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate.create(SDODataFactoryDelegate.java:54)

The problem also happens when we re-deploy one of the composite making SDO calls.
We use ant scripts to build and deploy.

The only solution we have found so far to get rid of this issue is to follow these steps:
- un-deploy all ejbs and composite
- stop the server
- delete domain/servers/cache and tmp
- restart server
- re-deploy ejbs and composites

Has anyone encountered this kind of issues ?

We can't figure out if it is linked with MDS caches, SDO or weblogic.

Thanks for your help
Sebastien

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 27 2012
Added on Nov 14 2009
1 comment
1,739 views