JNDI NameNotFoundException with Axis2 1.6.2 JAXWS webservice.

2012-06-21 Thread praveen vijayan
Hi, I am facing a problem with JNDI lookup after we moved our JAX-WS based web service from Axis2 1.6.1 to axis 1.6.2 library. Following is the exception that gets thrown from the Impl class : Caused by: javax.naming.NameNotFoundException: Name java:comp is not bound in this Context     at org

AW: How to cookie renewal?

2012-06-21 Thread Stadelmann Josef
Hi Zsolt, 1. I don't have the solution to your problem, but maybe a meager hint. The problem is that this cookie expires after some time. The simplest solution would be to renew the cookie at a frequency higher than the cookie timeout period. You can achieve this by running in a separate client

Re: How to cookie renewal?

2012-06-21 Thread Zsolt Kúti
Has anybody seen this problem? I've been trying to find the way in the API to getting the http response header with no success yet. Any help appreciated! Zsolt Wed, 20 Jun 2012 10:34:26 +0200 -n Zsolt Kúti írta: > Hello, > > In my application I can successfully call a WCF WS. The session sta