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