[jbossseam-issues] [JBoss JIRA] Resolved: (JBSEAM-663) jboss cache and redeploy

Norman Richards (JIRA) jira-events at jboss.com
Sat Jan 20 00:25:54 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-663?page=all ]

Norman Richards resolved JBSEAM-663.
------------------------------------

    Resolution: Done

The redeployment error came from pojo cache not being shutdown properly.  (The jgroups stack stuck around after the old classloader repository was destroyed, causing errors when the new deployment tried to interact with the old mbeans)  

PojoCache wasn't getting shutdown correctly because it lacked the create() lifecycle method, which sets state necessary to correctly shutdown.  

> jboss cache and redeploy
> ------------------------
>
>                 Key: JBSEAM-663
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-663
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.1.1.GA
>            Reporter: Gavin King
>         Assigned To: Norman Richards
>             Fix For: 1.1.5.GA
>
>
> Use of s:cache in the blog example causes redeploy to fail. Let's find out exactly what causes this and fix it.

-- 
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