I want to reverse engineer a sql-server database. I've set up a project, create a entity, controller and set up the web mvc.
After this I start the application with tomcat. Call the web-interface and add a record. Everything works fine.
Back to the roo shell (sts-plugin) I tried the database introspect --schema dbo
command but i got the this tiny feedback: javax.net.ssl.TrustManager not found by [85]
A user in an other post mention that you should start the sqljdbc jar with osgi, like this: osgi start --url file:///C:/Users/e.zienecker/Downloads/mssql/sqljdbc4-4.0.jar
But with this i got the following message: javax/net/ssl/TrustManager
For more information, my spring roo log:
// Spring Roo 1.3.2.RELEASE [rev 8387857] log opened at 2016-05-31 10:00:38
project --topLevelPackage de.test --projectName DatabaseSample --java 6 --packaging JAR
// Spring Roo 1.3.2.RELEASE [rev 8387857] log closed at 2016-05-31 10:00:39
// Spring Roo 1.3.2.RELEASE [rev 8387857] log opened at 2016-05-31 10:00:40
jpa setup --provider HIBERNATE --database MSSQL
entity jpa --class ~.Person --testAutomatically
field string --fieldName firstName --notNull
field string --fieldName lastName --notNull
field number --fieldName age --type int
field boolean --fieldName driverLicense
web mvc setup
web mvc all --package ~.web
selenium test --controller ~.web.PersonController
perform tests
perform tests
perform package
// [failed] database introspect --schema dbo
osgi start --url file:///C:/Users/mad/Downloads/mssql/sqljdbc4-4.0.jar
// [failed] database introspect --schema dbo