Try to get return of array types in LS2J,then Notes Crashes

There is a Java Method which would return a array of class, and when I try to call the method in LS2J,Notes Crashes with infor that NSD running…1.the Java Method looks like this:

public WMProcessDefinition listProcessDefinitions(boolean countFlag)

where the method returns an array of Class WMProcessDefinition

2.In LS2J,I do coding like this:

Dim wfArray As JavaObject

Set wfArray=vgoSession.listProcessDefinitions(countFlag)

Does anyone know what happened?

Thanks in advance.

Subject: Try to get return of array types in LS2J,then Notes Crashes

I have the same problem. Did you fund a solution.

Best Regards

Jens