Thanks for your help

The problem is that the autoinstaller jar only includes the "default" 
configuration for Jboss, and clustering needs the "all" configuration.

I downloaded the Zip file, and patched it with the last EJB3 distribution.

After that, my EJBs deploy ok, but now I'm getting problems with the 
load-balancing and fail-over features, that I couldn't maka them work.

I started up two Jboss in the same partition, and I ran a single client 
(clustering example from ejb3 tutorial) and the calls are always handled by a 
single server, and if I stop it the client fails inmmediately without making 
fail-over to the other server.

This is my jndi.properties

anonymous wrote : 
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | java.naming.provider.url=dev-diegop:1100,dev-franciscor:1100

Thank you in advance

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to