[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 18:17:17 EST 2012


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

Van Halbert commented on TEIID-2302:
------------------------------------

Applying the fix for the module, but will wait on the updating teiid-xa-ds.xml, because I've yet to find in the JBoss AS doc's or IronJacamar where the "xa-datasource-property" should be used.  I found this recommendation on another site and it fixed my issue of being able to connect.  But it doesn't appear to be in the doc's, so I'll wait on it.
                
> 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