Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-11 Thread Sathija Pavuluri
Deepal, Charitha,

I was able to reproduce that error when I deployed the pojo samples.
The way we deploy our axis app is different from the way the samples are 
deployed, which caused classloading issues for tomcat when the samples were 
deployed.

I fixed the issue and submitted an updated patch a couple of days ago.

As my comment on the bug says you need to apply the updated_adb.patch and the 
java2wsdl.patch.

Thanks,
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, May 4, 2007 10:58:06 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Actually error occur when you deploy the service and then generate code
using the wsdl. Then invoke the service using generated stub , after
that we got the error.

Thanks
Deepal

Sathija Pavuluri wrote:

 Charitha,

 With the patch applied, I am able to build the samples module
 successfully.
 Is there anything else I need to test to reproduce the exception?

 Thanks,
 Sathija.


 - Original Message 
 From: Charitha Kankanamge [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, May 4, 2007 2:23:07 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Sathija,
 We were testing a Axis2-1.2 build just before releasing 1.2 and found
 out that the pojo, pojoguide and pojoguidespring samples did not work at
 all. I can't remember the exception and without reporting it through
 JIRA I reported it to Deepal for fixing it quickily since we were about
 to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release
 candidates. Those issues came only in the last build we got on 27th
 April. Your patch was the culprit for this error and we did not
 encounter any errors in those samples after reverting that patch. We
 should be able to reproduce it and report the error if a binary can be
 provided with applying that patch again.

 Thanks and regards
 Charitha


 Deepal Jayasinghe wrote:

 Hi Sathija ,
 
 Once I applied your patch , it broke the Axis2 samples. I think Caritha
 will be able to answer this better than me , since he is the one who
 find the bug :)
 
 Thanks
 Deepal
 
   
 
 Deepal,
 
 I had earlier posted a question about the codegen issue you mentioned
 after patches for AXIS2-2055 were applied.
 I have since built the codegen module with the patch and didnt notice
 any issue and nor were there any issues
 building any of other axis2 modules.
 So I am still puzzled by what issue the patch may have caused. Would
 you please elaborate on that issue you mentioned the patch had caused.
 
 Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
 they are in fact not, because of the patch reversal.
 
 Thanks.
 Sathija.
 
 
 
 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:10:41 PM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
 Yes , there was an issue with the codegen , so I had to revert that.
 
 Thanks
 Deepal
 
 Sathija Pavuluri wrote:
 
 
 
 Deepal,
 
 Noticed that the patches were applied and then reverted on the 1.2
   
 
 branch?
 
 
 Was anything wrong?
 
 Thanks
 Sathija.
 
 
 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:16:05 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
 Done , thx very much for your patches.
 
 Thanks
 Deepal
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 
   
 
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
 
 
 
 --
 Thanks,
 Deepal
 
 The highest tower is built one brick at a time
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
 
 
 
 
 
   
 



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



 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-04 Thread Charitha Kankanamge

Sathija,
We were testing a Axis2-1.2 build just before releasing 1.2 and found 
out that the pojo, pojoguide and pojoguidespring samples did not work at 
all. I can't remember the exception and without reporting it through 
JIRA I reported it to Deepal for fixing it quickily since we were about 
to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release 
candidates. Those issues came only in the last build we got on 27th 
April. Your patch was the culprit for this error and we did not 
encounter any errors in those samples after reverting that patch. We 
should be able to reproduce it and report the error if a binary can be 
provided with applying that patch again.


Thanks and regards
Charitha


Deepal Jayasinghe wrote:


Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal

 


Deepal,

I had earlier posted a question about the codegen issue you mentioned
after patches for AXIS2-2055 were applied.
I have since built the codegen module with the patch and didnt notice
any issue and nor were there any issues
building any of other axis2 modules.
So I am still puzzled by what issue the patch may have caused. Would
you please elaborate on that issue you mentioned the patch had caused.

Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
they are in fact not, because of the patch reversal.

Thanks.
Sathija.



- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:

   


Deepal,

Noticed that the patches were applied and then reverted on the 1.2
 


branch?
   


Was anything wrong?

Thanks
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:16:05 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Done , thx very much for your patches.

Thanks
Deepal


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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.

 


http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



--
Thanks,
Deepal

The highest tower is built one brick at a time



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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
   





 





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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-04 Thread Davanum Srinivas

Charitha,

Next time, *please* log the error in the JIRA

thanks,
dims


On 5/4/07, Charitha Kankanamge [EMAIL PROTECTED] wrote:

