[jboss-user] [Clustering/JBoss] - weblogic jndi lookup from jboss in cluster

2009-07-23 Thread mannam.tessco
I am having a problem with the following code in a jboss cluster environment. javax.naming.Context context = null; | | Properties properties = new Properties(); | properties.setProperty( Context.PROVIDER_URL, t3://hostname:6131 ); | properties.setProperty(

[jboss-user] [JNDI/Naming/Network] - weblogic jndi lookup from jboss in cluster

2009-07-23 Thread mannam.tessco
I am having a problem with the following code in a jboss cluster environment. javax.naming.Context context = null; | | Properties properties = new Properties(); | properties.setProperty( Context.PROVIDER_URL, t3://hostname:6131 ); | properties.setProperty(

[jboss-user] [JNDI/Naming/Network] - Remote JNDI lookup does not work in a cluster

2009-07-23 Thread mannam.tessco
I have a problem looking up the remote object in a jboss cluster environment. I am using Jboss 5.1.0.GA. I am getting the following error javax.servlet.ServletException: javax.naming.NamingException: Couldn't connect to any host [Root exception is org.omg.CORBA.INITIALIZE vmcid: 0x0 minor

[jboss-user] [JNDI/Naming/Network] - Not able to call weblogic queue from jboss 5.1.0.GA server

2009-07-23 Thread mannam.tessco
I am having problem connecting the weblogic queue from jboss 5.1.0.GA server. Here is the what I am getting in the server log. 2009-07-21 15:43:16,258 WARN [jacorb.orb] (http-127.0.0.1-8080-1) unable to build ORBInitializer from class true: Ignoring |

[jboss-user] [JNDI/Naming/Network] - Re: JNDI look up from ServletContextListener

2009-07-20 Thread mannam.tessco
xml lines did not appear in the previous post. bean name=topContextComparator | constructor factoryClass=org.jboss.system.deployers.LegacyDeploymentContextComparator factoryMethod=getInstance/ | property name=suffixOrder class=java.util.Map | map keyClass=java.lang.String

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
xml did not appear properly in the previous post. bean name=topContextComparator | constructor factoryClass=org.jboss.system.deployers.LegacyDeploymentContextComparator factoryMethod=getInstance/ | property name=suffixOrder class=java.util.Map | map keyClass=java.lang.String

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Thank You very much Jaikiran. In the forum they were talking about changing the bootstrap file. Yes. Looks like you were right. I've switched to JBoss 5.0.1.GA, and added to conf\bootstrap\deployers.xml: Code: .war

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Hi Jaikiran, Thanks for reply. I am using Jboss 5.0.1 and EJB 2.1. I really appreciate your help in this. Thanks, Ram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244158#4244158 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Hi Jaikiran, I deployed my application on to 5.1.0.GA server. It worked really well. I appreciate your help. Thank you, Ram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244492#4244492 Reply to the post :