在做EJB + struts + spring整合时候,在applicationContext.xml中出现错误,路过的兄弟门,进来看看。

<!-- 注入jndi-->   
<jee:jndi-lookup jndi-name="Strutsandejb/CustomersDaoImpl/remote" id="customersDaoImpl"  
    lookup-on-startup="true" cache="true" proxy-interface="com.qcs.daoimpl.CustomersDaoImpl" environment-ref="evn">
</jee:jndi-lookup>   

在注入JNDI 时候

No setter found for property'exposeAccessContext' in class 'org.springframework.jndi.jndiObjectFactryBean'

各位大哥,求解啊!

问题关闭!