"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...