Class not found exception (org.apache.openjpa.enhance.PersistenceCapable) thrown in a client of WLS
        Posted  
        
            by user316689
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user316689
        
        
        
        Published on 2010-04-14T16:08:49Z
        Indexed on 
            2010/04/14
            16:13 UTC
        
        
        Read the original article
        Hit count: 649
        
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
© Stack Overflow or respective owner