[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

brettcave do-not-reply at jboss.com
Wed Jan 28 10:01:14 EST 2009


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



More information about the jboss-user mailing list