Ok, I tried the instructions on
http://dev.day.com/microsling/content/blogs/main/updatecrxqs.html
However, it doesn't seem to work. I still get the
sling:resourceSuperType not found error when uploading my apps.
My version of CRX does not have the bundle Sling - Jackrabbit Embedded
Repository and the bundle that gets built per the instructions is the
Sling - Repo Accessor anyway...
Am I missing something? Can I just package up the
sling:resourceSuperType mixin?
On Sep 29, 2008, at 11:25 PM, Tobias Bocanegra wrote:
hi josh,
make sure you installed all recent sling bundles on your target crx.
it seems that some node have a wrong nodetype.
regards, toby
On 9/29/08, Joshua Oransky <[EMAIL PROTECTED]> wrote:
I create and download a package fine on my dev machine. I upload
the zip to
the main test in CRX and I get:
javax.jcr.RepositoryException: Unable to import node.: no matching
property
definition found for
{http://sling.apache.org/jcr/sling/1.0}resourceSuperType:
Unable to import node.: no matching property definition found for
{http://sling.apache.org/jcr/sling/1.0}resourceSuperType
at
com
.day
.jcr
.vault
.fs.imprt.GenericArtifactHandler.accept(GenericArtifactHandler.java:
75)
Any ideas?
-Josh