hi, I'm trying to use
EJB Clustering on Weblogic8.1, I've been told that nothing need to change in order to make Stateless Session Bean using remote interfaces work on Clustered Weblogic8.1 server, cause when the EJB is deployed to the cluster, the clustered stub would be generated. Is this true? I also heard that I need to add a list of idompotent methods in the deployment descriptor to achieve load balance and failover?
anyone here could help me out?