[jira] [Commented] (THRIFT-123) implement TZlibTransport in Java

2011-04-20 Thread Abhishek Kona (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022637#comment-13022637
 ] 

Abhishek Kona commented on THRIFT-123:
--

What are the use cases for using a compressed transport? 

> implement TZlibTransport in Java
> 
>
> Key: THRIFT-123
> URL: https://issues.apache.org/jira/browse/THRIFT-123
> Project: Thrift
>  Issue Type: New Feature
>  Components: Java - Library
>Reporter: Pete Wyckoff
>Priority: Minor
>
> TZlibTransport compatible with C++ version of TZlibTransport

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-591) Make the C++ runtime library be compatible with Windows and Visual Studio

2011-04-20 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022587#comment-13022587
 ] 

Carl Steinbach commented on THRIFT-591:
---

Maybe there was some miscommunication earlier, because I think that's actually 
what this patch does. Here's an excerpt from the CPP_LIB_CFG doc that was 
included in the patch:

{quote}
The Thrift C++ libraries can be configured to use one or more socket and server 
implementations, and either of two threading implementations. The reason that 
this capability exists is because the code was modified in 2009 so that it 
could be built in Visual Studio on Windows. That effort added Asio-based socket 
and server implementations that exist alongside the existing implementations. 
It also added a Boost.thread threading implementation that can replace the 
pthread implementation.

The original classes are TSocket, TServerSocket, TSocketPool, and 
TNonblockingServer. The Asio-based 
parallel classes are called TAsioSocket, TAsioServerSocket, TAsioSocketPool, 
and TAsioNonblockingServer. 
The source code headers have been set up in such a way that:

* Both implementation sets may be available (i.e. TSocket and TAsioSocket will 
be separate classes)
* The TAsio* family can be synonyms for the TSocket family (i.e. #define 
TAsioSocket TSocket, etc.)
* The TSocket family can be synonyms for the TAsio* family (i.e. #define 
TSocket TAsioSocket, etc.)

The Boost threading was added to support threading in Windows without Cygwin. 
Either the pthread 
or Boost.thread implementation may be chosed.
{quote}

So if someone were to rebase this patch to trunk, do you think it could get 
committed?

> Make the C++ runtime library be compatible with Windows and Visual Studio
> -
>
> Key: THRIFT-591
> URL: https://issues.apache.org/jira/browse/THRIFT-591
> Project: Thrift
>  Issue Type: New Feature
>  Components: C++ - Library
> Environment: Windows XP and above, Visual Studio 2005 and above
>Reporter: Rush Manbert
> Attachments: MSVCSupportUpdatedButUntestedForThrift-0.4.0.patch, 
> MsvcPatchSupportScripts.zip, 
> THRIFT-591_MSVCSupportUpdatedButUntestedForThrift-0.4.0.patch_error.log, 
> ThriftMsvcPatchForSvnRev818530.txt.zip, thrift-818530-patched.zip, 
> thriftWindowsRev818530BugFix.zip
>
>
> Modify the C++ runtime library to be compatible with Windows and able to be 
> built by Visual Studio.
> The work has been done and a patch is available. I will attach it soon.
> Note that this issue and the attached patch supercedes the patches that I 
> wrongly attached to JIRA 311. That issue is about making the C++ library 
> support async client/server interaction.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1031) Patch to compile Thrift for vc++ 9.0 and 10.0

2011-04-20 Thread Deepak Muley (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022542#comment-13022542
 ] 

Deepak Muley commented on THRIFT-1031:
--

@Dragan Okiljevic 
Thank you. 

