David de Juan
David de Juan

Reputation: 21

Class not found exception (org.apache.openjpa.enhance.PersistenceCapable) thrown in a client of WLS 10

I am developing an aplication using WLS 10 When i try to conect (lookup) to an EJB from a specific jar of my ear aplication, an exception of type "ClassNotFoundException" of the class "org.apache.openjpa.enhance.PersistenceCapable" is thrown in the client

has anybody found a reason for this workaround?

Thanks in advance

Upvotes: 2

Views: 7845

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570365

You very likely need openjpa.jar on the class path of the client.

Upvotes: 4

Related Questions