Re: sling starter maven plugin - placing files to WEB-INF/lib

2019-03-04 Thread Marc Davenport
Thanks Robert. I didn't see anything that indicated I could do this in the code, but I was also open to the idea that I was reading the wrong part of the model parsing. I think the person put things in WEB-INF because they were jars that were not OSGI bundles. I have seen people wrapping jars

sling starter maven plugin - placing files to WEB-INF/lib

2019-03-02 Thread Marc Davenport
Hello all, In our previous application based on Sling6 we used a maven assembly to build our application war. In the assembly we placed some classes into WEB-INF/lib and made felix provide these. I'm trying to shift us to use the sling start plugin so we can keep our features held together

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-25 Thread marc . davenport
Julian, Thanks for even the wildest of speculation. I can use all the help I can get right now.  It looks like the slingevent namespace we don't even need. I inherited this project as a kind of mess. It looks like whoever was migrating this from Sling 6 to Sling 10 had just included the

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-22 Thread marc . davenport
Robert, Thanks for thinking about this issue with me. You asked: do you have any custom code that plugs into the repository initialisation? I can not find any custom classes that are implementing RepositoryInitilizer. We have a custom class which provides the SlingRepository service and a

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-21 Thread marc . davenport
Hello Robert et all, Thank you for your reply.  I have not been able to pair down to a sample project that isolates this issue. I'm currently deploying my application over and over until I hit the failure mode. I haven't identified the code that would have created the missing primary types. 

Upgrading to Oak 1.10.0 for Sling10

2019-02-14 Thread marc . davenport
Hello, We are in the process of migrating from Sling6 to Sling10 (Sling11 came out after we started the initiative). One of the upgrades is moving from Jackrabbit 2 to Jackrabbit Oak.  We've modeled ourselves after the Sling10 starter war. The starter war uses Oak 1.6.8 so we started with