hi
i'd like to import a JNDI tree from weblogic to JBOSS - how can i get it?

PS i've tried adding the following  mbean in  jboss-service.xml 
mbean code="org.jboss.naming.ExternalContext" 
name="jboss.jndi:service=ExternalContext,jndiName=external/Bea">
external/Bea
true

java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
java.naming.provider.url=t3://localhost:7001
java.naming.factory.url.pkgs=org.jboss.naming.client
java.naming.factory.url.pkgs=org.jnp.interfaces
java.naming.factory.url.pkgs=weblogic.corba.j2ee.naming.url:weblogic.corba.client.naming
java.naming.security.principal=weblogic
java.naming.security.authentication=simple
java.naming.security.credentials=weblogic

javax.naming.InitialContext
true
        

on the Jboss log i get this message:
18:50:51,056 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss.jndi:service=ExternalContext,jndiName=external/Bea
 state: CREATED
 I Depend On:
 Depends On Me:

 where am i wrong? can you give me any alternative solutions?

thanks

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to