2 Replies Latest reply on Jul 9, 2013 9:09 PM by giofranceno

    Firebird in JBoss EAP 6.1

    giofranceno

      I'm trying to set up Firebird on JBoss EAP 6.1 and am not having success, can someone help me?

        • 1. Re: Firebird in JBoss EAP 6.1
          ctomc

          Can you explain bit more what your problems are?

           

          mostly you just need to create new module for firebird jdbc driver and than configure datasource to use it.

           

          this are generic guidelines for any database

          • 2. Re: Firebird in JBoss EAP 6.1
            giofranceno

            Tomaz Cerar hello, thanks for replying.

             

            The module that was tried to create the following

             

            <module xmlns="urn:jboss:module:1.0" name="org.firebirdsql">

                <resources>

                    <resource-root path="jaybird-full-2.1.6.jar"/>

                    <resource-root path="jaybird-pool-2.1.6.jar"/>

                    <resource-root path="log4j-1.2.13.jar"/>

                    <resource-root path="jboss-javaee.jar"/>

                    <resource-root path="jmxri.jar"/>

                    <resource-root path="jmxtools.jar"/>

                    <resource-root path="sax2.jar"/>

                    <resource-root path="commons-logging-1.1.jar"/>

                    <resource-root path="junit-3.8.1.jar"/>

                </resources>

                <dependencies>

                    <module name="javax.api"/>

                    <module name="javax.activation.api"/>

                    <module name="javax.xml.soap.api"/>

                    <module name="javax.servlet.api"/>

                    <module name="org.jboss.common-core"/>

                    <module name="org.jboss.logging"/>

                    <module name="javax.mail.api"/>

             

                    <module name="org.apache.log4j"/>               

                    <module name="org.jboss.logmanager.log4j"/>

                    <module name="org.apache.james.mime4j"/>

                    <module name="org.apache.commons.codec"/>

                    <module name="org.apache.commons.collections"/>

                    <module name="org.apache.commons.io"/>

                    <module name="org.apache.commons.lang"/>

                    <module name="org.apache.commons.logging"/>

                    <module name="org.apache.httpcomponents"/>

                    <module name="org.apache.xalan"/>

                    <module name="org.apache.xerces"/>

                    <module name="org.w3c.css.sac"/>

                    <module name="net.sourceforge.cssparser"/>

                    <module name="net.sourceforge.nekohtml"/>

                </dependencies>

            </module>

             

            Module.xml The file is in the folder C:\jboss-eap-6.1\modules\system\layers\base\org\firebirdsql\main

             

            The resources are also in the same folder