[teiid-issues] [JBoss JIRA] (TEIID-3170) Change build to include spring framework jar dependencies for WS translator

Van Halbert (JIRA) issues at jboss.org
Tue Nov 18 15:19:39 EST 2014


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

Van Halbert reopened TEIID-3170:
--------------------------------


More jars from the spring frame work is needed.  The module needed to be the following in order to start the server when  configured to use:

<module xmlns="urn:jboss:module:1.1" name="org.springframework.spring">
  <resources>
    <resource-root path="spring-beans-3.0.7.RELEASE.jar"/>
    <resource-root path="spring-context-3.0.7.RELEASE.jar"/>    
    <resource-root path="spring-core-3.0.7.RELEASE.jar"/>
    <resource-root path="spring-asm-3.0.7.RELEASE.jar"/>
    <resource-root path="spring-expression-3.0.7.RELEASE.jar"/>
    
    <resource-root path="spring-aop-3.0.7.RELEASE.jar"/>    
    <resource-root path="spring-tx-3.0.7.RELEASE.jar"/>
  </resources>
  <dependencies>
    <module name="javax.api"/>
    <module name="org.apache.commons.logging"/> 
  </dependencies>
</module>

> Change build to include spring framework jar dependencies for WS translator
> ---------------------------------------------------------------------------
>
>                 Key: TEIID-3170
>                 URL: https://issues.jboss.org/browse/TEIID-3170
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.7.1
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>            Priority: Blocker
>             Fix For: 8.7.1
>
>
> The "org.springframework.spring" module and dependent jars will be added to the kit.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the teiid-issues mailing list