It's indeed the exactly the same exception. It's just one failed on
the try and one failed on the specific line. Thanks!

 public String indexDocumentByEmail(String inputName, String id,
line 77:    try {
      if (inj == null) {
        init();
      }
      idxDoc i = inj.getInstance(idxDoc.class);
line 81:      docId = i.createDoc(inputName, id.trim(), contentURIList);
    } catch (Exception e) {
      throw new RmException(RMERROR, e.getCause());
    }
    return docId;
  }

On Thu, Jun 17, 2010 at 11:26 AM, Patrick LeBoutillier
<patrick.leboutill...@gmail.com> wrote:
> HI,
>
> It looks like it's not the same exception (line 77 vs line 81):
>
>> at com.image.RemImag.idxDoc(RemImag.java:77)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcc
>> +essorImpl.java:39)
>> ...
>
>> java.lang.NullPointerException at
>> com.image.RemImag.idxDoc(RemImag.java:81) at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcc
>> +essorImpl.java:39) at
>> ...
>
> Are you sure it's exactly the same test case?
>
>
> Patrick
>
> --
> =====================
> Patrick LeBoutillier
> Rosemère, Québec, Canada
>

Reply via email to