0 Replies Latest reply on Nov 23, 2005 12:47 PM by synclab

    weblogic JNDI federation problem

    synclab

      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