[teiid-issues] [JBoss JIRA] Commented: (TEIID-590) Embedded has classloading issues with JBoss AS

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri May 15 07:59:46 EDT 2009


    [ https://jira.jboss.org/jira/browse/TEIID-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12467747#action_12467747 ] 

Steven Hawkins commented on TEIID-590:
--------------------------------------

A full xa datasource example in JBossAS would then be:

  <?xml version="1.0" encoding="UTF-8"?>
  <datasources>
  <xa-datasource>
    <jndi-name>TEIID-DS</jndi-name>
    <xa-datasource-class>com.metamatrix.jdbc.EmbeddedDataSource</xa-datasource-class>
    <xa-datasource-property name="DatabaseName">#your-vdb-name#</xa-datasource-property>
    <xa-datasource-property name="BootstrapFile">#embedded-kit-install#/deploy.properties</xa-datasource-property>    
    <xa-datasource-property name="AdditionalProperties">PostDelegationLibraries=teiid-txn-jbossts-6.1.0-SNAPSHOT.jar,teiid-cache-jbosscache-6.1.0-SNAPSHOT.jar,teiid-embedded-6.1.0-SNAPSHOT.jar,jbosscache-core-2.2.1.GA.jar,jboss-common-core-2.2.8.GA.jar,jbossjta-4.3.0.GA.jar,jbossjta-integration-4.3.0.GA.jar,jboss-logging-spi-2.0.5.GA.jar,jbossts-common-4.3.0.GA.jar,jgroups-2.6.5.GA.jar
</xa-datasource-property>                           
  </xa-datasource>        
  </datasources>  

> Embedded has classloading issues with JBoss AS
> ----------------------------------------------
>
>                 Key: TEIID-590
>                 URL: https://jira.jboss.org/jira/browse/TEIID-590
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 6.0.0
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>            Priority: Critical
>             Fix For: 6.1.0
>
>
> Since Teiid uses the same libraries as JBoss Cache, JBoss TS, and JGroups, there are version incompatibilities that needs to be dealt with. This JIRA should provide guidance as to how to deploy into 4.2.2 and 5.0

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list