users@glassfish.java.net

Re: Filters not destroyed on force deploy

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Mon, 04 Oct 2010 23:40:17 +0200

Yes, the same command, but with GF 3.0.1.
Maybe the tricky part is that my Filter is not inside the EAR, but
resides in the domains/domain1/lib directory (and tries to load new
classes for shutdownmgmt)?

Thanks,
Peter

2010-10-04 23:34 keltezéssel, Shing Wai Chan írta:
> In 3.1, I do see Filter.destroy() is called when I run asadmin deploy
> --force=true ...
> Do you use the above command to force redeploy?
> Shing Wai Chan
>
>
> On 10/4/2010 2:16 PM, Major Péter wrote:
>> Hi,
>>
>> I'm guessing this currently, but it looks like, that GlassFish does not
>> destroys the applications filters when force redeploying the
>> application. Sadly this means for me, that the application is not
>> releasing it's resources, and thus it fails while it tries to recollect
>> them.
>> Is this the expected behavior? Can someone confirm this?
>>
>> Thanks,
>> Peter