i have some problem with Spring IOC
i use struts 2.x, hibernate 3.x and spring 2.x
my problem is
the destroy-method in my class don't respon anything
it's looks like spring doesn't recognize my destroy method
<bean id="persistenceManager"
class="com.bba.persistence.hibernate.HibernatePersistenceManager"
init-method="init"
destroy-method="destroy"
singleton="false">
<property name="sessionFactory" ref="mySessionFactory"/>
</bean>
i already implement org.springframework.beans.factory.DisposableBean in my class
can anyone help me
---------------------------------
Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.