I, ahem, invented the missing
org.apache.tuscany.sca.interfacedef.ConversationSequence class

public class ConversationSequence {
   public static ConversationSequence CONVERSATION_NONE     = null;
   public static ConversationSequence CONVERSATION_START    = new
ConversationSequence();
   public static ConversationSequence CONVERSATION_END      = new
ConversationSequence();
   public static ConversationSequence CONVERSATION_CONTINUE = new
ConversationSequence();
}

Now getting a prob in JSONrpc binding...

testJSONRPCBinding(org.apache.tuscany.binding.jsonrpc.JSONRPCServiceTestCase)
T
ime elapsed: 5.327 sec  <<< ERROR!
java.util.NoSuchElementException: JSONObject["result"] not found.
       at org.json.JSONObject.get(JSONObject.java:220)
       at org.json.JSONObject.getString(JSONObject.java:363)
       at
org.apache.tuscany.binding.jsonrpc.JSONRPCServiceTestCase.testJSONRPC
Binding(JSONRPCServiceTestCase.java:59)

Simon

Reply via email to