[jboss-jira] [JBoss JIRA] (AS7-2963) Provide extended datasource configuration options

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


Provide extended datasource configuration options
-------------------------------------------------

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


Jesper:

Create
* Overall
  - JTA: Yes/No (default: Yes)
* Connection
  - New connection SQL
  - Transaction isolation (if JTA) (drop-down)
* Pool
  - Min-pool-size
  - Max-pool-size
  - Prefill: Yes/No (default: No)
* Security (excludes each other)
  - Username / password
  - Security domain
* Validation
  - valid-connection-checker (drop-down that can be edited)
    (values include built-in checkers)
  - check-valid-connection-sql (excludes the one above)
  - validate-on-match (excludes background*)
  - background-validation (default: No)
  - background-validation-millis
  - stale-connection-checker (drop-down that can be edited)
    (values include built-in checkers)
  - exception-sorter (drop-down that can be edited)
    (values include built-in sorters)
* Statement
  - prepared-statement-cache-size
  - share-prepared-statements (default: No)

Built-ins:

http://docs.jboss.org/ironjacamar/userguide/1.0/en-
US/html/deployment.html#deployingds_extensions

Overview:

- Is enabled ? => Enabled
- Use JTA ? => JTA
- Use CCM ? => CCM
- true => Yes
- false => No
- Use strict min => Strict minimum
- Use prefill => Prefill enabled

- We need the real pool values - we need to figure out where the issue is
- We need the pool statistics
- We need the JDBC statistics

the 3 last ones we will check with Stefano.

I think we can skip the other attributes / elements in the XSD for now.

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