Reputation: 766
I attempt the following command in the roo shell
database reverse engineer --package ~.domain --schema PUBLIC
and yield the following...
Spring Roo automatic add-on discovery service currently unavailable
When I simply attempt to do an addon search I get the following
No add-ons known. Are you online? Try the 'download status' command
The download status is fine though. There is potentially an issue with being behind a proxy but I've already fixed the settigs.xml and the proxy settings, unless I am missing anything. Any help would be appreciated.
Upvotes: 3
Views: 2164
Reputation: 258
Tried osgi start command. Download driver and issue ROO command:
osgi start --url file:C:\dev\h2DataBase\h2\bin\h2-1.3.168.jar
Upvotes: 0
Reputation: 1
I had a similar experience. Whenever I typed addon list, roo would doubt I was online. When I typed proxy configuration, roo would tell me I had none configured.
To get roo to use your proxy setup, create a ROO_OPTS environment variable and specify -Djava.net.useSystemProxies=true
Restart roo and it will use your proxy
Upvotes: 0