Hi Could you pls tell me how to transfer string array to java bean in Tuscany? For example: function testAppliedTasks(){ TaskService.getAppliedTaskList(new Array("Pending" ),showTaskListResult); } But I get an error as follows with above sample: org.osoa.sca.ServiceRuntimeException: org.apache.tuscany.sca.databinding.TransformationException: No path found for the transformation: JSON->java:array ...................................................... The code for java bean method is like this:.............. public ArrayList<TaskTransferObject> getAppliedTaskList(String[] appStatus, HttpServletRequest request) throws BizException { ................................... } Best regards!
Jacky Mao , Software Engineer IBM GPSG Wuhan Perform Center Tel : 0086-027-87406266-1212 E-Mail: [EMAIL PROTECTED]