Posted: Fri Jan 18, 2008 10:05 am Post subject:
--------------------------------------------------------------------------------
The problem is resolved now.
I can now connect weblogic 10 web application to application server running on a JBOSS
Server by:
1. Include jbossall-client.jar from $JBOSS_HOME/client in the application classpath
2. Set the system properties
System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
3. Get the connection
Connection conn = Factory.Connection.getConnection("jnp://host:1099/...")
....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121222#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...