[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1979) wrong default class for mssql in seam-gen : set as com.microsoft.sqlserver.jdbc.SQLServerDriver instead of com.microsoft.jdbc.sqlserver.SQLServerDriver

thierry accart (JIRA) jira-events at lists.jboss.org
Thu Sep 27 03:41:40 EDT 2007


wrong default class for mssql in seam-gen : set as com.microsoft.sqlserver.jdbc.SQLServerDriver instead of com.microsoft.jdbc.sqlserver.SQLServerDriver
-------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-1979
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1979
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.1.GA
         Environment: seam-gen build.xml
            Reporter: thierry accart


The build.xml for seam-gen contains a wrong default class for MSSQL driver : 
it's set with 
        <condition property="hibernate.connection.driver_class.default" value="com.microsoft.sqlserver.jdbc.SQLServerDriver">
        	<equals arg1="${database.type.new}" arg2="mssql"/>
        </condition>

but the class for miscrosoft sql server is com.microsoft.jdbc.sqlserver.SQLServerDriver 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list