Search:

Type: Posts; User: naveen2097; Keyword(s):

Search: Search took 0.06 seconds.

  1. Conflict with @WebService and @Interceptors(SpringBeanAutowiringInterceptor.clas 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...
  2. We are inclining towards doing some thing like...

    We are inclining towards doing some thing like this:

    <aop:config>
    <aop:pointcut id="testPointcut"
    expression="execution(* com.test.repository.*(..))" />
    <aop:advisor...
  3. Multiple Transaction managers Spring 2.5.x Bug

    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...
Results 1 to 3 of 3