Assuming after using wrap, is there any extra things which I need to do for the jar to work it out?
Best regards Chandan Mysore Balakrishna RBEI/ETC Tel. +91(80)6657-5027 From: jbonofre [via Karaf] [mailto:[email protected]] Sent: Thursday, October 29, 2015 12:11 PM To: Chandan Mysore Balakrishna (RBEI/ETC3) <[email protected]> Subject: Re: Svn functionality on Karaf It means that it's not an OSGi bundle and it's the problem: the packages are not exported, and so, they can't be imported in your bundle. You can use wrap: URL to deploy non-OSGi bundles in Karaf. Regards JB On 10/29/2015 07:34 AM, Chandan wrote: > *Nothings is displayed on console for package:exports|grep -i > org.tmatesoft.svn* > > karaf@root()> package:exports|grep -i org.tmatesoft.svn > karaf@root()> bundle:headers 858 > > *Bundle 858 > ---------- > Manifest-Version = 1.0 > Build-Version = 1.8.9 > Build-Number = r10432_v20150427_2053 > * > > karaf@root()> > > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043227.html > Sent from the Karaf - Dev mailing list archive at Nabble.com. > -- Jean-Baptiste Onofré [hidden email]</user/SendEmail.jtp?type=node&node=4043228&i=0> http://blog.nanthrax.net Talend - http://www.talend.com ________________________________ If you reply to this email, your message will be added to the discussion below: http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043228.html To unsubscribe from Svn functionality on Karaf, click here<http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4043197&code=Y2hhbmRhbi5teXNvcmViYWxha3Jpc2huYUBpbi5ib3NjaC5jb218NDA0MzE5N3wtMTA0MDE4ODQ2MQ==>. NAML<http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043231.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
