Plug Bean to JBoss with JNDI
问题 I wonder how object (if it matter I need EJB) can be plugged to JBoss (5.0) with JNDI? I have following bean definition in my Spring applicationContext.xml : <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager"> <property name="entityManagerFactory" ref="entityManagerFactory" /> </bean> <tx:annotation-driven transaction-manager="transactionManager" /> <context:annotation-config/> <bean id="myServiceFacade" class="org.springframework.jndi