> Patch to compile Thrift for vc++ 9.0 and 10.0
> -
>
> Key: THRIFT-1031
> URL: https://issues.apache.org/jira/browse/THRIFT-1031
> Project: Thrift
>  Issue Type: Improvement
>  Components: C++ - Library
> Environment: Windows XP 32bit, vc++ 9.0, 10.0
>Reporter: James Dickson
>Priority: Trivial
> Fix For: 0.7
>
> Attachments: thrift_msvc.patch, thrift_msvc_v0_1.patch
>
>
> At our company we need clients running on Windows being able to connect to 
> our linux servers running hypertable. The attached patch enables the parts 
> needed by Hypertable to be compiled on Windows using either the VC++ 9.0 or 
> 10.0 compilers.
> Having read previous posts about ports using boost::asio we found these to be 
> too intrusive for our needs. This version uses pthreads_win32 and winsock2 
> and is as designed to be as un-intrusive as is possible to the original unix 
> code base. It is mostly #defines between unix sockets and winsock2 sockets. 
> We also tried to follow the folder structuring of the C# runtime that has 
> visual studio solutions to be consistent.
> More details are in the README as not all the functionality of the original 
> unix code base is available to windows users. We will add the missing 
> functionality, we just wanted to share what we had as for a Windows based 
> client for us it is sufficient.
> The patch is based on the latest revision in SVN, we would love feedback and 
> any code reviews. If there is any possibility of this being added to the main 
> trunk then that would be much appreciated, however we don't expect that.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[VOTE] Thrift 0.6.1 RC1

2011-04-20 Thread Jake Farrell
Closing RC0 due to the issues Roger found and proposing RC1 
as the new 0.6.1 candidate available at
http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc1.tar.gz. 
RC0  was a set of small bug fixes against the  0.6.x branch and this 
release is mainly to get the java library published into the apache maven 
repository. On top of the RC0 this includes the javascript test 
case fix as well as adding the java build.properties file.

I generated this tarball by checking out 
https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running 
"./bootstrap.sh && ./configure && make dist".

The GPG signature can be found at:
http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc1.tar.gz.asc
It has an MD5 sum of e1ec722d5f38077a23a32c4de4d4ce94.

The java library can be found at:
http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java
or
https://repository.apache.org/content/repositories/orgapachethrift-110
It has an MD5 sum of 55307eee5fce3903537a3df45e47c0a2.

Please download, verify sig/sum, and install/test the libraries of 
your choice.

This vote closes in 72 hours.

-Jake



On Apr 20, 2011, at 2:14 PM, Roger Meier wrote:

> Great job!
> 
> But there's a little issue probably worth to fix
> 
> build.properties is missing within the thrift-0.6.1-rc0.tar.gz:
> 
> https://svn.apache.org/repos/asf/thrift/branches/0.6.x/lib/java/build.proper
> ties
> 
> to be added as EXTRA_DIST target:
> 
> Index: lib/java/Makefile.am
> ===
> --- lib/java/Makefile.am(revision 1095483)
> +++ lib/java/Makefile.am(working copy)
> @@ -17,7 +17,7 @@
> # under the License.
> #
> 
> -EXTRA_DIST = build.xml src test
> +EXTRA_DIST = build.properties build.xml src test
> 
> export CLASSPATH
> ===
> 
> -roger
> 
> -Ursprüngliche Nachricht-
> Von: Jake Luciani [mailto:jak...@gmail.com] 
> Gesendet: Mittwoch, 20. April 2011 19:38
> An: dev@thrift.apache.org
> Betreff: Re: [VOTE] Thrift 0.6.1 RC0
> 
> +1
> 
> On Tue, Apr 19, 2011 at 6:41 PM, Jake Farrell  wrote:
> 
>> All,
>> 
>> I propose that we accept
>> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.g
>> z as the official Thrift 0.6.1 release. There where a couple small bug 
>> fixes against the  0.6.x branch and this is mainly to get the java 
>> library published into the apache maven repository.
>> 
>> I generated this tarball by checking out 
>> https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running 
>> "./bootstrap.sh && ./configure && make dist".
>> 
>> The GPG signature can be found at:
>> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.g
>> z.asc
>> .
>> It has an MD5 sum of dcd9d2d39aa22b615dd5c5ef2d7b7cfb.
>> 
>> The java library can be found at:
>> http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java
>> or
>> https://repository.apache.org/content/repositories/orgapachethrift-107
>> It has an MD5 sum of 21bf7163d03bff22ca0b6598ae3f05e0.
>> 
>> Please download, verify sig/sum, and install/test the libraries of 
>> your choice.
>> 
>> This vote closes in 72 hours.
>> 
>> -Jake
> 
> 
> 
> 
> --
> http://twitter.com/tjake
> 



