Cannot declare service [message #1406634] |
Sun, 10 August 2014 17:41 |
Missing name Mising name 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
|
|
|
Powered by
FUDForum. Page generated in 0.04985 seconds