[JBoss-user] [Clustering/JBoss] - Re: Why do I get a ClassCastException when I use narrow() in

2004-05-18 Thread didoux
Just noticed that cluster-service.xml has a variable. Should I have 0.0.0.0 or the IP of my machine? attribute name=BindAddress${jboss.bind.address}/attribute | --- | GMS: address is SLWXP120:2343 (additional data: 19 bytes) |

[JBoss-user] [Clustering/JBoss] - Re: Why do I get a ClassCastException when I use narrow() in

2004-05-12 Thread didoux
Getting a ClassCastException trying to access our Stateless Session Beans from within Servlet We changed the ports for HA JNDI to the desired port deploy/cluster-service.xml and the JNDI to 1100 jboss-service.xml !-- The listening port for the bootstrap JNP service. Set this to -1

[JBoss-user] [Clustering/JBoss] - Re: Why do I get a ClassCastException when I use narrow() in

2004-05-12 Thread didoux
Getting a ClassCastException trying to access our Stateless Session Beans from within Servlet We changed the ports for HA JNDI to the desired port deploy/cluster-service.xml and the JNDI to 1100 jboss-service.xml mbean code=org.jboss.naming.NamingService | name=jboss:service=Naming

[JBoss-user] [Clustering/JBoss] - Why do I get a ClassCastException when I use narrow() in

2004-05-10 Thread didoux
This code works in a non-cluster environment, but when I switch to HA-JNDI. I am getting a ClassCastException error on the server. I am using the all configuration. Is there something else that I have to do? I am getting this with our Servlets, from our swing Console application the