Chris Pioli | 12 Aug 01:53
Favicon

Jackrabbit 1.4

Hi,

I was wondering if anybody has tried to get Jackrabbit 1.4 running on Nuxeo EP
5.1.5? Did you run into any issues with the upgrade?

Thanks,

Chris
Bogdan Stefanescu | 12 Aug 12:01

Re: Jackrabbit 1.4


Jackrabbit 1.4 is not compatible with nuxeo core from 5.1.x releases.
You need to use instead the branch

http://hg.nuxeo.org/nuxeo/nuxeo-core#jackrabbit_1.4

That branch should works with nuxeo 5.2. I didn't tested it with 5.1.x
We hope the branch will be merged soon into 5.2.

Bogdan

Chris Pioli wrote:
> Hi,
>
> I was wondering if anybody has tried to get Jackrabbit 1.4 running on Nuxeo EP
> 5.1.5? Did you run into any issues with the upgrade?
>
> Thanks,
>
> Chris
>
> _______________________________________________
> ECM mailing list
> ECM@...
> http://lists.nuxeo.com/mailman/listinfo/ecm
>   
Chris Pioli | 12 Aug 18:25
Favicon

Re: Jackrabbit 1.4

> Jackrabbit 1.4 is not compatible with nuxeo core from 5.1.x releases.
> You need to use instead the branch

What's the stability of that particular branch?

> http://hg.nuxeo.org/nuxeo/nuxeo-core#jackrabbit_1.4
> 
> That branch should works with nuxeo 5.2. I didn't tested it with 5.1.x
> We hope the branch will be merged soon into 5.2.

Will my 5.1.x extensions require any adjustments to be 5.2 compatible?

> Bogdan

Thanks,

Chris
Chris Pioli | 12 Aug 20:09
Favicon

Re: Jackrabbit 1.4

Bogdan Stefanescu <bstefanescu@...> writes:

> 
> 
> Jackrabbit 1.4 is not compatible with nuxeo core from 5.1.x releases.
> You need to use instead the branch
> 
> http://hg.nuxeo.org/nuxeo/nuxeo-core#jackrabbit_1.4
> 
> That branch should works with nuxeo 5.2. I didn't tested it with 5.1.x
> We hope the branch will be merged soon into 5.2.
> 
> Bogdan

I've downloaded and installed the 5.2 installer .jar file, but how do I
incorporate that branch into Nuxeo EP 5.2?

Thanks,

Chris
Julien CARSIQUE | 29 Aug 16:46

Re: Jackrabbit 1.4

Hello,

Using improvements from a development branch requires some work on code.

Assuming you've read the Nuxeo developers documentation about using 
Mercurial and Maven.
You have to retrieve from mercurial nuxeo-core#5.2, merge 
nuxeo-core#jackrabbit_1.4 on it and then produce artifacts that will 
replace 5.2 default ones :
    hg pull http://hg.nuxeo.org/nuxeo/nuxeo-core
    cd nuxeo-core
    hg up -C 5.2
    hg merge jackrabbit_1.4
    # hope there is no conflicts (there shouldn't be too much thanks to 
mercurial)
    mvn clean install

You can then use the jars built in target/ directories to replace the 
default ones.
Or you may use nuxeo-platform-ear module that allow to package a new 
nuxeo.ear using maven artifacts locally installed.

Warning : this branch is still in development, so there's no guarantee 
it will be buildable, neither ready to work but it should :-) Feel free 
to do some tests on it.

Cheers,
Julien.

Chris Pioli a écrit :
(Continue reading)


Gmane