3 Replies Latest reply on Aug 24, 2011 10:51 AM by smarlow

    HHH00194 warnings for packages without ejb3 entities.

    whitingjr

      I am seeing these types of messages when starting AS7

       

      WARN  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-8) HHH00194:Package not found or wo package-info.java:

       

      My application is bundled in an EAR file. There is a web service JAR that depends on a ejb3 JAR. In the ejb3 JAR are packages. Some contain MDBs, SLSB and ejb3 entities.

      All the packages with entity beans do contain a package-info.java and AnnotationBinder does not create a warning.

       

      But the remaining packages are causing a WARN log message to be generated.

       

      Should these warnings be generated for packages without entity beans ?

       

      I am using AS7 built from git master as of mid day on Fri 19 Aug. Log extract attached of the server started at TRACE for the org.hibernate.cfg.AnnotationBinder category.