[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1660) Fix the "clusteredentity" tutorial for JBoss-5 GA
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Mon Dec 29 05:43:57 EST 2008
Fix the "clusteredentity" tutorial for JBoss-5 GA
-------------------------------------------------
Key: EJBTHREE-1660
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1660
Project: EJB 3.0
Issue Type: Sub-task
Components: Documentation
Affects Versions: 1.0.0-Beta11
Environment: JBoss-5.0 GA
Reporter: jaikiran pai
Assignee: jaikiran pai
The clusteredentity tutorial, through its persistence.xml is currently configured to use:
<properties>
<property name="hibernate.cache.provider_class" value="org.jboss.ejb3.entity.TreeCacheProviderHook"/>
<property name="hibernate.treecache.mbean.object_name" value="jboss.cache:service=EJB3EntityTreeCache"/>
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
</properties>
These do not work on JBoss-5.0 GA. Need to fix this and other related configurations appropriately.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list