1 Reply Latest reply on Jun 20, 2005 2:56 PM by rjkimme

    JDBC not bound

    msf

      Hi, guys!

      I'm trying to connect MS SqlServer using jTDS 1.1 jdbc driver and JBoss is showing me this message:

      12:08:26,292 INFO [STDOUT] javax.naming.NameNotFoundException: jdbc not bound
      12:08:26,292 INFO [STDOUT] at org.jnp.server.NamingServer.getBinding(Naming
      Server.java:490)

      What could be wrong with my configuration parameters?

      Thanx

      Marcos

      P.S.: JBoss 3.2.7 / Jsdk 1.4.1_04 / MS SqlServer 2k / Windows 2k

        • 1. Re: JDBC not bound
          rjkimme

          Did you define the jdbc driver class, username, password? Are you using JNDI? If using jndi, you need to make sure the jndi name is correct.