Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Cannot declare service
Cannot declare service [message #1406634] Sun, 10 August 2014 17:41
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 9
Registered: March 2011
Junior Member
Hi

probably a newbie problem

I've a bundle (.jar) which is a war application.
In my applicationContext.xml I've the following declaration

<bean id="beanExtension1" class="com.ism.web.internal.extimpl.ExtensionPoint1"/>
<osgi:service ref="beanExtension1" interface="com.ism.bundle1.ext.IExtensionPoint1" />

This bundle depends on another bundle that declare the interface IExtensionPoint1.

If I just define the bean and not the OSGI service, everything is ok
If I add the OSGI service declaration, Virgo says that he cannot deploy my bundle.

Any idea ?
Thanks

And I tried to look into all .log files, nothing explains the error.......which is not cool...logs are not verbose enough
Previous Topic:Dynamic PAR extension
Next Topic:plan command in shell
Goto Forum:
  


Current Time: Thu Apr 25 21:13:37 GMT 2024

Powered by FUDForum. Page generated in 0.02829 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top