[seam-issues] [JBoss JIRA] Closed: (JBSEAM-2849) Initialization warning about PojoCache could be changed/removed
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Wed Dec 1 09:43:05 EST 2010
[ https://jira.jboss.org/browse/JBSEAM-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list