Hi, Sebastien.

It was the file I missed in the commit. Thank you for fixing it and I'm sorry for the break.

Thanks,
Raymond

----- Original Message ----- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To: <tuscany-dev@ws.apache.org>
Sent: Sunday, May 13, 2007 9:28 AM
Subject: Re: Removing WorkContext


Simon Laws wrote:
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


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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to