These are my depend jars used while tested in stand-alone program

1.      Sequence-library-1.0.3
2.      Sqljet – 1.1.10
3.      Svnkit-1.8.9

I installed all the 3 in Karaf using below commands

1.      Bundle: install –s mvn: org.tmatesoft.svnkit/svnkit/1.8.9
2.      Bundle: install –s mvn: de.regnis.q.sequence/sequence-library/1.0.3
3.      Bundle: install –s mvn: org.tmatesoft.sqljet / sqljet /1.1.10
Exception on Karaf

org.osgi.framework.BundleException: Unresolved constraint in bundle
com.bosch.svncheckout [838]: Unable to resolve 838.0: missing requirement
[838.0] osgi.wiring.package; (osgi.wiring.package=org.tmatesoft.svn.*) 
        at
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)[org.apache.felix.framework-4.2.1.jar:]
 
        at
org.apache.felix.framework.Felix.startBundle(Felix.java:2037)[org.apache.felix.framework-4.2.1.jar:]
 
        at
org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)[org.apache.felix.framework-4.2.1.jar:]
 
        at
org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1263)[11:org.apache.felix.fileinstall:3.2.8]
 
        at
org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1235)[11:org.apache.felix.fileinstall:3.2.8]
 
        at
org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:524)[11:org.apache.felix.fileinstall:3.2.8]
 
        at
org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:308)[11:org.apache.felix.fileinstall:3.2.8]

When I do ,

*packages:exports|grep -i org.tmatesoft.svn
pipe: org.apache.felix.gogo.runtime.CommandNotFoundException: Command not
found: packages:exports*




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043223.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Reply via email to