The changes are in the sanbox and trunk, to make Convention work with
OSGi bundles. I still need to implement the plugin load order thing,
right now it works because the OSGi plugin gets loaded first.
I think we should get the OSGi and OVal plugins into trunk for the
next release and label them "e
and it finally works :)
musachy
On Sun, Apr 5, 2009 at 5:00 PM, Musachy Barroso wrote:
> The plugin loading order takes 15 mins to implement. Getting OSGi to
> work with Convention, 3 days and counting, I am losing my nerve
> already :)
>
> musachy
>
> On Sun, Apr 5, 2009 at 4:54 PM, Wes Wannema
The plugin loading order takes 15 mins to implement. Getting OSGi to
work with Convention, 3 days and counting, I am losing my nerve
already :)
musachy
On Sun, Apr 5, 2009 at 4:54 PM, Wes Wannemacher wrote:
> On Sunday 05 April 2009 15:17:24 Chris Pratt wrote:
>> Sorry, I tried to make it clear
On Sunday 05 April 2009 15:17:24 Chris Pratt wrote:
> Sorry, I tried to make it clear that the optional attribute would be
> available to intrinsically denote load order without imposing any
> all-or-nothing dependency. Basically the point is to tell struts that the
> requirement is "if you want C
Sorry, I tried to make it clear that the optional attribute would be
available to intrinsically denote load order without imposing any
all-or-nothing dependency. Basically the point is to tell struts that the
requirement is "if you want Convention to be able to use OSGi, check to see
if it's avail
The other part of that is that Conventions and OSGi do not "depend" on each
other. This load order is necessary to make the two play nice, but I'd hate to
be forced to use OSGi when using Conventions or vice versa because of a
dependency that is unnecessary. For cases like this, there is either
yeah I thought about that, but I would rather keep it simple. So far
this is the only case where I have needed loading order, and I don't
think it will be common at all.
musachy
On Sun, Apr 5, 2009 at 2:43 AM, Chris Pratt wrote:
> Wouldn't it be better to describe the interdependencies of the pl