Bugs item #1053229, was opened at 2004-10-24 08:22 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053229&group_id=22866
Category: JBossCMP Group: v4.0 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Adrian Price (adrianprice) >Assigned to: Scott M Stark (starksm) Summary: No InvalidationManager configured in 4.0 Initial Comment: The default cache invalidation service which supports the "Standard CMP 2.x EntityBean with cache invalidation" EJB container configuration is missing from JBoss-4.0.0. EntityBeans which use this container fail to deploy, with a NullPointerException. The NPE occurs because the InvalidableEntityInstanceCache InvalidationManagerMBean invalMgr field is null, because the jboss.cache:service=InvalidationManager MBean does not exist. Please see the attached stack trace. It is necessary to copy the deploy/cache-invalidation-service.xml file from a 3.2.x version to restore correct behaviour. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-10-24 08:56 Message: Logged In: YES user_id=175228 See the release notes description of the different configurations. The default configuration in jboss-4.0.0 is the minimal set of services needed for j2ee certfication. The standard configuration is equivalent to the default configuration from 3.2 and it contains the cache-invalidation-service.xml. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053229&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
