0 Replies Latest reply on Feb 28, 2010 1:34 PM by skyknight852146

    cannot find jar on ejb

    skyknight852146

      hihi, I put a jar file on WAR that include a UserTracker object, but when I call it using @In in a EJB class (Authenticator), the server display the following error message:


      java.lang.NoClassDefFoundError: Lsecurity/UserTracker;


      how can I solve this problem?


      thank you.