Issue with @Autowired.
I am trying to inject the Spring Beans in EJB but getting an error. I have configured the interceptor as well.
javax.ejb.EJBTransactionRolledbackException: EJB Exception: ;...
Type: Posts; User: akilajani; Keyword(s):
Issue with @Autowired.
I am trying to inject the Spring Beans in EJB but getting an error. I have configured the interceptor as well.
javax.ejb.EJBTransactionRolledbackException: EJB Exception: ;...
I have an application that is built in struts-spring- hibernate framework. i have used HibernateTransactionManager and TransactionProxyFactoryBean to maintain the transaction. The mapping for the...