Reputation: 21
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
Reputation: 570365
You very likely need openjpa.jar on the class path of the client.
Upvotes: 4