3 Replies Latest reply on Aug 25, 2009 10:38 PM by kukeltje

    Secondary data source

    cpcp

      Hi, I'm pretty new with JBoss jBPM...
      I'd like to know how to configure a secondary datasource for jBPM. I want to keep the default hypersonic database for jBPM and add a mysql datasource for integration with other systems...
      Is that possible?
      Thanks a lot!

        • 1. Re: Secondary data source
          kukeltje

          I would *not* use hypersonic for production. Using two datasources is nothing different than normal.

          • 2. Re: Secondary data source
            cpcp

            No, it's not for a production environment!
            I can imagine that it's not so complicated to add a secondary datasource, but I just don´t know how to do it. I've added mysql-connector-java-5.1.8-bin.jar to the jbpm-jpdl-3.2.3\server\server\jbpm\lib directory, but when I try to get the connection, I have an exception: No suitable driver found.
            I'll be glad if you can help me...

            • 3. Re: Secondary data source
              kukeltje

              Adding secondary datasources has nothing to do with jBPM, it is a JBoss AS thing. Normally you get this error if the driver is not in classpath or the driver name (classname) in the config is wrong. Please take a look in the JBoss AS documentation on how to do this.