Simon Laws wrote:
I, ahem, invented the missing org.apache.tuscany.sca.interfacedef.ConversationSequence classpublic 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
Raymond may just have missed an svn add on this file in his previous commit. I just committed a ConversationSequence enum.
Raymond could you please check that it's equivalent to the one you intended to commit?
-- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
