[jboss-jira] [JBoss JIRA] (WFLY-1834) Missing dependency for JDBC adapters module

Tom Ross (JIRA) jira-events at lists.jboss.org
Tue Aug 6 05:18:26 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795299#comment-12795299 ] 

Tom Ross commented on WFLY-1834:
--------------------------------

As per Jesper instructions I also had to add org.jboss.ironjacamar to my postgres and oracle module

mars:main tomr$ cat module.xml
<?xml version="1.0" ?>

<module xmlns="urn:jboss:module:1.1" name="org.postgresql">

    <resources>
        <resource-root path="postgresql-9.2-1002.jdbc4.jar"/>
    </resources>

    <dependencies>
        <module name="javax.api"/>
        <module name="javax.transaction.api"/>
        <module name="org.jboss.ironjacamar.impl"/>
    </dependencies>
</module>
                
> Missing dependency for JDBC adapters module
> -------------------------------------------
>
>                 Key: WFLY-1834
>                 URL: https://issues.jboss.org/browse/WFLY-1834
>             Project: WildFly
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 8.0.0.Alpha3
>            Reporter: Jesper Pedersen
>            Assignee: Stefano Maestri
>            Priority: Minor
>
> The jdbcadapters module needs an explicit dependency on ironjacamar.impl in order to allow all shipped recovery plugins to operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list