[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2849) Initialization warning about PojoCache could be changed/removed

Jay Balunas (JIRA) jira-events at lists.jboss.org
Fri Apr 4 15:46:21 EDT 2008


Initialization warning about PojoCache could be changed/removed
---------------------------------------------------------------

                 Key: JBSEAM-2849
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2849
             Project: JBoss Seam
          Issue Type: Task
    Affects Versions: 2.0.2.CR1
            Reporter: Jay Balunas
            Priority: Optional


When Seam starts up it shows this message :
WARN  [Initialization] Did not install PojoCache due to NoClassDefFoundError: org/jgroups/MembershipListener

it has been there a very long time (as far as I can tell).  It originates in the below code snip.  Is this something we can remove or change to "debug"?  It causes no problems, but might confuse.


Initialization.java:
catch (NoClassDefFoundError e) {
         //temp solution due to broken JEMS installer portal profile!
         log.warn("Did not install PojoCache due to NoClassDefFoundError: " + e.getMessage());
      }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list