1 Reply Latest reply on Jul 12, 2002 8:56 AM by davidjencks

    MySQLDS not bound in JNDI context.

    dhinojosa

      I have a datasource called abqjugDS. For the Albuquerque Java Users Group (booyeah!)

      When I browse the JNDI tree (using Studio4); java:/abqjugDS does not appear as to be bound. The funny thing is that I don't see java:/hsqldbDS in the JNDI tree either. I know that the hssqldbDS works though and I believe that abqjugDS works too since I deployed an entity against it.

      Question: Shouldn't it be required that the datasources get displayed in the JNDI context?



        • 1. Re: MySQLDS not bound in JNDI context.
          davidjencks

          I don't know what studio 4 is. The java: context is visible only inside the jboss vm. If you want to see what is in jboss' jndi I recommend using the jndiview mbean. MBeans are not automatically related in any way to jndi, so unless you have specified something to be bound under java:/hsqldbDS you won't see it in jndiview either. The default hsqldb datasource is bound under java:/DefaultDS.