Has anyone been able to run a bundled Grails application on Eclipse Virgo? I have been working on this for some time to no avail. I'm running Grails 1.3.7 and have tried to bundle it via the Grails OSGi plugin and run the bundled war file in on VTS 3.0.1 and VWS 2.1.1
I get a bunch of dependency errors like below.
[2012-02-02 14:17:20.616] system-artifacts org.eclipse.virgo.medic.eventlog.default DE0002E Installation of plan 'org.eclipse.virgo.web' version '2.1.1' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'org.eclipse.virgo.web.dm' at version '2.1.1.RELEASE': Cannot resolve: org.eclipse.virgo.web.dm Resolver report: Uses violation: in bundle Resolver reported uses conflict for import
Any tips on how to get a Grails application to run in Virgo would be great.