Bug 1313478

Summary: JDBC persistence should show all possible configuration for datasources
Product: [JBoss] JBoss Data Grid 6 Reporter: wfink
Component: DocumentationAssignee: Christian Huffman <chuffman>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.6.0CC: afield, chuffman, jdg-bugs, jholusa
Target Milestone: Post GA   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 23149, Administration and Configuration Guide-6.6 Build Date: 24-02-2016 08:26:30 Topic IDs: 5257-621984 [Specified]
Last Closed: 2016-03-10 22:41:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wfink 2016-03-01 16:34:16 UTC
Title: JDBC Based Cache Stores

Describe the issue:
Mostly a dataSource connection is used to configure it outside of the application for different environments.

Suggestions for improvement:
So the documentation should show this and mention that there is a connectionPool/simpleConnection as well if needed.


Additional information:

Comment 3 Jiri Holusa 2016-03-10 08:58:36 UTC
I would only clarify one thing, in section http://docbuilder.usersys.redhat.com/23149/#JDBC_Datasource_Configuration part simpleConnection, last paragraph, last sentence says now: 

Alternatively, these may be configured programmatically with the connectionPool(), dataSource(), or simpleConnection() methods on the JdbcBinaryStoreConfigurationBuilder class. 

To be precise, it should be:

Alternatively, these may be configured programmatically with the connectionPool(), dataSource(), or simpleConnection() methods on the JdbcBinaryStoreConfigurationBuilder, JdbcMixedStoreConfigurationBuilder or JdbcStringBasedStoreConfigurationBuilder class. 

Otherwise the changes look good to me.

Comment 5 Alan Field 2016-03-10 16:24:28 UTC
Verified Jiri's changes requested in comment 3. Closing...