I am trying to use database reverse engineer... See full Roo v1.3 script and UBUNTU env at this simple \"hello\" script.
The error:
Located
I tried both
addon install bundle --searchResultId 01
and
addon install bundle --searchResultId 02
and was still getting the no driver found message JDBC driver not available for 'org.postgresql.Driver'.
What did work for me was to install the previous version of the bundle.
osgi install --url http://spring-roo-repository.springsource.org/release/org/springframework/roo/wrapping/org.springframework.roo.wrapping.postgresql-jdbc3/9.0.801.0001/org.springframework.roo.wrapping.postgresql-jdbc3-9.0.801.0001.jar
I'm using PostgreSQL 9.4 running on a docker container.