On my stateless EJB when i am tried to use @Interceptors(SpringBeanAutowiringInterceptor.class) and
@WebService annotations together, during the deployment time into glassfish as a EJB jar i am...
Type: Posts; User: naveen2097; Keyword(s):
On my stateless EJB when i am tried to use @Interceptors(SpringBeanAutowiringInterceptor.class) and
@WebService annotations together, during the deployment time into glassfish as a EJB jar i am...
We are inclining towards doing some thing like this:
<aop:config>
<aop:pointcut id="testPointcut"
expression="execution(* com.test.repository.*(..))" />
<aop:advisor...
When we upgraded 2.0 to spring 2.5.4 were unable to persist JPA Entities.
This was because spring no longer will load both of the transaction managers. It seams that only the first transaction...