[jboss-jira] [JBoss JIRA] (AS7-5413) Error in the documentation for the creation of a NON-XA datasource to MSSQL Server
Stylianos Koussouris (JIRA)
jira-events at lists.jboss.org
Wed Aug 22 07:17:14 EDT 2012
Stylianos Koussouris created AS7-5413:
-----------------------------------------
Summary: Error in the documentation for the creation of a NON-XA datasource to MSSQL Server
Key: AS7-5413
URL: https://issues.jboss.org/browse/AS7-5413
Project: Application Server 7
Issue Type: Bug
Components: Documentation
Affects Versions: 7.1.2.Final (EAP)
Reporter: Stylianos Koussouris
Priority: Minor
As also mentioned here
https://issues.jboss.org/browse/JBPAPP-844
EAP 6 and AS 7 documentation does not correctly explain how to set NON-XA datasource for MSSQL.
Error in Doc: https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_Application_Platform/6/html-single/Administration_and_Configuration_Guide/index.html#Example_Microsoft_SQLServer_Datasource
The 2 errors are
- jdbc:microsoft:sqlserver should be jdbc:sqlserver
- <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
should be
<driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
--
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