2 Replies Latest reply on Dec 8, 2005 7:18 AM by anand.g.verma

    org.jboss.jdbc.DerbyDatabase not found

    rfasciolo

      I'm setting up an environment with JBoss 4.0.1RC2 and Derby for testing purposes (in a w2k pc with JDK 1.4.2_05).
      I copied the derby-ds.xml sample file in the deploy dir of JBoss default server and customized it, but when I start the server I got this message in the log file:

      org.jboss.jdbc.DerbyDatabase; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jdbc.DerbyDatabase)

      I tried to find that class in the jar packaged with JBoss distribution but I didn't find it.

      So, what else I need for making it works?