A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
@PreDestroy annotation
Paolo Pinkel
Ranch Hand
Joined: May 04, 2011
Posts: 35
posted
Jun 15, 2011 09:24:39
0
Can I just use the @PreDestroy annotation for any void method inside any bean? Do I have to register it or something?
Because my @PreDestroy method won't be invoked.
I put it in a @ViewScoped bean. When I navigate away, the method is not called.
@PreDestroy public void release() { // }
Any ideas why? I'm using
JSF
2 on a
Tomcat
7.
I agree. Here's the link:
http://aspose.com/file-tools
subject: @PreDestroy annotation
Similar Threads
When all @PreDestroy gets called?
@PreDestroy not found in javaee.jar ( Sun JavaEE 5 SDK update 1)
Callbacks with System Exceptions
Confusion between PreDestroy and Remove annotation
Beginning EJB 3 Application Development: From Novice to Professional - Errata
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter