Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Virgo ignores OSGI-INF
Virgo ignores OSGI-INF [message #649345] Tue, 18 January 2011 20:27 Go to next message
Ward K Harold is currently offline Ward K HaroldFriend
Messages: 6
Registered: August 2010
Junior Member
I've got a collection of bundles which use the Blueprint Service - with the blueprint resources in OSGI-INF/blueprint directories - to do DI that deploy and work correctly in Karaf. When I deploy them in Virgo they show up in the Artifacts>Bundles view but they aren't actually doing anything, e.g., not listening for connections, etc.

As a test I took one of the bundles, named listener, and created a 'spring' directory under META-INF and moved the OSGI-INF/blueprint/listener.xml file into it. After packaging this bundle throws an org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'blueprint' exception.

Ergo, it appears that Virgo is ignoring the OSGI-INF/blueprint directory and that there is some issue reading a standard blueprint specification which Karaf has no problems groking. This is too bad since Virgo - given its Spring-DM heritage - seems more "production ready" than does Karaf.

Is this a known problem, or will it be addressed in a future release?

... WkH
Re: Virgo ignores OSGI-INF [message #649350 is a reply to message #649345] Tue, 18 January 2011 20:51 Go to previous messageGo to next message
Borislav Kapukaranov is currently offline Borislav KapukaranovFriend
Messages: 80
Registered: September 2010
Member
Hi,

The behavior you experience is actually "by design". Currently Virgo uses SpringDM 1.2.1, which is not the same as Blueprint Service. The Blueprint Service reference implementation is SpringDM 2.0.0M2. This is the reason Virgo ignores the blueprint folder and also can't recognise the <blueprint> element. In order to utilize SpringDM in the current Virgo release you have to use proper SpringDM xmls, located in META-INF/spring folder with all the proper beans definitions.

As for your question will this be addressed in future release - definitely. The Blueprint Service reference implementation(Gemini Blueprint) is currently being finalized - it should be completed in Q1 2011. Then we will plan an adoption path and at the end Virgo will fully support Blueprint Services once we replace the current SpringDM with the first release of Gemini Blueprint.

Hopefully that means the 3.0.0 release of Virgo, but it could be further down the line. Nothing certain here.

Best Regards
Borislav
Re: Virgo ignores OSGI-INF [message #649384 is a reply to message #649350] Wed, 19 January 2011 02:51 Go to previous messageGo to next message
Glyn Normington is currently offline Glyn NormingtonFriend
Messages: 1222
Registered: July 2009
Senior Member
I agree with Borislav's comments.

Please note that the change is covered by bug 317943. You may care to comment on the bug to add your support for it (I don't think voting is enabled).

Some users are already experimenting by deploying Gemini Blueprint M1 into Virgo in order to try out blueprint-based bundles. It doesn't seem to conflict too badly with Virgo's own use of Spring DM 1.2.1, possibly because the Spring DM 2.x support inside Gemini Blueprint ignores the 1.2.x namespace. If you try that approach, I would recommend putting the Gemini Blueprint bundles in repository/usr, creating a plan that references them and adding that plan to repository/usr, and then deploying that plan by adding it to the initialArtifacts property in the user region configuration file. See here for more details, although you'll need to adjust the namespace of the plan, assuming you are using Virgo 2.1.0.RELEASE.

However, I wouldn't recommend using blueprint in production on virgo until bug 317943 is implemented.
Re: Virgo ignores OSGI-INF [message #649610 is a reply to message #649345] Wed, 19 January 2011 21:54 Go to previous message
Ward K Harold is currently offline Ward K HaroldFriend
Messages: 6
Registered: August 2010
Junior Member
Thanks for the insight. I'll add my 2 cents to 317943 shortly. If I find some time I'll also take a run at doing Gemini Blueprint in Virgo.
Previous Topic:Building Virgo Kernel on Windows (7)
Next Topic:File not found
Goto Forum:
  


Current Time: Thu Apr 25 17:06:20 GMT 2024

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

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

Back to the top