Re: [VOTE] Thrift 0.6.1 RC0

2011-04-20 Thread Steven Ong
Is there any way to remove myself from this mailing list? I couldn't find
any options from apache to let me do it.

Thanks,
Steve

On Wed, Apr 20, 2011 at 12:33 PM, Anthony Molinaro <
antho...@alumni.caltech.edu> wrote:

> +1
>
> On Apr 19, 2011, at 3:41 PM, Jake Farrell  wrote:
>
> > All,
> >
> > I propose that we accept
> > http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gzas 
> > the
> > official Thrift 0.6.1 release. There where a couple small bug fixes
> against
> > the  0.6.x branch and this is mainly to get the java library published
> into
> > the apache maven repository.
> >
> > I generated this tarball by checking out
> > https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running
> > "./bootstrap.sh && ./configure && make dist".
> >
> > The GPG signature can be found at:
> >
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gz.asc
> .
> > It has an MD5 sum of dcd9d2d39aa22b615dd5c5ef2d7b7cfb.
> >
> > The java library can be found at:
> > http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java
> > or
> > https://repository.apache.org/content/repositories/orgapachethrift-107
> > It has an MD5 sum of 21bf7163d03bff22ca0b6598ae3f05e0.
> >
> > Please download, verify sig/sum, and install/test the libraries of your
> > choice.
> >
> > This vote closes in 72 hours.
> >
> > -Jake
>


[jira] [Commented] (THRIFT-591) Make the C++ runtime library be compatible with Windows and Visual Studio

2011-04-20 Thread David Reiss (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022359#comment-13022359
 ] 

David Reiss commented on THRIFT-591:


Yeah.  You should just be able to create a TAsioSocket and TAsioServer class 
and have the rest of the C++ implementation (framing, serialization, generated 
code) work the same.

> Make the C++ runtime library be compatible with Windows and Visual Studio
> -
>
> Key: THRIFT-591
> URL: https://issues.apache.org/jira/browse/THRIFT-591
> Project: Thrift
>  Issue Type: New Feature
>  Components: C++ - Library
> Environment: Windows XP and above, Visual Studio 2005 and above
>Reporter: Rush Manbert
> Attachments: MSVCSupportUpdatedButUntestedForThrift-0.4.0.patch, 
> MsvcPatchSupportScripts.zip, 
> THRIFT-591_MSVCSupportUpdatedButUntestedForThrift-0.4.0.patch_error.log, 
> ThriftMsvcPatchForSvnRev818530.txt.zip, thrift-818530-patched.zip, 
> thriftWindowsRev818530BugFix.zip
>
>
> Modify the C++ runtime library to be compatible with Windows and able to be 
> built by Visual Studio.
> The work has been done and a patch is available. I will attach it soon.
> Note that this issue and the attached patch supercedes the patches that I 
> wrongly attached to JIRA 311. That issue is about making the C++ library 
> support async client/server interaction.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


AW: [VOTE] Thrift 0.6.1 RC0

2011-04-20 Thread Roger Meier
Great job!

But there's a little issue probably worth to fix

build.properties is missing within the thrift-0.6.1-rc0.tar.gz:

https://svn.apache.org/repos/asf/thrift/branches/0.6.x/lib/java/build.proper
ties

to be added as EXTRA_DIST target:

Index: lib/java/Makefile.am
===
--- lib/java/Makefile.am(revision 1095483)
+++ lib/java/Makefile.am(working copy)
@@ -17,7 +17,7 @@
 # under the License.
 #

-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.properties build.xml src test

 export CLASSPATH
===

-roger

-Ursprüngliche Nachricht-
Von: Jake Luciani [mailto:jak...@gmail.com] 
Gesendet: Mittwoch, 20. April 2011 19:38
An: dev@thrift.apache.org
Betreff: Re: [VOTE] Thrift 0.6.1 RC0

+1

On Tue, Apr 19, 2011 at 6:41 PM, Jake Farrell  wrote:

