[
https://jira.jboss.org/jira/browse/EJBTHREE-1660?page=com.atlassian.jira....
]
jaikiran pai commented on EJBTHREE-1660:
----------------------------------------
The persistence.xml configurations have been taken care off by following this wiki
http://www.jboss.org/community/docs/DOC-13200
However, the tutorial relies on a lot of internal knowledge about how Hibernate and
JBossCache store the entities. These internal details have changed with the JBossCache
version in JBossAS-5.0 GA resulting in the tutorials failing. The code needs to be changed
appropriately. Opened a forum thread for inputs.
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