1 Reply Latest reply on Sep 12, 2003 11:27 AM by arabin

    Solid Database Serivce BUG

    malian

      I have tried serveral ways to connect to Solid using jboss solid-ds.xml config file but every time I get this error:

      org.jboss.util.NestedSQLException: Apparently wrong driver class specified for URL: class: solid.jdbc.SolidDriver, url: jdbc:solid://155.55.5.55:1555/user/pass; - nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong driver class specified for URL: class: solid.jdbc.SolidDriver, url: jdbc:solid://155.55.5.55:1555/user/pass)
      at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:106)
      at netrio.smc.util.DataConnectionBean.getSolidConnection(Unknown Source)


      I have tried in solid-ds.xml both of these cases:

      <connection-url>jdbc:solid://155.55.5.55:1555/user/pass</connection-url>

      and

      <connection-url>jdbc:solid://155.55.5.55:1555</connection-url>
      with

      <user-name>user</user-name>
      pass


      I am using jboss-3.2.1_tomcat-4.1.24 (imbedded tomcat).

      I think there is a bug with the way jboss is calling solid's driver. I didn't get this error when I setup connection to solid through standalone tomcat and jboss running separately. I have spent many hours trying to figure this out but I haven't found anything on the user group of documentation. Please help!

      thanks,
      Malia

        • 1. Re: Solid Database Serivce BUG
          arabin

          Have you sold the problem?
          How can I connect using the file solid-ds.xml? Can you explain me in details?

          Is the file solid-service.xml required?
          I just thought I need solid-service.xml to connect. Isn't it true?

          For instance, when I connected to postgres, I user the file postgres-service.xml

          Also, the reference http://sourceforge.net/project/shownotes.php?release_id=111113 says I should have solid-service.xml already, starting 3.2.0RC4
          I have 3.2.2RC3, and I do not see the file solid-service.xml there.

          Any ideas?