> All,
>
> I propose that we accept
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.g
> z as the official Thrift 0.6.1 release. There where a couple small bug 
> fixes against the  0.6.x branch and this is mainly to get the java 
> library published into the apache maven repository.
>
> I generated this tarball by checking out 
> https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running 
> "./bootstrap.sh && ./configure && make dist".
>
> The GPG signature can be found at:
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.g
> z.asc
> .
> It has an MD5 sum of dcd9d2d39aa22b615dd5c5ef2d7b7cfb.
>
> The java library can be found at:
> http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java
> or
> https://repository.apache.org/content/repositories/orgapachethrift-107
> It has an MD5 sum of 21bf7163d03bff22ca0b6598ae3f05e0.
>
> Please download, verify sig/sum, and install/test the libraries of 
> your choice.
>
> This vote closes in 72 hours.
>
> -Jake




--
http://twitter.com/tjake



[jira] [Commented] (THRIFT-948) SSL socket support for PHP

2011-04-20 Thread Alex (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022284#comment-13022284
 ] 

Alex commented on THRIFT-948:
-

You can't add "ssl://" or "tls://" in front of the hostname due to the way 
stream_select works with OpenSSL. You have to rewrite the read routine.

> SSL socket support for PHP
> --
>
> Key: THRIFT-948
> URL: https://issues.apache.org/jira/browse/THRIFT-948
> Project: Thrift
>  Issue Type: New Feature
>  Components: PHP - Library
>Reporter: David Reiss
>Priority: Minor
> Attachments: php-ssl.patch
>
>
> This had some basic testing, but was never used in production.  If someone 
> wants to implement this feature, they can start with this patch.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-322) IHttpHandler for Thrift

2011-04-20 Thread JIRA

[ 
https://issues.apache.org/jira/browse/THRIFT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022279#comment-13022279
 ] 

Nils Hügelmann commented on THRIFT-322:
---

Not yet... but as my server is working together with the js clientperfectly, i 
assume the error is in the client or because of this special combination...

I have not tried further debugging yet.

> IHttpHandler for Thrift
> ---
>
> Key: THRIFT-322
> URL: https://issues.apache.org/jira/browse/THRIFT-322
> Project: Thrift
>  Issue Type: New Feature
>  Components: C# - Library
>Reporter: Fredrik Hedberg
>Assignee: Nils Hügelmann
>Priority: Minor
> Attachments: thrift-csharp-httphandler-test.diff, 
> thrift-csharp-httphandler.diff, thrift-csharp-httphandler.diffupdated.diff, 
> thrift-csharp-httphandler2.diff, thrift-csharp-httphandler3.diff
>
>
> IHttpHandler for Thrift.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [VOTE] Thrift 0.6.1 RC0

2011-04-20 Thread Jake Luciani
+1

On Tue, Apr 19, 2011 at 6:41 PM, Jake Farrell  wrote:

> All,
>
> I propose that we accept
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gz as
> the
> official Thrift 0.6.1 release. There where a couple small bug fixes against
> the  0.6.x branch and this is mainly to get the java library published into
> the apache maven repository.
>
> I generated this tarball by checking out
> https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running
> "./bootstrap.sh && ./configure && make dist".
>
> The GPG signature can be found at:
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gz.asc
> .
> It has an MD5 sum of dcd9d2d39aa22b615dd5c5ef2d7b7cfb.
>
> The java library can be found at:
> http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java
> or
> https://repository.apache.org/content/repositories/orgapachethrift-107
> It has an MD5 sum of 21bf7163d03bff22ca0b6598ae3f05e0.
>
> Please download, verify sig/sum, and install/test the libraries of your
> choice.
>
> This vote closes in 72 hours.
>
> -Jake




-- 
http://twitter.com/tjake


[jira] [Commented] (THRIFT-363) Maven Deploy

2011-04-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022247#comment-13022247
 ] 

Hudson commented on THRIFT-363:
---

