[jira] Commented: (AXIS2-1038) Removing an unnecessary statement

2006-08-16 Thread Jochen Wiedmann (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1038?page=comments#action_12428375 ] 

Jochen Wiedmann commented on AXIS2-1038:


Dims, I might have the necessary permissions in terms of SVN and Unix. 
Nevertheless, I am no voted member of the Axis2 project and I would personally 
consider it to be abusing my privileges.


> Removing an unnecessary statement
> -
>
> Key: AXIS2-1038
> URL: http://issues.apache.org/jira/browse/AXIS2-1038
> Project: Apache Axis 2.0 (Axis2)
>  Issue Type: Improvement
>  Components: core
>Reporter: Jochen Wiedmann
>Priority: Trivial
>
> The patch below removes an unnecessary statement:
> Index: 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java
> ===
> --- 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(revision
>  431324)
> +++ 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(working
>  copy)
> @@ -99,7 +99,6 @@
>  result = (OMElement) method.invoke(obj, args);
>  AxisService service = msgContext.getAxisService();
> -service.getTargetNamespace();
>  result.declareNamespace(service.getTargetNamespace(),
>  service.getTargetNamespacePrefix());
>  OMElement bodyContent;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (AXIS2-1038) Removing an unnecessary statement

2006-08-16 Thread Davanum Srinivas (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1038?page=comments#action_12428373 ] 

Davanum Srinivas commented on AXIS2-1038:
-

Jochen

Why don't you do it yourself :) you have karma :) :)

-- dims

> Removing an unnecessary statement
> -
>
> Key: AXIS2-1038
> URL: http://issues.apache.org/jira/browse/AXIS2-1038
> Project: Apache Axis 2.0 (Axis2)
>  Issue Type: Improvement
>  Components: core
>Reporter: Jochen Wiedmann
>Priority: Trivial
>
> The patch below removes an unnecessary statement:
> Index: 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java
> ===
> --- 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(revision
>  431324)
> +++ 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(working
>  copy)
> @@ -99,7 +99,6 @@
>  result = (OMElement) method.invoke(obj, args);
>  AxisService service = msgContext.getAxisService();
> -service.getTargetNamespace();
>  result.declareNamespace(service.getTargetNamespace(),
>  service.getTargetNamespacePrefix());
>  OMElement bodyContent;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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