try creating the service config file in deploy manually?

search for ejb3-entity on 
http://docs.jboss.org/jbossas/guides/clusteringguide/r2/en/html_single/



    
        
        jboss:service=Naming
        jboss:service=TransactionManager

        <!-- Configure the TransactionManager -->
        
            org.jboss.cache.JBossTransactionManagerLookup
        

        REPEATABLE_READ
        REPL_SYNC

        <!--Name of cluster. Needs to be the same for all clusters, 
            in order to find each other -->
        EJB3-entity-cache

        
            ... ...
        

        5000
        10000
        15000

        
            org.jboss.cache.eviction.LRUPolicy
        

        <!--  Specific eviction policy configurations. This is LRU -->
        
            
                5
                <!--  Cache wide default -->
                
                    5000
                    1000
                
            
        
    



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205272#4205272

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205272
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to