Integrated in Thrift #134 (See 
[https://builds.apache.org/hudson/job/Thrift/134/])


> Maven Deploy
> 
>
> Key: THRIFT-363
> URL: https://issues.apache.org/jira/browse/THRIFT-363
> Project: Thrift
>  Issue Type: Improvement
>  Components: Java - Library
>Reporter: Gary Rudolph
>Assignee: Jake Farrell
> Fix For: 0.6.1, 0.7
>
> Attachments: THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, 
> THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, 
> THRIFT-363.patch, pom.1.patch, thrift-363-0.6.x.patch, thrift-363.patch
>
>
> Please, deploy libthrift into a public maven repository. Preferably, to Maven 
> central, but if not at least the Apache.
> Maven Central: 
> http://maven.apache.org/guides/mini/guide-central-repository-upload.html
> Apache Incubator Repository: 
> http://people.apache.org/repo/m2-incubating-repository/
> The following is a sample pom.xml:
> http://maven.apache.org/POM/4.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd";>
> 4.0.0
> org.facebook.thrift
> libthrift
> 0.1-20090310
> jar
> Apache Thrift Library
>   http://incubator.apache.org/thrift/
>   Thrift is a software framework for scalable cross-language 
> services development. It combines a software stack with a code generation 
> engine to build services that work efficiently and seamlessly between C++, 
> Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and 
> OCaml
>   
>   
>   The Apache Software License, Version 2.0
>   
> http://www.apache.org/licenses/LICENSE-2.0.txt
>   repo
>   
>   
>   
>   
> http://svn.apache.org/repos/asf/incubator/thrift/trunk
>   
> 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1152) Attributes from private to protected

2011-04-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022245#comment-13022245
 ] 

Hudson commented on THRIFT-1152:


Integrated in Thrift #134 (See 
[https://builds.apache.org/hudson/job/Thrift/134/])


> Attributes from private to protected
> 
>
> Key: THRIFT-1152
> URL: https://issues.apache.org/jira/browse/THRIFT-1152
> Project: Thrift
>  Issue Type: Sub-task
>  Components: PHP - Library
>Affects Versions: 0.7
>Reporter: Simon E
>Assignee: Jake Farrell
>Priority: Trivial
> Fix For: 0.7
>
> Attachments: thrift-1152.patch
>
>
> The TForkingServer has an attribute for the childs it creates.. now the 
> problem is: We're having a PHP daemon which uses the TForkingServer so that 
> it handles all connections in a seperate thread. When we have to restart the 
> daemon (code change) the main thread doing "serve()" would be restartet but 
> all the childs won't (we have persistent connections) stop, so i wan't to 
> extend the class and send a sigterm to all the chils but the childs_ 
> attribute is PRIVATE so it should be PROTECTED i think.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1109) Deploy fb303 along side libthrift to maven repo

2011-04-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022243#comment-13022243
 ] 

Hudson commented on THRIFT-1109:


Integrated in Thrift #134 (See 
[https://builds.apache.org/hudson/job/Thrift/134/])


> Deploy fb303 along side libthrift to maven repo
> ---
>
> Key: THRIFT-1109
> URL: https://issues.apache.org/jira/browse/THRIFT-1109
> Project: Thrift
>  Issue Type: Improvement
>  Components: Java - Library
>Reporter: Jake Farrell
>Assignee: Jake Farrell
> Fix For: 0.6.1, 0.7
>
> Attachments: thrift-1109-0.6.x.thrift, thrift-1109-0.6.x.thrift
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1114) Maven publish shouldn't require passwords hardcoded in settings.xml

2011-04-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022244#comment-13022244
 ] 

Hudson commented on THRIFT-1114:


Integrated in Thrift #134 (See 
[https://builds.apache.org/hudson/job/Thrift/134/])


> Maven publish shouldn't require passwords hardcoded in settings.xml
> ---
>
> Key: THRIFT-1114
> URL: https://issues.apache.org/jira/browse/THRIFT-1114
> Project: Thrift
>  Issue Type: Improvement
>Reporter: Bryan Duxbury
>Assignee: Jake Farrell
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1133) Java and JavaScript tutorial is broken since we have Java maven deployment

2011-04-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022246#comment-13022246
 ] 

Hudson commented on THRIFT-1133:


