Hi I have facing following issue in Stateful Session Bean (Clustering). Happens when using jboss instance for some time
1. SFSB.create(); // no wait 2. SFSB.ABC() ; // waits / takes 60 sec 3. SFSB.XYZ(); // waits / takes 60 sec 4. SFSB.remove(); // waits / takes 60 sec After I restart jboss instance, wait goes away Any help in this regards will be helpful Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261588#4261588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261588 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
