[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate/Writes but does not loads
skajotde
do-not-reply at jboss.com
Mon Jul 28 15:34:12 EDT 2008
"pozzo" wrote :
|
|
|
| @Entity
| | @Table(name="TSC_ATIVO", schema=SchemaNames.ATIVOS)
| | @org.hibernate.annotations.Cache(usage=CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
| | public class BaseSecurity implements Serializable
|
|
Try
| @Cache(usage=CacheConcurrencyStrategy.NONSTRICT_READ_WRITE, region="_default_")
|
region or regnioName maybe should be _default_ as configured in treecache or something new what you configure.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167162#4167162
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167162
More information about the jboss-user
mailing list