We are using session facade in our application where only SLSBs are avaliable 
remotely.  Our BMP entity beans are local objects only.  

We are planning to intriduce clustering.  Is it possible that our application 
is deployed at cluster level overall but the entity beans are not replicated 
when created at one node.  Also we want to introduce Cache invalidation, in 
case same instance of Entity beans exists at two different nodes (created by 
two different users at two different nodes).

That is if same entity exists at two different nodes not by cluster 
replication, but by client access and one of them changed, can we use Cache 
Invalidation under this scenario.


For example can I add the folloiwng in jboss.xml

         
            <ejb-name>nextgen.EnterpriseEntity</ejb-name>        
            <jndi-name>nextgen.EnterpriseEntity</jndi-name>          
<configuration-name
                        >Standard CMP 2.x with cache invalidation<
          /configuration-name>
                <method-attributes>
                                
                                <method-name>get*</method-name>
                                <read-only>true</read-only>
                                
                <method-attributes>
                <cache-invalidation>True</cache-invalidation>

<!-- No Cluster-Config etc.   -->


            


Thanks,

Amin



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921071


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to