Hi
What us the procedure for handling unlisted bundle dependencies ?
eg, servlets/get has a dependency on resources since it has a redirect.cnd with
a super type defined in jcr/resource
If servlets get loads it node types before jsr/resource the there is an
exception, eg
Caused by: org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException:
[{http://sling.apache.org/jcr/sling/1.0}Redirect] invalid supertype:
{http://sling.apache.org/jcr/sling/1.0}Resource
This only happens on certain OS's since the load sequence is file system order
dependent with disconnected bundles in the same start level. (eg its OK on OSX
which lists directors in natural order, but not ok on ext3 which lists in date
order iirc)
and a second question.
Is it possible to change, invert or randomize the start order in Felix so that
I don't have to test startup on all the OS's I can run a VM for ?
Ian
(perhaps redirect.cnd should be in jcr/resources ? )