You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by scott comer <sc...@cisco.com> on 2009/01/20 16:57:01 UTC

[vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory

ok, there was no discussion. let's vote. include this fix in release 
1.0.2? 48 hours.

scott out

-----------------------

wei's patch for ETCH-24 is good.

the problem was calling the wrong method of ast/Message.java to get the 
message direction from the velocity templates. this affected both java 
and csharp bindings.

i think we should assign the fix version for this issue to be 1.0.2. the 
risk of including this fix in 1.0.2 is nil, as the meta data being 
corrected is not used by the runtime right now.

discussion?

scott out

scott comer (sccomer) wrote:
> thanks, wei. i will examine your patch today.
>
> scott out
>
> Wei Wang (JIRA) wrote:
>>      [ https://issues.apache.org/jira/browse/ETCH-24 ]
>>
>> Wei Wang updated ETCH-24:
>> -------------------------
>>
>>     Attachment: etch_trunk_patch_issue_ETCH24.patch
>>
>> I fixed this bug by modifying two velocity template files and the attached is the subversion patch for the fix. With the fix the build passed both JUnit and NUnit tests.
>>
>> --Wei Wang
>>
>>
>>   
>>> The message direction is always "server" for the result_method messages in the java-binding valuefactory
>>> --------------------------------------------------------------------------------------------------------
>>>
>>>                 Key: ETCH-24
>>>                 URL: https://issues.apache.org/jira/browse/ETCH-24
>>>             Project: Etch
>>>          Issue Type: Bug
>>>          Components: java-binding
>>>    Affects Versions: 1.0.1
>>>         Environment: Windows
>>>            Reporter: Wei Wang
>>>         Attachments: etch_trunk_patch_issue_ETCH24.patch
>>>
>>>   Original Estimate: 24h
>>>  Remaining Estimate: 24h
>>>
>>> For java-binding, in the etch-compiled valuefactory java class, for each method object (either server or client direction'ed), the corresponding result method object (if the original method is not one way) will always have a "SERVER" direction. Actually this method should have "server" direction only when it's original method has "client" direction.
>>>     
>>
>>   

Re: [vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory

Posted by scott comer <sc...@cisco.com>.
ok, three votes for, none against: jd, gaurav, and me. so be it.

scott out

scott comer wrote:
> ok, there was no discussion. let's vote. include this fix in release 
> 1.0.2? 48 hours.
>
> scott out
>
> -----------------------
>
> wei's patch for ETCH-24 is good.
>
> the problem was calling the wrong method of ast/Message.java to get 
> the message direction from the velocity templates. this affected both 
> java and csharp bindings.
>
> i think we should assign the fix version for this issue to be 1.0.2. 
> the risk of including this fix in 1.0.2 is nil, as the meta data being 
> corrected is not used by the runtime right now.
>
> discussion?
>
> scott out
>
> scott comer (sccomer) wrote:
>> thanks, wei. i will examine your patch today.
>>
>> scott out
>>
>> Wei Wang (JIRA) wrote:
>>>      [ https://issues.apache.org/jira/browse/ETCH-24 ]
>>>
>>> Wei Wang updated ETCH-24:
>>> -------------------------
>>>
>>>     Attachment: etch_trunk_patch_issue_ETCH24.patch
>>>
>>> I fixed this bug by modifying two velocity template files and the 
>>> attached is the subversion patch for the fix. With the fix the build 
>>> passed both JUnit and NUnit tests.
>>>
>>> --Wei Wang
>>>
>>>
>>>  
>>>> The message direction is always "server" for the result_method 
>>>> messages in the java-binding valuefactory
>>>> -------------------------------------------------------------------------------------------------------- 
>>>>
>>>>
>>>>                 Key: ETCH-24
>>>>                 URL: https://issues.apache.org/jira/browse/ETCH-24
>>>>             Project: Etch
>>>>          Issue Type: Bug
>>>>          Components: java-binding
>>>>    Affects Versions: 1.0.1
>>>>         Environment: Windows
>>>>            Reporter: Wei Wang
>>>>         Attachments: etch_trunk_patch_issue_ETCH24.patch
>>>>
>>>>   Original Estimate: 24h
>>>>  Remaining Estimate: 24h
>>>>
>>>> For java-binding, in the etch-compiled valuefactory java class, for 
>>>> each method object (either server or client direction'ed), the 
>>>> corresponding result method object (if the original method is not 
>>>> one way) will always have a "SERVER" direction. Actually this 
>>>> method should have "server" direction only when it's original 
>>>> method has "client" direction.
>>>>     
>>>
>>>   
>


RE: [vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory

Posted by "J.D. Liau (jliau)" <jl...@cisco.com>.
+1.

________________________________

From: Scott Comer (sccomer)
Sent: Tue 1/20/2009 7:58 AM
To: etch-dev@incubator.apache.org
Subject: Re: [vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory



+1. include the fix for ETCH-24 in release 1.0.2.

scott comer wrote:
> ok, there was no discussion. let's vote. include this fix in release
> 1.0.2? 48 hours.
>
> scott out
>
> -----------------------
>
> wei's patch for ETCH-24 is good.
>
> the problem was calling the wrong method of ast/Message.java to get
> the message direction from the velocity templates. this affected both
> java and csharp bindings.
>
> i think we should assign the fix version for this issue to be 1.0.2.
> the risk of including this fix in 1.0.2 is nil, as the meta data being
> corrected is not used by the runtime right now.
>
> discussion?
>
> scott out
>
> scott comer (sccomer) wrote:
>> thanks, wei. i will examine your patch today.
>>
>> scott out
>>
>> Wei Wang (JIRA) wrote:
>>>      [ https://issues.apache.org/jira/browse/ETCH-24 ]
>>>
>>> Wei Wang updated ETCH-24:
>>> -------------------------
>>>
>>>     Attachment: etch_trunk_patch_issue_ETCH24.patch
>>>
>>> I fixed this bug by modifying two velocity template files and the
>>> attached is the subversion patch for the fix. With the fix the build
>>> passed both JUnit and NUnit tests.
>>>
>>> --Wei Wang
>>>
>>>
>>> 
>>>> The message direction is always "server" for the result_method
>>>> messages in the java-binding valuefactory
>>>> --------------------------------------------------------------------------------------------------------
>>>>
>>>>
>>>>                 Key: ETCH-24
>>>>                 URL: https://issues.apache.org/jira/browse/ETCH-24
>>>>             Project: Etch
>>>>          Issue Type: Bug
>>>>          Components: java-binding
>>>>    Affects Versions: 1.0.1
>>>>         Environment: Windows
>>>>            Reporter: Wei Wang
>>>>         Attachments: etch_trunk_patch_issue_ETCH24.patch
>>>>
>>>>   Original Estimate: 24h
>>>>  Remaining Estimate: 24h
>>>>
>>>> For java-binding, in the etch-compiled valuefactory java class, for
>>>> each method object (either server or client direction'ed), the
>>>> corresponding result method object (if the original method is not
>>>> one way) will always have a "SERVER" direction. Actually this
>>>> method should have "server" direction only when it's original
>>>> method has "client" direction.
>>>>    
>>>
>>>  
>





Re: [vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory

Posted by scott comer <sc...@cisco.com>.
+1. include the fix for ETCH-24 in release 1.0.2.

scott comer wrote:
> ok, there was no discussion. let's vote. include this fix in release 
> 1.0.2? 48 hours.
>
> scott out
>
> -----------------------
>
> wei's patch for ETCH-24 is good.
>
> the problem was calling the wrong method of ast/Message.java to get 
> the message direction from the velocity templates. this affected both 
> java and csharp bindings.
>
> i think we should assign the fix version for this issue to be 1.0.2. 
> the risk of including this fix in 1.0.2 is nil, as the meta data being 
> corrected is not used by the runtime right now.
>
> discussion?
>
> scott out
>
> scott comer (sccomer) wrote:
>> thanks, wei. i will examine your patch today.
>>
>> scott out
>>
>> Wei Wang (JIRA) wrote:
>>>      [ https://issues.apache.org/jira/browse/ETCH-24 ]
>>>
>>> Wei Wang updated ETCH-24:
>>> -------------------------
>>>
>>>     Attachment: etch_trunk_patch_issue_ETCH24.patch
>>>
>>> I fixed this bug by modifying two velocity template files and the 
>>> attached is the subversion patch for the fix. With the fix the build 
>>> passed both JUnit and NUnit tests.
>>>
>>> --Wei Wang
>>>
>>>
>>>  
>>>> The message direction is always "server" for the result_method 
>>>> messages in the java-binding valuefactory
>>>> -------------------------------------------------------------------------------------------------------- 
>>>>
>>>>
>>>>                 Key: ETCH-24
>>>>                 URL: https://issues.apache.org/jira/browse/ETCH-24
>>>>             Project: Etch
>>>>          Issue Type: Bug
>>>>          Components: java-binding
>>>>    Affects Versions: 1.0.1
>>>>         Environment: Windows
>>>>            Reporter: Wei Wang
>>>>         Attachments: etch_trunk_patch_issue_ETCH24.patch
>>>>
>>>>   Original Estimate: 24h
>>>>  Remaining Estimate: 24h
>>>>
>>>> For java-binding, in the etch-compiled valuefactory java class, for 
>>>> each method object (either server or client direction'ed), the 
>>>> corresponding result method object (if the original method is not 
>>>> one way) will always have a "SERVER" direction. Actually this 
>>>> method should have "server" direction only when it's original 
>>>> method has "client" direction.
>>>>     
>>>
>>>   
>



RE: [vote] include fix in release 1.0.2 (ETCH-24) The message direction is always "server" for the result_method messages in the java-binding valuefactory

Posted by "Gaurav Sandhir (gsandhir)" <gs...@cisco.com>.
+1. include the fix for Etch-24 in release 1.0.2

-Gaurav 

-----Original Message-----
From: Scott Comer (sccomer) 
Sent: Tuesday, January 20, 2009 9:57 AM
To: etch-dev@incubator.apache.org
Subject: [vote] include fix in release 1.0.2 (ETCH-24) The message
direction is always "server" for the result_method messages in the
java-binding valuefactory

ok, there was no discussion. let's vote. include this fix in release
1.0.2? 48 hours.

scott out

-----------------------

wei's patch for ETCH-24 is good.

the problem was calling the wrong method of ast/Message.java to get the
message direction from the velocity templates. this affected both java
and csharp bindings.

i think we should assign the fix version for this issue to be 1.0.2. the
risk of including this fix in 1.0.2 is nil, as the meta data being
corrected is not used by the runtime right now.

discussion?

scott out

scott comer (sccomer) wrote:
> thanks, wei. i will examine your patch today.
>
> scott out
>
> Wei Wang (JIRA) wrote:
>>      [ https://issues.apache.org/jira/browse/ETCH-24 ]
>>
>> Wei Wang updated ETCH-24:
>> -------------------------
>>
>>     Attachment: etch_trunk_patch_issue_ETCH24.patch
>>
>> I fixed this bug by modifying two velocity template files and the
attached is the subversion patch for the fix. With the fix the build
passed both JUnit and NUnit tests.
>>
>> --Wei Wang
>>
>>
>>   
>>> The message direction is always "server" for the result_method 
>>> messages in the java-binding valuefactory
>>> --------------------------------------------------------------------
>>> ------------------------------------
>>>
>>>                 Key: ETCH-24
>>>                 URL: https://issues.apache.org/jira/browse/ETCH-24
>>>             Project: Etch
>>>          Issue Type: Bug
>>>          Components: java-binding
>>>    Affects Versions: 1.0.1
>>>         Environment: Windows
>>>            Reporter: Wei Wang
>>>         Attachments: etch_trunk_patch_issue_ETCH24.patch
>>>
>>>   Original Estimate: 24h
>>>  Remaining Estimate: 24h
>>>
>>> For java-binding, in the etch-compiled valuefactory java class, for
each method object (either server or client direction'ed), the
corresponding result method object (if the original method is not one
way) will always have a "SERVER" direction. Actually this method should
have "server" direction only when it's original method has "client"
direction.
>>>     
>>
>>