Skip to main content



      Home
Home » Eclipse Projects » Virgo » Cannot declare service
Cannot declare service [message #1406634] Sun, 10 August 2014 13:41
Eclipse UserFriend
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: Tue Apr 29 21:48:47 EDT 2025

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

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

Back to the top