Hi Romain, Thank you for your quick reply, it really encourages new member like me. Below is my openejb.log, everything is correct i think:
http://openejb.979440.n4.nabble.com/file/n3647921/openejb.log openejb.log My movies.xml: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"> <context:annotation-config/> <bean name="TransactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManager"/> <bean name="SecurityService" class="org.apache.openejb.core.security.SecurityServiceImpl"/> <bean name="classPathApplication" class="org.apache.openejb.spring.ClassPathApplication"/> </beans> -- View this message in context: http://openejb.979440.n4.nabble.com/how-to-get-local-remote-ejb-stored-in-spring-from-a-servlet-openejb-spring-integration-tp3647869p3647921.html Sent from the OpenEJB User mailing list archive at Nabble.com.
