]
Marek Novotny closed JBSEAM-2849.
---------------------------------
Fix Version/s: 2.2.1.CR3
Resolution: Out of Date
this was cleared in JBSEAM-3699 and JBSEAM-3700
Initialization warning about PojoCache could be changed/removed
---------------------------------------------------------------
Key: JBSEAM-2849
URL:
https://jira.jboss.org/browse/JBSEAM-2849
Project: Seam
Issue Type: Task
Affects Versions: 2.0.2.CR1
Reporter: Jay Balunas
Priority: Optional
Fix For: 2.2.1.CR3, The future
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.
-
For more information on JIRA, see: