Results 1 to 2 of 2

Thread: Making MSSQL[JTDS] work with DBRE in rooM3

  1. #1
    Join Date
    Jun 2010
    Posts
    17

    Default Making MSSQL[JTDS] work with DBRE in rooM3

    Hi All,
    I tried out DBRE with MYSQL and worked beautifully. Now I need to RE an MSSQL based database. After commands:

    > persistence setup --provider HIBERNATE --database MSSQL --databaseName TestDB --userName **** --password ****
    > database reverse engineer --schema TestDB --package com.test

    I get:
    No Spring Roo add-ons were found that offer a similar JDBC driver
    JDBC driver not available for 'net.sourceforge.jtds.jdbc.Driver'

    What do I need to do to register JTDS driver?

    Thnx.

  2. #2
    Join Date
    Dec 2005
    Posts
    929

    Default

    I am already looking at this issue (see this thread http://forum.springsource.org/showth...t=94259&page=3). I raised a Jira ticket for this - https://jira.springframework.org/browse/ROO-1354
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •