You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andrea Spinelli <an...@imteam.it> on 2008/12/02 09:37:43 UTC

Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]

> Marc F. wrote:
>   
>> To demonstrate a possible bug in ADB Webservice I attached a zip file,
>> containing two aar files, and the source code as well.
>>
>>     

Alas, I think this is a well-known issue:

  https://issues.apache.org/jira/browse/AXIS2-3538

I had an exchange of e-mails with Deepal, but it ended in nothing.

The issue was submitted on 24/Feb/08 09:13 AM and a suggestion for a 
patch is available from June 2008, but it is currently unassigned. It is 
marked as "critical".

In our organisation we wrote a patch, recompiled axis2, and we are using 
the patch (with success).  I can send the patch to anyone interested, 
but I think this is a REALLY BAD problem and should be fixed as soon as 
possible by the axis2 development team.

Is anyone in the axis2 team listening?

Hi
   Andrea

-- 
dott. Andrea Spinelli - IMTeam
e-mail: andrea dot spinelli at imteam dot it
phone: +39-035-636029
fax: +39-035-638129
www: http://www.imteam.it/
IANA enterprise number: 1.3.6.1.4.1.30916


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


Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]

Posted by "Marc F." <ma...@gmail.com>.

Andrea Spinelli-2 wrote:
> 
> Alas, I think this is a well-known issue:
> 
>   https://issues.apache.org/jira/browse/AXIS2-3538
> 
> I had an exchange of e-mails with Deepal, but it ended in nothing.
> 
> The issue was submitted on 24/Feb/08 09:13 AM and a suggestion for a 
> patch is available from June 2008, but it is currently unassigned. It is 
> marked as "critical".
> 
> In our organisation we wrote a patch, recompiled axis2, and we are using 
> the patch (with success).  I can send the patch to anyone interested, 
> but I think this is a REALLY BAD problem and should be fixed as soon as 
> possible by the axis2 development team.
> 
> Is anyone in the axis2 team listening?
> 
> Hi
>    Andrea
> 
> -- 
> dott. Andrea Spinelli - IMTeam
> e-mail: andrea dot spinelli at imteam dot it
> phone: +39-035-636029
> fax: +39-035-638129
> www: http://www.imteam.it/
> IANA enterprise number: 1.3.6.1.4.1.30916
> 

Thank you very much for your reply, Andrea. Yes, this is a really bad
problem that should be fixed, mainly because this kind of problem is not
like a "common bug", or a "little mistake". It is a kind of bug that can
make something completely unreliable. I do not rely on ADB, and I will never
use it until they fix the problem. And I will recommend everybody to not use
ADB as well. I simply do not rely on ADB anymore. That´s sad.

Fortunately, using a XML Beans webservice this problem doesn´t happen. Well,
at least until now this didn´t happen to me.
-- 
View this message in context: http://www.nabble.com/Problem-related-to-ADB-when-transferring-a-byte-array-tp20607870p20801565.html
Sent from the Axis - User mailing list archive at Nabble.com.


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


Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]

Posted by Sv...@gebit.de.
The attached patch is sub-optimal. In AXIS2-3765 (wasn't aware that it is 
the same bug when i created the issue since we only have one byte[])  i 
proposed a patch which does not need the extra loop.
Nevertheless it works both ways..

I also patched it locally and we are going live with this patch, even 
though i am not really happy about this.






"Afkham Azeez" <af...@gmail.com> 
03.12.2008 01:27
Bitte antworten an
axis-user@ws.apache.org


An
axis-user@ws.apache.org
Kopie

Thema
Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]






Have you submitted this patch? Is this the same patch that is attached to 
JIRA issue AXIS2-3538? 

Thanks
Azeez

On Tue, Dec 2, 2008 at 2:07 PM, Andrea Spinelli <andrea.spinelli@imteam.it
> wrote:

Marc F. wrote:
 
To demonstrate a possible bug in ADB Webservice I attached a zip file,
containing two aar files, and the source code as well.

 

Alas, I think this is a well-known issue:

 https://issues.apache.org/jira/browse/AXIS2-3538

I had an exchange of e-mails with Deepal, but it ended in nothing.

The issue was submitted on 24/Feb/08 09:13 AM and a suggestion for a patch 
is available from June 2008, but it is currently unassigned. It is marked 
as "critical".

In our organisation we wrote a patch, recompiled axis2, and we are using 
the patch (with success).  I can send the patch to anyone interested, but 
I think this is a REALLY BAD problem and should be fixed as soon as 
possible by the axis2 development team.

Is anyone in the axis2 team listening?

Hi
 Andrea

-- 
dott. Andrea Spinelli - IMTeam
e-mail: andrea dot spinelli at imteam dot it
phone: +39-035-636029
fax: +39-035-638129
www: http://www.imteam.it/
IANA enterprise number: 1.3.6.1.4.1.30916


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




-- 
Thanks
Afkham Azeez

Blog: http://afkham.org
Developer Portal: http://www.wso2.org
WSAS Blog: http://wso2wsas.blogspot.com
Company: http://wso2.com
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760

Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]

Posted by Afkham Azeez <af...@gmail.com>.
Have you submitted this patch? Is this the same patch that is attached to
JIRA issue AXIS2-3538?

Thanks
Azeez

On Tue, Dec 2, 2008 at 2:07 PM, Andrea Spinelli
<an...@imteam.it>wrote:

>
>  Marc F. wrote:
>>
>>
>>> To demonstrate a possible bug in ADB Webservice I attached a zip file,
>>> containing two aar files, and the source code as well.
>>>
>>>
>>>
>>
> Alas, I think this is a well-known issue:
>
>  https://issues.apache.org/jira/browse/AXIS2-3538
>
> I had an exchange of e-mails with Deepal, but it ended in nothing.
>
> The issue was submitted on 24/Feb/08 09:13 AM and a suggestion for a patch
> is available from June 2008, but it is currently unassigned. It is marked as
> "critical".
>
> In our organisation we wrote a patch, recompiled axis2, and we are using
> the patch (with success).  I can send the patch to anyone interested, but I
> think this is a REALLY BAD problem and should be fixed as soon as possible
> by the axis2 development team.
>
> Is anyone in the axis2 team listening?
>
> Hi
>  Andrea
>
> --
> dott. Andrea Spinelli - IMTeam
> e-mail: andrea dot spinelli at imteam dot it
> phone: +39-035-636029
> fax: +39-035-638129
> www: http://www.imteam.it/
> IANA enterprise number: 1.3.6.1.4.1.30916
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Thanks
Afkham Azeez

Blog: http://afkham.org
Developer Portal: http://www.wso2.org
WSAS Blog: http://wso2wsas.blogspot.com
Company: http://wso2.com
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760