Sathija,
We were testing a Axis2-1.2 build just before releasing 1.2 and found
out that the pojo, pojoguide and pojoguidespring samples did not work at
all. I can't remember the exception and without reporting it through
JIRA I reported it to Deepal for fixing it quickily since we were about
to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release
candidates. Those issues came only in the last build we got on 27th
April. Your patch was the culprit for this error and we did not
encounter any errors in those samples after reverting that patch. We
should be able to reproduce it and report the error if a binary can be
provided with applying that patch again.

Thanks and regards
Charitha


Deepal Jayasinghe wrote:

Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal



Deepal,

I had earlier posted a question about the codegen issue you mentioned
after patches for AXIS2-2055 were applied.
I have since built the codegen module with the patch and didnt notice
any issue and nor were there any issues
building any of other axis2 modules.
So I am still puzzled by what issue the patch may have caused. Would
you please elaborate on that issue you mentioned the patch had caused.

Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
they are in fact not, because of the patch reversal.

Thanks.
Sathija.



- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:



Deepal,

Noticed that the patches were applied and then reverted on the 1.2


branch?


Was anything wrong?

Thanks
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:16:05 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Done , thx very much for your patches.

Thanks
Deepal


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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.



http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



--
Thanks,
Deepal

The highest tower is built one brick at a time



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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-










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





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

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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-04 Thread Sathija Pavuluri
Charitha,

With the patch applied, I am able to build the samples module successfully. 
Is there anything else I need to test to reproduce the exception?

Thanks,
Sathija.