Integrated in Thrift #134 (See 
[https://builds.apache.org/hudson/job/Thrift/134/])
Thrift-1133: Java and JavaScript tutorial is broken since we have Java 
maven deployment
patch: jfarrell
client: js

Fixing build.xml for the js test cases to use ant-tasks.


> Java and JavaScript tutorial is broken since we have Java maven deployment 
> ---
>
> Key: THRIFT-1133
> URL: https://issues.apache.org/jira/browse/THRIFT-1133
> Project: Thrift
>  Issue Type: Bug
>  Components: Tutorial
>Reporter: Roger Meier
>Assignee: Jake Farrell
> Fix For: 0.6.1, 0.7
>
> Attachments: THRIFT-1133_fix_JavaScript_and_Java_Tutorial.patch, 
> thrift-1133-0.6.x.patch, thrift-1133.patch
>
>
> fix Java and JavaScript tutorial

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [VOTE] Thrift 0.6.1 RC0

2011-04-20 Thread Anthony Molinaro
+1

On Apr 19, 2011, at 3:41 PM, Jake Farrell  wrote:

> All,
> 
> I propose that we accept
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gz as the
> official Thrift 0.6.1 release. There where a couple small bug fixes against
> the  0.6.x branch and this is mainly to get the java library published into 
> the apache maven repository.
> 
> I generated this tarball by checking out
> https://svn.apache.org/repos/asf/thrift/branches/0.6.x and running
> "./bootstrap.sh && ./configure && make dist".
> 
> The GPG signature can be found at: 
> http://people.apache.org/~jfarrell/thrift/0.6.1/thrift-0.6.1-rc0.tar.gz.asc.
> It has an MD5 sum of dcd9d2d39aa22b615dd5c5ef2d7b7cfb.
> 
> The java library can be found at:
> http://people.apache.org/~jfarrell/thrift/0.6.1/lib/java 
> or
> https://repository.apache.org/content/repositories/orgapachethrift-107
> It has an MD5 sum of 21bf7163d03bff22ca0b6598ae3f05e0.
> 
> Please download, verify sig/sum, and install/test the libraries of your
> choice.
> 
> This vote closes in 72 hours.
> 
> -Jake


Jenkins build is back to normal : Thrift #134

2011-04-20 Thread Apache Jenkins Server
See 




[jira] [Commented] (THRIFT-1114) Maven publish shouldn't require passwords hardcoded in settings.xml

2011-04-20 Thread Jake Farrell (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022208#comment-13022208
 ] 

Jake Farrell commented on THRIFT-1114:
--

Current maven gpg plugin does not support encrypted passwords in the 
~/.m2/settings.xml file. Ticket: http://jira.codehaus.org/browse/MGPG-31. 
Looking into what it would take for me to add this to the gpg plugin

> Maven publish shouldn't require passwords hardcoded in settings.xml
> ---
>
> Key: THRIFT-1114
> URL: https://issues.apache.org/jira/browse/THRIFT-1114
> Project: Thrift
>  Issue Type: Improvement
>Reporter: Bryan Duxbury
>Assignee: Jake Farrell
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (THRIFT-1133) Java and JavaScript tutorial is broken since we have Java maven deployment

2011-04-20 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell closed THRIFT-1133.


   Resolution: Fixed
Fix Version/s: 0.7
   0.6.1

Updated build.xml in the js test cases folder to now use ant-tasks.

> Java and JavaScript tutorial is broken since we have Java maven deployment 
> ---
>
> Key: THRIFT-1133
> URL: https://issues.apache.org/jira/browse/THRIFT-1133
> Project: Thrift
>  Issue Type: Bug
>  Components: Tutorial
>Reporter: Roger Meier
>Assignee: Jake Farrell
> Fix For: 0.6.1, 0.7
>
> Attachments: THRIFT-1133_fix_JavaScript_and_Java_Tutorial.patch, 
> thrift-1133-0.6.x.patch, thrift-1133.patch
>
>
> fix Java and JavaScript tutorial

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1133) Java and JavaScript tutorial is broken since we have Java maven deployment

2011-04-20 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell updated THRIFT-1133:
-

Attachment: thrift-1133-0.6.x.patch
thrift-1133.patch

Fix for js client test cases

> Java and JavaScript tutorial is broken since we have Java maven deployment 
> ---
>
> Key: THRIFT-1133
> URL: https://issues.apache.org/jira/browse/THRIFT-1133
> Project: Thrift
>  Issue Type: Bug
>  Components: Tutorial
>Reporter: Roger Meier
>Assignee: Jake Farrell
> Attachments: THRIFT-1133_fix_JavaScript_and_Java_Tutorial.patch, 
> thrift-1133-0.6.x.patch, thrift-1133.patch
>
>
> fix Java and JavaScript tutorial

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (THRIFT-1133) Java and JavaScript tutorial is broken since we have Java maven deployment

2011-04-20 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell reopened THRIFT-1133:
--

  Assignee: Jake Farrell  (was: Roger Meier)

Javascript test case broken, fixing now

> Java and JavaScript tutorial is broken since we have Java maven deployment 
> ---
>
> Key: THRIFT-1133
> URL: https://issues.apache.org/jira/browse/THRIFT-1133
> Project: Thrift
>  Issue Type: Bug
>  Components: Tutorial
>Reporter: Roger Meier
>Assignee: Jake Farrell
> Attachments: THRIFT-1133_fix_JavaScript_and_Java_Tutorial.patch
>
>
> fix Java and JavaScript tutorial

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Build failed in Jenkins: Thrift #133

2011-04-20 Thread Apache Jenkins Server
See 

Changes:

[jfarrell] Thrift-1152: attributes from private to protected
patch: jfarrell
clent: php

Changing the TForkingServer children_ from private to protected

--
[...truncated 1747 lines...]
/testframedtransport/CreateAndDestroy: OK
/testframedtransport/OpenAndClose: OK
/testframedtransport/ReadAndWrite: OK
PASS: testframedtransport
/testmemorybuffer/CreateAndDestroy: OK
/testmemorybuffer/OpenAndClose: OK
/testmemorybuffer/ReadAndWrite: OK
PASS: testmemorybuffer
/teststruct/InitializeObject: OK
PASS: teststruct
/testsimpleserver/SimpleServer: OK
PASS: testsimpleserver
/testdebugproto/DebugProto: OK
PASS: testdebugproto
/testoptionalrequired/OldSchool: OK
/testoptionalrequired/Simple: OK
/testoptionalrequired/Tricky1: OK
/testoptionalrequired/Tricky2: OK
/testoptionalrequired/Tricky3: OK
/testoptionalrequired/Tricky4: OK
PASS: testoptionalrequired
/testthrift/Server: OK
PASS: testthrifttest
PASS: testthrifttestclient
===
All 11 tests passed
===
make[5]: Leaving directory 
`
make[4]: Leaving directory 
`
make[3]: Leaving directory 
`
make[2]: Leaving directory 
`
Making check in csharp
make[2]: Entering directory 
`
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`
Making check in java
make[2]: Entering directory 
`
/usr/bin/ant 
Buildfile: 


setup.init:

mvn.ant.tasks.download:
  [get] Getting: 
http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
  [get] To: 

  [get] Not modified - so not downloaded

mvn.init:
[artifact:dependencies] [WARNING] Overriding profile: 
'maven-ant-tasks-repo-profile' (source: pom) with new instance from source: pom

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
make  check-local
make[3]: Entering directory 
`
/usr/bin/ant 
Buildfile: 


setup.init:

mvn.ant.tasks.download:
  [get] Getting: 
http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
  [get] To: 

  [get] Not modified - so not downloaded

mvn.init:
[artifact:dependencies] [WARNING] Overriding profile: 
'maven-ant-tasks-repo-profile' (source: pom) with new instance from source: pom

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
/usr/bin/ant  test
Buildfile: 


generate:
 [exec] 
[WARNING::41]
 64-bit constant "100" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::169]
 64-bit constant "1099511627775" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::179]
 64-bit constant "4294967295" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::179]
 64-bit constant "1099511627775" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::179]
 64-bit constant "281474976710655" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::179]
 64-bit constant "72057594037927935" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::179]
 64-bit constant "9223372036854775807" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::188]
 64-bit constant "4294967295" may not work in all languages.
 [exec] 
 [exec] 
