Hi,

Thanks for your test case. However, I can't run it because there the
test case imports stuff from com.aklero.* and I don't have that
source.

Did you get my mail with my test case? Could you have a look at it and
try to make it break in your environment? If not, could you use the
JCRLog tool (unfortunately, you need to build the source code of this
tool yourself, it is here:
http://svn.apache.org/repos/asf/jackrabbit/sandbox/jcrlog/) with your
application to create a log file with all JCR method calls, and then
send this log file? Otherwise I am afraid I can not reproduce this
problem.

Regards,
Thomas


On Jan 28, 2008 7:29 AM, Anil K. Kotha <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi Thomas,
>
>                 Here I am attaching the code which I used.
>
>
>
>                 Here I am storing the nodes like.
>
>                                 Client àperson who wants to take the loans
>
>                                 Loansà loan number of the clients(can be any
> number of loans).
>
>                                 doctypeIdà this is the document which is
> received from the client for a loan. Here I am appending the 'd' to the
> document type id which is based on the document name.
>
>
>
>                 when we first called addDocument() method, it will do the
> following steps
>
> 1)      It checks for the client node if it is not existed then it will
> create a new node with the client name.. if existed will continue the next
> step.
>
> 2)      The it checks for the loan node in the client  node..  if it is not
> existed then it creates a new node… if existed it will go the next step.
>
> 3)      Now it checks for the doctype node it is not existed then it creates
> a new node and calling the method addMixin("mix:versionable").
>
> a.       After this it is setting the value which is having the input
> stream.
>
> b.      Now it is again calling the update document method to retrieve the
> version.
>
>
>
>
>
> Please let me know where I am making the mistake.
>
>
>
> Waiting for your reply.
>
>
>
> Thanks in advance.
>
>
>
> Thanks,
>
> Anil Kumar Kotha | Senior Software Developer
>  Prime | People. Process. Technology.
>  Cell:  +91-9949000995 | India: 91-40-65586930 Ext-35
>  [EMAIL PROTECTED] | www.2xprime.com
>
> I AM INDIA AND INDIA IS ME.
>
>

Reply via email to