[
http://jira.jboss.com/jira/browse/JBSEAM-2849?page=all ]
Pete Muir updated JBSEAM-2849:
------------------------------
Fix Version/s: 2.1.0.BETA1
Let's review - it was required on JBoss 4.0.5 IIRC (not the warn, but the special way
to install JBoss Cache)
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
Fix For: 2.1.0.BETA1
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