Hi.
I have a problem deploying Spring based application to Tomcat 6.0.26 /
7.0.0.
Some of my beans have @PostConstruct annotated methods.
Like:
@PostConstruct
public void init() { ... }
The problem is that these methods called twice - first time by Tomcat
annotation processor,
second time - by S
Thanks, I'll do that.
What about "minEvictableIdleTimeMillis" ? Just delete it ?
2010/7/6 Konstantin Kolinko
> 2010/7/6 Yevgen Krapiva :
> > Hi guys.
> >
> > I have a servlet that uses connection pool with the use of MySQL driver.
> > When I start o
2010/7/6 Pid
> On 06/07/2010 08:22, Pid wrote:
> > On 06/07/2010 08:05, Yevgen Krapiva wrote:
> >> Hi guys.
> >>
> >> I have a servlet that uses connection pool with the use of MySQL driver.
> >> When I start or reload Tomcat the application works fin
Hi guys.
I have a servlet that uses connection pool with the use of MySQL driver.
When I start or reload Tomcat the application works fine, then if I
redeploy my application it cannot get a connection from a DataSource object.
The following exception is thrown:
java.lang.IllegalStateException: Ti