Luiz Henrique Zambom Santana

Greenhorn
+ Follow
since Oct 18, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Luiz Henrique Zambom Santana

Hi All !

I have an simple question:


When logging an error, the extended codes are considered to point the line where the error actually occurred?

For instance, I received the following stack trace:




However, the class IntegracaoPessoa have only 10 lines , there is no line 40 !!!

This class extends an abstract class, and it have a line 40. Can it explain the message I'm receiving?


Thanks a lot!


14 years ago
Hi Amit, thanks for the answer.

I tried using , but didn't work as well !

Do you know if there is any limitation to this tag?

Thanks a lot!
14 years ago
Hi all,

sorry if it's a stupid question

I'm trying to control the SOAP bindings generated by Axis 2, using the parameters disableSOAP11 as follows:



However, when I start my service the SOAP11 binding is still there.

Does anybody have any inkling of a clue as to what I'm doing wrong here?

Thanks!
14 years ago