You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2009/09/10 14:02:15 UTC

launchpad/app tests fail due to jcr/resource ISO9075 changes (was: svn commit: r813068...)

Hi,

On Wed, Sep 9, 2009 at 8:30 PM,  <fm...@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

Re: launchpad/app tests fail due to jcr/resource ISO9075 changes (was: svn commit: r813068...)

Posted by Felix Meschberger <fm...@gmail.com>.
Hi,

Oops, sorry, this was in my local workspace but I forgot to check in.
Done now in Rev. 813437

Regards
Felix

Bertrand Delacretaz schrieb:
> Hi,
> 
> On Wed, Sep 9, 2009 at 8:30 PM,  <fm...@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
>