[WARNING::188]
 64-bit constant "1099

[jira] [Commented] (THRIFT-322) IHttpHandler for Thrift

2011-04-20 Thread Jake Farrell (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022170#comment-13022170
 ] 

Jake Farrell commented on THRIFT-322:
-

Nils, where you able to find a resolution for the 3rd test case aborting?

> IHttpHandler for Thrift
> ---
>
> Key: THRIFT-322
> URL: https://issues.apache.org/jira/browse/THRIFT-322
> Project: Thrift
>  Issue Type: New Feature
>  Components: C# - Library
>Reporter: Fredrik Hedberg
>Assignee: Nils Hügelmann
>Priority: Minor
> Attachments: thrift-csharp-httphandler-test.diff, 
> thrift-csharp-httphandler.diff, thrift-csharp-httphandler.diffupdated.diff, 
> thrift-csharp-httphandler2.diff, thrift-csharp-httphandler3.diff
>
>
> IHttpHandler for Thrift.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (THRIFT-1152) Attributes from private to protected

2011-04-20 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell closed THRIFT-1152.


   Resolution: Fixed
Fix Version/s: 0.7
 Assignee: Jake Farrell

> Attributes from private to protected
> 
>
> Key: THRIFT-1152
> URL: https://issues.apache.org/jira/browse/THRIFT-1152
> Project: Thrift
>  Issue Type: Sub-task
>  Components: PHP - Library
>Affects Versions: 0.7
>Reporter: Simon E
>Assignee: Jake Farrell
>Priority: Trivial
> Fix For: 0.7
>
> Attachments: thrift-1152.patch
>
>
> The TForkingServer has an attribute for the childs it creates.. now the 
> problem is: We're having a PHP daemon which uses the TForkingServer so that 
> it handles all connections in a seperate thread. When we have to restart the 
> daemon (code change) the main thread doing "serve()" would be restartet but 
> all the childs won't (we have persistent connections) stop, so i wan't to 
> extend the class and send a sigterm to all the chils but the childs_ 
> attribute is PRIVATE so it should be PROTECTED i think.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1152) Attributes from private to protected

2011-04-20 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell updated THRIFT-1152:
-

Attachment: thrift-1152.patch

Changing the TForkingServer children_ from private to protected

> Attributes from private to protected
> 
>
> Key: THRIFT-1152
> URL: https://issues.apache.org/jira/browse/THRIFT-1152
> Project: Thrift
>  Issue Type: Sub-task
>  Components: PHP - Library
>Affects Versions: 0.7
>Reporter: Simon E
>Priority: Trivial
> Attachments: thrift-1152.patch
>
>
> The TForkingServer has an attribute for the childs it creates.. now the 
> problem is: We're having a PHP daemon which uses the TForkingServer so that 
> it handles all connections in a seperate thread. When we have to restart the 
> daemon (code change) the main thread doing "serve()" would be restartet but 
> all the childs won't (we have persistent connections) stop, so i wan't to 
> extend the class and send a sigterm to all the chils but the childs_ 
> attribute is PRIVATE so it should be PROTECTED i think.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (THRIFT-1152) Attributes from private to protected

2011-04-20 Thread Simon E (JIRA)
Attributes from private to protected


 Key: THRIFT-1152
 URL: https://issues.apache.org/jira/browse/THRIFT-1152
 Project: Thrift
  Issue Type: Sub-task
  Components: PHP - Library
Affects Versions: 0.7
Reporter: Simon E
Priority: Trivial


The TForkingServer has an attribute for the childs it creates.. now the problem 
is: We're having a PHP daemon which uses the TForkingServer so that it handles 
all connections in a seperate thread. When we have to restart the daemon (code 
change) the main thread doing "serve()" would be restartet but all the childs 
won't (we have persistent connections) stop, so i wan't to extend the class and 
send a sigterm to all the chils but the childs_ attribute is PRIVATE so it 
should be PROTECTED i think.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira