AW: Please help, C++ client doen't work

2011-06-07 Thread Roger Meier
I just committed a updated C++ TestClient and Server, could you test with that? https://issues.apache.org/jira/browse/THRIFT-1198 It would be great to have php TestServer within our source tree at test/php/TestServer.php so that we are be able to test interaction of C++ and PHP Client and Server

[jira] [Resolved] (THRIFT-1198) C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON)

2011-06-07 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-1198. - Resolution: Fixed committed C++ TestClient and Server Improvements (add Unix Domain Socket,

[jira] [Created] (THRIFT-1199) Union structs should have generated methods to test whether a specific field is currently set

2011-06-07 Thread Piotr Kozikowski (JIRA)
Union structs should have generated methods to test whether a specific field is currently set -- Key: THRIFT-1199 URL: https://issues.apache.org/jira/browse/THRIFT-1199

[jira] [Commented] (THRIFT-1198) C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON)

2011-06-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13045616#comment-13045616 ] Hudson commented on THRIFT-1198: Integrated in Thrift #159 (See

TMemoryTransport?

2011-06-07 Thread Rush Manbert
The Wikipedia article here: http://en.wikipedia.org/wiki/Apache_Thrift says this: TMemoryTransport – Uses memory for I/O. The Java implementation uses a simple ByteArrayOutputStream internally. I am currently interested in a memory-based transport for a very specialized application. I

Re: TMemoryTransport?

2011-06-07 Thread Bryan Duxbury
Yeah, the article is incorrect. Though, that stuff has changed a lot semi-recently, so it could just be out of date. On Tue, Jun 7, 2011 at 4:27 PM, Rush Manbert r...@manbert.com wrote: The Wikipedia article here: http://en.wikipedia.org/wiki/Apache_Thrift says this: TMemoryTransport –

[jira] [Commented] (THRIFT-633) Generated code has @Override annotations which won't compile using Apple's JDK 1.5

2011-06-07 Thread Toby Thain (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13045749#comment-13045749 ] Toby Thain commented on THRIFT-633: --- The bug is certainly still there with javac

[jira] [Issue Comment Edited] (THRIFT-633) Generated code has @Override annotations which won't compile using Apple's JDK 1.5

2011-06-07 Thread Toby Thain (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13045749#comment-13045749 ] Toby Thain edited comment on THRIFT-633 at 6/8/11 1:50 AM: --- The