On Wed, Jun 30, 2010 at 11:30 PM, Afkham Azeez <[email protected]> wrote:
> Danushka, > Try to manually install that bundle which was created in the dropins > directory. You will be able to see that it fails to install due to some > missing constraints. > P2 is responsible for deploying bundles found inside the dropins folder. P2 performs a check routine prior to install these bundles to verify all the dependencies of these bundles can be satisfied. Hence bundles which cannot be satisfied, will not deployed into the OSGi runtime. As Azeez said, you try installing manually using the following command to check whether there are missing dependencies. *osgi> install file:<absolute path to the bundle>* Then you will get a bundle ID and use that ID to start the bundle. osgi> start <bundle_ID> Now if there are issues, OSGi complains. Thanks Sameera > > Azeez > > > On Wed, Jun 30, 2010 at 11:00 PM, Danushka Menikkumbura <[email protected] > > wrote: > >> Not G-Reg. Bare Carbon. So how did you manage to get rid of it?. >> >> Thanks, >> Danushka >> >> >> On Wed, Jun 30, 2010 at 10:33 PM, Tharindu Mathew <[email protected]>wrote: >> >>> I ran into this issue with G-Reg 3.5. I recall it was said to be a class >>> loading issue. Are you running G-Reg? >>> >>> On Wed, Jun 30, 2010 at 7:53 PM, Danushka Menikkumbura < >>> [email protected]> wrote: >>> >>>> Hi, >>>> >>>> I am noticing some of my 3rd-party libs in components/lib do not get >>>> deployed in the OSGi runtime. They are getting OSGi-fied inside dropins >>>> directory, though. >>>> >>>> Am I missing something?. What could be the issue?. >>>> >>>> Danushka >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> Regards, >>> >>> Tharindu >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > Afkham Azeez > Senior Software Architect & Product Manager, WSO2 WSAS; WSO2, Inc.; > http://wso2.com, Lean . Enterprise . Middleware > Member; Apache Software Foundation; http://www.apache.org/ > email: [email protected] cell: +94 77 3320919 > blog: http://blog.afkham.org > twitter: http://twitter.com/afkham_azeez > linked-in: http://lk.linkedin.com/in/afkhamazeez > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Sameera Jayasoma Technical Lead WSO2, Inc. (http://wso2.com) email: [email protected] blog: http://tech.jayasoma.org Lean . Enterprise . Middleware
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
