0 Replies Latest reply on Dec 1, 2004 1:57 PM by zorzella

    Verifier issues

    zorzella

      I'm trying to incorporate EJB JAR verification to the ant compilation process, but I'm having some trouble. Though the EJB-JAR deploys flawlessly (AFAIK) in JBoss itself, jboss verifier issues forth this output:

      ******************

      10:45:20,620 ERROR [MetaData] Cannot obtain unauthenticated principal
      10:45:20,640 ERROR [MetaData] Cannot obtain unauthenticated principal
      MyFirstBean: Verified.
      MySecondBean: Verified.
      MyThirdBean: Verified.

      *******************

      I'm not sure what the error is, and how to fix it (and google gives me no hits). The three beans shown as "verified" as THE ONLY beans I have, by the way. I'm also not using JAAS at all.

      Any help is appreciated.

      JBoss 4.0.0, EJB Spec 2.0

      The ant target definition is:



      Thanks,

      Zorzella