iam using BeanFactory to et the beans y tranasations & aops are not working
ClassPathResource cpr=new ClassPathResource("<path>");
XmlBeanFactory xnb=new XmlBeanFactory(cpr);
cpr.getBean("<beanName>");
every thing is working fine but transaction is not working not commirring the transaction when needed & not saving the record in database.


Reply With Quote
