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

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Sun Feb 3 22:45:03 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-1979?page=all ]

Shane Bryzak closed JBSEAM-1979.
--------------------------------

    Resolution: Rejected
      Assignee: Shane Bryzak

That's an outdated driver.  See the following link for details:

http://blogs.msdn.com/jdbcteam/archive/2007/06/15/java-lang-classnotfoundexception-com-microsoft-jdbc-sqlserver-sqlserverdriver.aspx

> 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
>         Assigned To: Shane Bryzak
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> 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