Hi,

On Wed, Sep 9, 2009 at 8:30 PM,  <fmesc...@apache.org> wrote:
> Author: fmeschbe
> ...
> New Revision: 813068
> ...
> SLING-1077 Include Jackrabbit ISO9075 class used by the JcrPropertyMap in the 
> bundle...

This causes launchpad/app (and the Hudson sling-trunk-1.5 build) to fail:

java.lang.NoClassDefFoundError: org/apache/jackrabbit/util/XMLChar
        at org.apache.jackrabbit.util.ISO9075.encode(ISO9075.java:74)

The following patch to bundles/jcr/resource/pom.xml fixes that:

- 
jackrabbit-jcr-commons;inline="org/apache/jackrabbit/util/ISO9075.*|org/apache/jackrabbit
+ 
jackrabbit-jcr-commons;inline="org/apache/jackrabbit/util/*|org/apache/jackrabbit

Felix, could you have a look?
I'm not sure what needs to be actually exported.

-Bertrand

Reply via email to