Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,497

    EJB stateless session beans provide standards...

    EJB stateless session beans provide standards based remoting, transaction management and security. It fits well for communication between applications. Personally I like the container managed...
  2. Replies
    1
    Views
    1,767

    Spring unit testing EJB with mappedName

    I have an EJB with a reference to another EJB through @EJB annotation +mappedName attribute.

    When I try to unit test the EJB out-of-container using SpringJUnit4ClassRunner, autowiring the bean...
  3. Replies
    1
    Views
    3,868

    Weblogic EJB3 refresh-home-on-connect-failure

    I'm trying to use jee:remote-slsb with Weblogic 10 EJB3. This configuration seems to work with Spring 2.5.5:

    <jee:remote-slsb id="arenaService"
    ...
Results 1 to 3 of 3