[teiid-issues] [JBoss JIRA] Commented: (TEIID-833) Support tighter integration with container deployments

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Sep 25 16:06:49 EDT 2009


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

Steven Hawkins commented on TEIID-833:
--------------------------------------

To add a little more detail, our legacy implementations could be replaced by container mechanisms.  For example,

membership domain -> remove, replace with JAAS
trusted payload  -> remove, could be done through JAAS by associating the credential with the principal
credential map   -> remove, use a custom LoginModule - see http://www.jboss.org/community/wiki/EncryptingDataSourcePasswords for encrypting stored credentials, but could also perform mapping
pooling  -> could be removed entirely, or only be for non-XA and remove security mapping concerns
extension modules-> remove. package connectors as rars, global udf would be in the lib, vdb specific resources would be packaged with the vdb.
management clustering -> rely on as clustering replicating modified files

> Support tighter integration with container deployments
> ------------------------------------------------------
>
>                 Key: TEIID-833
>                 URL: https://jira.jboss.org/jira/browse/TEIID-833
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Embedded, Query Engine, Server
>    Affects Versions: 6.3
>            Reporter: Steven Hawkins
>            Assignee: Ramesh Reddy
>             Fix For: 6.3
>
>
> We should be able to leverage the container:
> TransactionManager/XATerminator
> Work Management
> Security
> Connection Handling (See also TEIID-805)
> and have a standard deployment model for JON discovery.  The initial plans are to deploy Teiid as a JCA rar and to allow for the creation of local (embedded) datasources from that instance, as well as allow for socket connections.  

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