You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tobias Seng <to...@dev.unitedplanet.de> on 2007/05/22 15:25:30 UTC

[Axis2] Problems invoking Version.getVersion in 1.2

Hi,
I have the following problem using the SimpleAxis2Server and the 
version.aar from the Axis2 1.2.

If  I call the operation getVersion two times, the following AxisFault 
is thrown.
"A message was added that is not valid. However, the operation context 
was complete."

The fault is generated at the following lines in the InOutAxisOperation 
class

       if ((inMsgContext != null) && (outmsgContext != null)) {
           throw new AxisFault(Messages.getMessage("mepcompleted"));

With Axis2 1.1.1 everything works fine.

Any ideas?

Thanks

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2] Problems invoking Version.getVersion in 1.2

Posted by Davanum Srinivas <da...@gmail.com>.
Can you please log this as a bug in JIRA? with the details on exact
way (or code) you ran the client to repro the problem

thanks,
dims

On 5/22/07, Tobias Seng <to...@dev.unitedplanet.de> wrote:
> Hi,
> I have the following problem using the SimpleAxis2Server and the
> version.aar from the Axis2 1.2.
>
> If  I call the operation getVersion two times, the following AxisFault
> is thrown.
> "A message was added that is not valid. However, the operation context
> was complete."
>
> The fault is generated at the following lines in the InOutAxisOperation
> class
>
>        if ((inMsgContext != null) && (outmsgContext != null)) {
>            throw new AxisFault(Messages.getMessage("mepcompleted"));
>
> With Axis2 1.1.1 everything works fine.
>
> Any ideas?
>
> Thanks
>
> Tobias
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org