-
Sep 23rd, 2008, 07:53 AM
#1
howto reset property after tomcat restart
Hi,
after a Tomcat restart
(transient) spring-injected properties in Beans are null as expected because of Serialization/Deserialization.
What is the best way to get them set again after a Tomcat restart?
- Making lookup manually is possible but seems no good idea for me because of dependency to Spring in code.
- The Property cannot be made serializable.
Hopefully there is a standard solution for that problem that I didn't find in the Forums or docs because it seems to be a general issue to me.
Best regards,
chrst
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules