Bugs item #541323, was opened at 2002-04-09 00:42 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541323&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Luke Taylor (luke_t) Assigned to: Luke Taylor (luke_t) Summary: CacheConnectionInterceptor PM life-cyle Initial Comment: CacheConnectionInterceptor isn't implementing the "stop" lifecycle method properly. It doesn't call "stop" on the the its delegate entity persistence manager if this has been set, so the implementation will not be cleaned up properly on undeploying. For example, if remove-table has been set to "true" with CMP, the table will not be dropped. It doesn't yet implement "create" and "destroy" (both are empty apart from "TODO"s) but I'm not sure if anything else is required here for now. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541323&group_id=22866 Sponsored by http://www.ThinkGeek.com/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