- Original Message 
From: Charitha Kankanamge [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, May 4, 2007 2:23:07 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Sathija,
We were testing a Axis2-1.2 build just before releasing 1.2 and found 
out that the pojo, pojoguide and pojoguidespring samples did not work at 
all. I can't remember the exception and without reporting it through 
JIRA I reported it to Deepal for fixing it quickily since we were about 
to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release 
candidates. Those issues came only in the last build we got on 27th 
April. Your patch was the culprit for this error and we did not 
encounter any errors in those samples after reverting that patch. We 
should be able to reproduce it and report the error if a binary can be 
provided with applying that patch again.

Thanks and regards
Charitha


Deepal Jayasinghe wrote:

Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal

  

Deepal,

I had earlier posted a question about the codegen issue you mentioned
after patches for AXIS2-2055 were applied.
I have since built the codegen module with the patch and didnt notice
any issue and nor were there any issues
building any of other axis2 modules.
So I am still puzzled by what issue the patch may have caused. Would
you please elaborate on that issue you mentioned the patch had caused.

Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
they are in fact not, because of the patch reversal.

Thanks.
Sathija.



- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:



Deepal,

Noticed that the patches were applied and then reverted on the 1.2
  

branch?


Was anything wrong?

Thanks
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:16:05 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Done , thx very much for your patches.

Thanks
Deepal


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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.

  

http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-





  




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







__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-04 Thread Davanum Srinivas

Sathija,

Could you please deploy them and test them? i believe it was a runtime issue.

-- dims

On 5/4/07, Sathija Pavuluri [EMAIL PROTECTED] wrote:


Charitha,

With the patch applied, I am able to build the samples module successfully.
Is there anything else I need to test to reproduce the exception?

Thanks,
Sathija.


- Original Message 
From: Charitha Kankanamge [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, May 4, 2007 2:23:07 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Sathija,
We were testing a Axis2-1.2 build just before releasing 1.2 and found
out that the pojo, pojoguide and pojoguidespring samples did not work at
all. I can't remember the exception and without reporting it through
JIRA I reported it to Deepal for fixing it quickily since we were about
to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release
candidates. Those issues came only in the last build we got on 27th
April. Your patch was the culprit for this error and we did not
encounter any errors in those samples after reverting that patch. We
should be able to reproduce it and report the error if a binary can be
provided with applying that patch again.

Thanks and regards
Charitha


Deepal Jayasinghe wrote:

Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal



Deepal,

I had earlier posted a question about the codegen issue you mentioned
after patches for AXIS2-2055 were applied.
I have since built the codegen module with the patch and didnt notice
any issue and nor were there any issues
building any of other axis2 modules.
So I am still puzzled by what issue the patch may have caused. Would
you please elaborate on that issue you mentioned the patch had caused.

Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
they are in fact not, because of the patch reversal.

Thanks.
Sathija.



- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:



Deepal,

Noticed that the patches were applied and then reverted on the 1.2


branch?


Was anything wrong?

Thanks
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:16:05 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Done , thx very much for your patches.

Thanks
Deepal


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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.



http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



--
Thanks,
Deepal

The highest tower is built one brick at a time



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




Ahhh...imagining that irresistible new car smell?
Check out new cars at Yahoo! Autos.
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-










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



__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



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

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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-04 Thread Deepal Jayasinghe
Actually error occur when you deploy the service and then generate code
using the wsdl. Then invoke the service using generated stub , after
that we got the error.

Thanks
Deepal

Sathija Pavuluri wrote:

 Charitha,

 With the patch applied, I am able to build the samples module
 successfully.
 Is there anything else I need to test to reproduce the exception?

 Thanks,
 Sathija.


 - Original Message 
 From: Charitha Kankanamge [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, May 4, 2007 2:23:07 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Sathija,
 We were testing a Axis2-1.2 build just before releasing 1.2 and found
 out that the pojo, pojoguide and pojoguidespring samples did not work at
 all. I can't remember the exception and without reporting it through
 JIRA I reported it to Deepal for fixing it quickily since we were about
 to release Axis2-1.2. Those samples worked fine in all axis2-1.2 release
 candidates. Those issues came only in the last build we got on 27th
 April. Your patch was the culprit for this error and we did not
 encounter any errors in those samples after reverting that patch. We
 should be able to reproduce it and report the error if a binary can be
 provided with applying that patch again.

 Thanks and regards
 Charitha


 Deepal Jayasinghe wrote:

 Hi Sathija ,
 
 Once I applied your patch , it broke the Axis2 samples. I think Caritha
 will be able to answer this better than me , since he is the one who
 find the bug :)
 
 Thanks
 Deepal
 
   
 
 Deepal,
 
 I had earlier posted a question about the codegen issue you mentioned
 after patches for AXIS2-2055 were applied.
 I have since built the codegen module with the patch and didnt notice
 any issue and nor were there any issues
 building any of other axis2 modules.
 So I am still puzzled by what issue the patch may have caused. Would
 you please elaborate on that issue you mentioned the patch had caused.
 
 Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
 they are in fact not, because of the patch reversal.
 
 Thanks.
 Sathija.
 
 
 
 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:10:41 PM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
 Yes , there was an issue with the codegen , so I had to revert that.
 
 Thanks
 Deepal
 
 Sathija Pavuluri wrote:
 
 
 
 Deepal,
 
 Noticed that the patches were applied and then reverted on the 1.2
   
 
 branch?
 
 
 Was anything wrong?
 
 Thanks
 Sathija.
 
 
 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:16:05 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
 Done , thx very much for your patches.
 
 Thanks
 Deepal
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 
   
 
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
 
 
 
 --
 Thanks,
 Deepal
 
 The highest tower is built one brick at a time
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
 
 
 
 
 
   
 



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



 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com 


-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-03 Thread Sathija Pavuluri
Deepal,

I had earlier posted a question about the codegen issue you mentioned after 
patches for AXIS2-2055 were applied.
I have since built the codegen module with the patch and didnt notice any issue 
and nor were there any issues
building any of other axis2 modules.
So I am still puzzled by what issue the patch may have caused. Would you please 
elaborate on that issue you mentioned the patch had caused. 

Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but they are 
in fact not, because of the patch reversal.

Thanks.
Sathija.



- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:

 Deepal,

 Noticed that the patches were applied and then reverted on the 1.2 branch?
 Was anything wrong?

 Thanks
 Sathija.


 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:16:05 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Done , thx very much for your patches.

 Thanks
 Deepal


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



 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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







__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-03 Thread Deepal Jayasinghe
Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal

 Deepal,

 I had earlier posted a question about the codegen issue you mentioned
 after patches for AXIS2-2055 were applied.
 I have since built the codegen module with the patch and didnt notice
 any issue and nor were there any issues
 building any of other axis2 modules.
 So I am still puzzled by what issue the patch may have caused. Would
 you please elaborate on that issue you mentioned the patch had caused.

 Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
 they are in fact not, because of the patch reversal.

 Thanks.
 Sathija.



 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:10:41 PM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Yes , there was an issue with the codegen , so I had to revert that.

 Thanks
 Deepal

 Sathija Pavuluri wrote:

  Deepal,
 
  Noticed that the patches were applied and then reverted on the 1.2
 branch?
  Was anything wrong?
 
  Thanks
  Sathija.
 
 
  - Original Message 
  From: Deepal Jayasinghe [EMAIL PROTECTED]
  To: axis-dev@ws.apache.org
  Sent: Friday, April 27, 2007 12:16:05 AM
  Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
  Done , thx very much for your patches.
 
  Thanks
  Deepal
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  
  Ahhh...imagining that irresistible new car smell?
  Check out new cars at Yahoo! Autos.
 
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



 -- 
 Thanks,
 Deepal
 
 The highest tower is built one brick at a time



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



 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-05-03 Thread Davanum Srinivas

Deepal,

Can you please reopen the bugs?

thanks,
dims

On 5/3/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote:

Hi Sathija ,

Once I applied your patch , it broke the Axis2 samples. I think Caritha
will be able to answer this better than me , since he is the one who
find the bug :)

Thanks
Deepal

 Deepal,

 I had earlier posted a question about the codegen issue you mentioned
 after patches for AXIS2-2055 were applied.
 I have since built the codegen module with the patch and didnt notice
 any issue and nor were there any issues
 building any of other axis2 modules.
 So I am still puzzled by what issue the patch may have caused. Would
 you please elaborate on that issue you mentioned the patch had caused.

 Also, the issues AXIS2-2055 and AXIS2-1899 are marked as resolved, but
 they are in fact not, because of the patch reversal.

 Thanks.
 Sathija.



 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:10:41 PM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Yes , there was an issue with the codegen , so I had to revert that.

 Thanks
 Deepal

 Sathija Pavuluri wrote:

  Deepal,
 
  Noticed that the patches were applied and then reverted on the 1.2
 branch?
  Was anything wrong?
 
  Thanks
  Sathija.
 
 
  - Original Message 
  From: Deepal Jayasinghe [EMAIL PROTECTED]
  To: axis-dev@ws.apache.org
  Sent: Friday, April 27, 2007 12:16:05 AM
  Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899
 
  Done , thx very much for your patches.
 
  Thanks
  Deepal
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  
  Ahhh...imagining that irresistible new car smell?
  Check out new cars at Yahoo! Autos.
 
 
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



 --
 Thanks,
 Deepal
 
 The highest tower is built one brick at a time



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



 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 
http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



--
Thanks,
Deepal

The highest tower is built one brick at a time



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





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

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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-04-27 Thread Sathija Pavuluri
Deepal,

Noticed that the patches were applied and then reverted on the 1.2 branch?
Was anything wrong?

Thanks
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:16:05 AM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Done , thx very much for your patches.

Thanks
Deepal


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







__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-04-27 Thread Deepal Jayasinghe
Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:

 Deepal,

 Noticed that the patches were applied and then reverted on the 1.2 branch?
 Was anything wrong?

 Thanks
 Sathija.


 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:16:05 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Done , thx very much for your patches.

 Thanks
 Deepal


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



 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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



Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-04-27 Thread Sathija Pavuluri
Deepal,

Can you be more specific as to what the issue was and how it can be reproduced?

Thanks.
Sathija.


- Original Message 
From: Deepal Jayasinghe [EMAIL PROTECTED]
To: axis-dev@ws.apache.org
Sent: Friday, April 27, 2007 12:10:41 PM
Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

Yes , there was an issue with the codegen , so I had to revert that.

Thanks
Deepal

Sathija Pavuluri wrote:

 Deepal,

 Noticed that the patches were applied and then reverted on the 1.2 branch?
 Was anything wrong?

 Thanks
 Sathija.


 - Original Message 
 From: Deepal Jayasinghe [EMAIL PROTECTED]
 To: axis-dev@ws.apache.org
 Sent: Friday, April 27, 2007 12:16:05 AM
 Subject: Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

 Done , thx very much for your patches.

 Thanks
 Deepal


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



 
 Ahhh...imagining that irresistible new car smell?
 Check out new cars at Yahoo! Autos.
 http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-



-- 
Thanks,
Deepal

The highest tower is built one brick at a time



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







__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-04-26 Thread Sathija Pavuluri
Deepal,

I have updated the issues AXIS2-2055 and AXIS2-1899 with patch file attachments.
Would you please verify and integrate those?

Thanks,
Sathija.

   
-
Ahhh...imagining that irresistible new car smell?
 Check outnew cars at Yahoo! Autos.

Re: Patches provided for issues AXIS2-2055 and AXIS2-1899

2007-04-26 Thread Deepal Jayasinghe
Done , thx very much for your patches.

Thanks
Deepal


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