[JBoss-user] [JNDI/Naming/Network] - jndi lookup, returns only local ejb in clustered environment

2005-12-26 Thread haribaasha
hi i have 3 nodes in a cluster, when i have the EJB in all 3 nodes (including the one with the webservice) and then clustering doesnt happen. all requests are routed to the ejb present in the same node as the webservice ??? node 1 - web service(wsr) & ejb node 2 - ejb node 3 - ejb all request

[JBoss-user] [Installation, Configuration & Deployment] - help, ejb clsutering JBoss

2005-12-21 Thread haribaasha
hi, am giving the code also and explained in detail... i have 4 nodes in a cluster, when i deploy my webservice in one of the nodes and the EJB's in the other 3 nodes it seems to be working fine, the load is balanced(i.e when i send 50 requests they are split to the 3 nodes etc) , failover hap

[JBoss-user] [EJB/JBoss] - Re: EJB clustering help!

2005-12-20 Thread haribaasha
this method is called jsut be4 the context is created... method: try{ Hashtable _jndiProperties = new hashtable(); _ _jndiProperties.put( Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory" ); _j

[JBoss-user] [EJB/JBoss] - EJB clustering help!

2005-12-20 Thread haribaasha
hi i have 4 nodes in a cluster, when i deploy my webservice in one of the nodes and the EJB's in the other 3 nodes it seems to be working fine, the load is balanced(i.e when i send 50 requests they are split to the 3 nodes etc) , failover happens fine.. but when i have the EJB in all 4 nodes (

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Clustering - webservice(wsr) and EJb in same node, clu

2005-12-18 Thread haribaasha
hi i have 4 nodes in a cluster, when i deploy my webservice in one of the nodes and the EJB's in the other 3 nodes it seems to be working fine, the load is balanced(i.e when i send 50 requests they are split to the 3 nodes etc) , failover happens fine.. but when i have the EJB in all 4

[JBoss-user] [Clustering/JBoss] - clustering hot happening when webservice and ejb in same nod

2005-12-18 Thread haribaasha
i hav 4 nodes in the cluster, when i hav webservice in one node and ejb's in the other 3, clsutering, loadbalancing,failover happens fine.. when i hav ejb in all 4, then either i get a loginterceptor error, or clustering doesnt happens and all calls to the webservice are routed to the ejb in th

[JBoss-user] [EJB/JBoss] - prob when ejb and wsr in same node in a cluster

2005-12-15 Thread haribaasha
i hav 4 nodes in the cluster, when i hav webservice in one node and ejb's in the other 3, clsutering, loadbalancing,failover happens fine.. when i hav ejb in all 4, then either i get a loginterceptor error, or clustering doesnt happens and all calls to the webservice are routed to the ejb in th

[JBoss-user] [EJB/JBoss] - Re: remote lookup problem;ClassNotFoundException

2005-12-15 Thread haribaasha
to call B.ear on the other node2 node1 needs to hav the remote and home interfaces of B.ear in its class path. jsut jar them and have it in the lib directly on node1. it will work fine.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913044#3913044 Reply to

[JBoss-user] [Installation, Configuration & Deployment] - web service and EJb in same machine in clustered

2005-12-12 Thread haribaasha
i have tested clustering with deploying webservice in one machine and EJb's in others and its working fine.. the same when Ejb is also present in the machine where webservice is present, it doesnt work.. any way it can be configured so this can be fixed? that way i will require lesser no of ma

[JBoss-user] [Installation, Configuration & Deployment] - Displaying DoM ??

2005-12-01 Thread haribaasha
when i display a document, it says [#document: null] same when i display document.getdocumentelement.. however when i convert it to string and disp it works fine.. used to work fine in tomcat.. how do i get this rite? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss.NET] - how to catch axiafault exceptions and return to client?

2005-11-27 Thread haribaasha
can somebody help me out with this.. deploying webservice in jboss and using them..incase webservice is not deployed and i try to call it then i recieve a org.jboss.axis.AxisFault: The AXIS engine could not find a target service to invoke! targetService is /jboss-net anyway of catching this a