[teiid-issues] [JBoss JIRA] (TEIID-2302) Issues setting up Teiid as an XA datasource in AS 7

Van Halbert (JIRA) jira-events at lists.jboss.org
Mon Nov 12 14:54:17 EST 2012


Van Halbert created TEIID-2302:
----------------------------------

             Summary: Issues setting up Teiid as an XA datasource in AS 7
                 Key: TEIID-2302
                 URL: https://issues.jboss.org/browse/TEIID-2302
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 8.2
            Reporter: Van Halbert
            Assignee: Van Halbert
            Priority: Minor


Ran across 2 issues when trying to setup Teiid as a XA data source based on the teiid-xa-ds.zml in the jboss kit:  docs/teiid/datasources/teiid/teiid-xa-ds.xml

1 - ClassNotFound for the org.hibernate.dialect.Dialect, so added: 
   <module name="org.hibernate"/>
   to the teiid/client/main/module.xml

2 - seeing this error:  TEIID10006 Decryption failed: java.lang.ClassNotFoundException   org.teiid.client.util.ExceptionHolder from [Module "org.jboss.jts:main"  but that was resolved after I changed security from:

        <security>
            <user-name>user</user-name>
            <password>user</password>
        </security>

to:
                    <xa-datasource-property name="User">
                        user
                    </xa-datasource-property>
                    <xa-datasource-property name="Password">
                        user
                    </xa-datasource-property>



--
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