[teiid-issues] [JBoss JIRA] (TEIID-2889) MongoDB translator fails to deploy

Ramesh Reddy (JIRA) issues at jboss.org
Mon Mar 10 14:57:21 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy reassigned TEIID-2889:
-----------------------------------

    Assignee: Ramesh Reddy  (was: Steven Hawkins)

    
> MongoDB translator fails to deploy
> ----------------------------------
>
>                 Key: TEIID-2889
>                 URL: https://issues.jboss.org/browse/TEIID-2889
>             Project: Teiid
>          Issue Type: Bug
>          Components: Build/Kits
>    Affects Versions: 8.7
>            Reporter: Tom Arnold
>            Assignee: Ramesh Reddy
>              Labels: 8.7, mongodb
>
> I am building Teiid from GIT master. I noticed that the MongoDB translator failed to deploy. Upon further investigation I found that the module.xml was looking for a different version of the MongoDB Java driver than what was packaged.
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <module xmlns="urn:jboss:module:1.0" name="org.jboss.teiid.translator.mongodb.api">
>     <resources>
>         <resource-root path="mongodb-api-8.7.0.Beta2-SNAPSHOT.jar" />
>         <resource-root path="mongo-java-driver-2.11.1.jar" />
>     </resources>
>     <dependencies>
>         <module name="javax.api"/>
>         <module name="javax.resource.api"/>
>         <module name="org.jboss.teiid.common-core" />
>         <module name="org.jboss.teiid.api" />
>     </dependencies>
> </module>
> {code}
>  
> {code}
> mongo-java-driver-2.7.3.jar
> {code}
> {code}
> git clean -fdx
> git reset --hard
> mvn clean install -P release -s settings.xml -DskipTests
> {code}
> Building just the translator, I see that 2.11.1 and 2.7.3 get pulled down. I've been doing greps and cannot find what is pulling in the older version.

--
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 teiid-issues mailing list