2 Replies Latest reply on Jan 4, 2006 3:28 PM by fmuhlenberg

    Running DB example problem

    fmuhlenberg

      I am having a blowup with the c3p0 pooling, specifically a SQLException - socket creation error, when attempting to run the tutorial database example. What do I need to reconfigure to get this to run correctly?

        • 1. Re: Running DB example problem
          dhartford

          If you are testing, I had to expose the Hypersonic database via TCP in Jboss. Check the hsql-ds.xml file I believe there are comments in there regarding between the ways you can setup (TCP/IP versus the other ways - default is NOT TCP/IP).

          This was for testing, if you are deploying it within Jboss I'm not sure.

          -D

          • 2. Re: Running DB example problem
            fmuhlenberg

            Thanks, when I revised and deployed the DB tutorial to jBoss, it worked.

            I haven't had any success related to persisting tasks though.