OK, folks, I was trying to do a reverse engineering task, and after doing the database introspect --schema no-schema-required, I did NOT get any addon information (not sure why that is).
Looking at various forums, I found the link to DL the jtds jar (org.springframework.roo.wrapping.jtds-1.2.4.0010.jar).
I then did osgi install --url file:///c:\pathtojar\org.springframework.roo.wrapping.jtds-1.2.4.0010.jar
ooking at the osgi bundles, I see:
[78] [Resolved ] [ 1] Spring Roo - Wrapping - jtds(1.2.4.0010)
So far so good, but when I tried to do the:
datatbase instrospect .... command (or the reverse engineering) I get:
Connection required.
If I try to START this:
osgi start --url file:///C:\pathtojar\org.springframework.roo.wrapping.jtds-1.2.4.0010.jar
I get:
org.osgi.framework.BundleException: Bundle symbolic name and version are not unique: org.springframework.roo.wrapping.jtds:1.2.4.0
010
Bundle ID file:///C:\pathtojar\org.springframework.roo.wrapping.jtds-1.2.4.0010.jar is invalid.
SO, how do I a) get this bundle to START
Or how to uninstall :
roo> osgi uninstall --bundleSymbolicName org.springframework.roo.wrapping.jtds-1.2.4.0010.jar
Bundle symbolic name 'org.springframework.roo.wrapping.jtds-1.2.4.0010.jar' has no local bundle ID at this time
Looks like I'm messed up here -- anyway to "clean" the bundles installed for Roo?


Reply With Quote