You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Suril Sarvaiya <su...@gmail.com> on 2013/03/29 13:22:56 UTC

Hello...Require some help : CheckIn/CheckOut

Hi All,

Is this the correct place to post my query?
I'll just post it here; in case it is not please give the correct email id
for it.

I have a project which used JackRabbit server embedded to the application
but due to the concurrent write issue I have decided to use a standalone JR
server.
All the necessary changes have been made.
All the features which worked previously are working fine except One which
is CheckIn/CheckOut.

When I debugged the code and inspected few values, the Node.save() method
shows the correct values but when my control moves to the .checkin() method
it somehow gets the old values.
Does the .save() clear the values?
If yes, how to maintain it?

Any help would be highly appreciated.
I'm using JR Standalone 2.4.3

Thanks a lot.
Regards,
Suril
So, the content doesnt get updated.

RE: Hello...Require some help : CheckIn/CheckOut

Posted by Marcel Reutegger <mr...@adobe.com>.
Hi Suril,

this is the Jackrabbit dev list and we use it to discuss development
of Jackrabbit. Your question rather belongs to the user list (users@jackrabbit.apache.org)
where usage of Jackrabbit is discussed. If you think you identified a
bug in Jackrabbit, then it's best you put together a small test class
and create a JIRA issue with a description of what you think the
expected behavior is and what it currently does.

Regards
 Marcel

> -----Original Message-----
> From: Suril Sarvaiya [mailto:suril.jns@gmail.com]
> Sent: Freitag, 29. März 2013 13:23
> To: dev@jackrabbit.apache.org
> Subject: Hello...Require some help : CheckIn/CheckOut
> 
> Hi All,
> 
> Is this the correct place to post my query?
> I'll just post it here; in case it is not please give the correct email id for it.
> 
> I have a project which used JackRabbit server embedded to the application
> but due to the concurrent write issue I have decided to use a standalone JR
> server.
> All the necessary changes have been made.
> All the features which worked previously are working fine except One which
> is CheckIn/CheckOut.
> 
> When I debugged the code and inspected few values, the Node.save()
> method shows the correct values but when my control moves to the
> .checkin() method it somehow gets the old values.
> Does the .save() clear the values?
> If yes, how to maintain it?
> 
> Any help would be highly appreciated.
> I'm using JR Standalone 2.4.3
> 
> Thanks a lot.
> Regards,
> Suril
> So, the content doesnt get updated.

Re: Hello...Require some help : CheckIn/CheckOut

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Mar 29, 2013 at 2:22 PM, Suril Sarvaiya <su...@gmail.com> wrote:
> Is this the correct place to post my query?

users@jackrabbit.apache.org would be a better place for questions
about using Jackrabbit.

> I have a project which used JackRabbit server embedded to the application
> but due to the concurrent write issue I have decided to use a standalone JR
> server.

Hmm, can you describe your setup in a bit more detail. The concurrent
write behavior in Jackrabbit should be the same regardless of whether
you're using an embedded or remote repository.

> When I debugged the code and inspected few values, the Node.save() method
> shows the correct values but when my control moves to the .checkin() method
> it somehow gets the old values.

Can you reproduce this issue with a simple test case?

BR,

Jukka Zitting