securez / curso-java

1 stars 1 forks source link

Fix weather-web HCDownloader problem. #21

Closed securez closed 11 years ago

securez commented 11 years ago

HCDownloader is disposed on each job execution and this exception is throw:

java.lang.IllegalStateException: Connection pool shut down

  1. Fix this downloader-lib problem.
  2. Change scope of downloader to be ApplicationScoped due it's thread safe.