My RDBMS is up and running on port 1234.
After setting topLevelPackage, I've entered the following:
after that, database.properties content is:Code:persistence setup --provider HIBERNATE --database SYBASE --userName sa --password sa database properties set --key database.url --value jdbc:sybase:Tds:127.0.0.1:1234
Everything looks OK, but commandCode:#Updated at Fri Nov 26 14:53:54 CET 2010 #Fri Nov 26 14:53:54 CET 2010 database.password=sa database.url=jdbc\:sybase\:Tds\:127.0.0.1\:1234 database.username=sa database.driverClassName=net.sourceforge.jtds.jdbc.Driver
database introspect --schema sa
just returns error message:
and nothing more! I can't make roo to work with Sybase Anywhere, any help?Connection must not be null![]()



Reply With Quote
