[jboss-jira] [JBoss JIRA] (AS7-2966) Provide extended resource adapter configurations

Heiko Braun (Created) (JIRA) jira-events at lists.jboss.org
Fri Dec 9 07:29:40 EST 2011


Provide extended resource adapter configurations
------------------------------------------------

                 Key: AS7-2966
                 URL: https://issues.jboss.org/browse/AS7-2966
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Console
            Reporter: Heiko Braun
            Assignee: Heiko Braun
             Fix For: 7.1.0.CR1


jesper:

Create:
-------
* Archive
* Transaction support (Default, NoTransaction, LocalTransaction, 
XATransaction)
* Resource adapter <config-property>'s
* <connection-definition>   <-- there can be multiple of those
 - Overview
   - Managed connection factory class name
   - JNDI name
   - Pool name
 - <config-property>'s
 - Pool / XA Pool (depending on Transaction support)
   - min-pool-size
   - max-pool-size
   - Prefill
   - XA Pool == XADataSource's pool settings
 - Security
   - Application
   - Security domain  <-- require input
   - Security domain and application <-- require input
 - Validation
   - Enable background validation
   - background-validation-millis
 - Recovery (if XATransaction)
   - Enable recovery
* <admin-object>   <-- there can be multiple of those
 - Overview
   - Admin object class name
   - JNDI name
   - Pool name
 - <config-property>'s 


Overview:
---------

* "Resource Adapter" => "Resource Adapters" (under "Profile")

* We will need a different way of displaying a resource adapter deployment, 
since each deployment can have multiple JNDI bindings for connection factories 
and multiple JNDI bindings for admin objects - and they maybe scoped to a 
resource adapter class instance.

* There can be multiple deployment of the same archive too - just using 
different JNDI names of course - so that needs to be taken into account too.

* For connection factories we need to display the pool as currently and add 
information about the statistics (like datasources). Admin objects doesn't 
have pool information.

* The "Properties" for each of the objects type
 - Archive level: Resource adapter <config-property>'s
 - Connection factory level: <connection-definition> <config-property>'s
 - Admin object level: <admin-object> <config-property>'s

* Once you get to <connection-definition> and <admin-object> level it is 
pretty much the same as a datasource (since datasources are backed by a 
resource adapter).


We will leave the rest of the attributes / elements to a future version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list