<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Firebird in JBoss 7
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/hrast200">Hrvoje Jo</a> in <i>JBoss AS 7 Development</i> - <a href="http://community.jboss.org/message/644805#644805">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hi!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Did anyone succeed in connecting Firebird DB and JBoss? I cann't get rid of</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><table><tbody><tr><td style=";">JBAS014775:</td><td style=";">New missing/unsatisfied dependencies:</td></tr><tr><td style=";">  </td><td style=";">service jboss.jdbc-driver.firebirdsql (missing) dependents: [service jboss.data-source.java:/tiranDS] </td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>jaybird-pool-2.1.6.jar is in .....\jboss-as-7.1.0.CR1b\modules\org\firebirdsql\main</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>This is my standalone.xml [some parts are changed, like ...(some_path)...]</p><p>...</p><p>  <subsystem xmlns="urn:jboss:domain:datasources:1.0"></p><p>            <datasources></p><p>                <datasource jndi-name="java:/tiranDS" pool-name="TiranPool" enabled="true" jta="true" use-java-context="true" use-ccm="true"></p><p>                    <connection-url></p><p>                        jdbc:firebirdsql:serversp/3050:C:\Program Files\...(some_path)...\tiran.gdb</p><p>                    </connection-url></p><p>                    <driver></p><p>                        firebirdsql</p><p>                    </driver></p><p>                    <pool></p><p>                        <prefill></p><p>                            false</p><p>                        </prefill></p><p>                        <use-strict-min></p><p>                            false</p><p>                        </use-strict-min></p><p>                        <flush-strategy></p><p>                            FailingConnectionOnly</p><p>                        </flush-strategy></p><p>                    </pool></p><p>                    <security></p><p>                        <user-name></p><p>                            username</p><p>                        </user-name></p><p>                        <password></p><p>                            pass</p><p>                        </password></p><p>                    </security></p><p>                </datasource></p><p>                <drivers></p><p>                   <driver name="firebirdsql" module="org.firebirdsql"></p><p>                        <xa-datasource-class></p><p>                            org.firebirdsql.jdbc.FBDriver</p><p>                        </xa-datasource-class></p><p>                    </driver></p><p>                </drivers></p><p>            </datasources></p><p>        </subsystem></p><p>...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>module.xml looks like this (all .jars mentioned in module.xml aree in .....\jboss-as-7.1.0.CR1b\modules\org\firebirdsql\main folder)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><module xmlns="urn:jboss:module:1.0" name="org.firebirdsql"></p><p>    <resources></p><p>        <resource-root path="jaybird-full-2.1.6.jar"/></p><p>        <resource-root path="jaybird-pool-2.1.6.jar"/></p><p>        <resource-root path="log4j-1.2.13.jar"/></p><p>        <resource-root path="jboss-javaee.jar"/></p><p>        <resource-root path="jmxri.jar"/></p><p>        <resource-root path="jmxtools.jar"/></p><p>        <resource-root path="sax2.jar"/></p><p>                </p><p>        <resource-root path="commons-logging-1.1.jar"/></p><p>        <resource-root path="junit-3.8.1.jar"/></p><p>                </p><p>    </resources></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    <dependencies></p><p>        <module name="javax.api"/></p><p>        <module name="javax.activation.api"/></p><p>        <module name="javax.xml.soap.api"/></p><p>        <module name="javax.servlet.api"/></p><p>        <module name="org.jboss.common-core"/></p><p>        <module name="org.jboss.logging"/></p><p>        <module name="javax.mail.api"/></p><p>        </p><p>        </p><p>        <module name="org.apache.log4j"/>                </p><p>        <module name="org.jboss.logmanager.log4j"/></p><p>        <module name="org.apache.james.mime4j"/></p><p>        <module name="org.apache.commons.codec"/></p><p>        <module name="org.apache.commons.collections"/></p><p>        <module name="org.apache.commons.io"/></p><p>        <module name="org.apache.commons.lang"/></p><p>        <module name="org.apache.commons.logging"/></p><p>        <module name="org.apache.httpcomponents"/></p><p>        <module name="org.apache.xalan"/></p><p>        <module name="org.apache.xerces"/></p><p>        <module name="org.w3c.css.sac"/></p><p>        <module name="net.sourceforge.cssparser"/></p><p>        <module name="net.sourceforge.nekohtml"/></p><p>    </dependencies></p><p></module></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Whati is wrong here?</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/644805#644805">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS 7 Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>