Hi,

I have a remote EJB on app server A and my Spring based web-app is on app server B.

I followed the documentation in relation to
<jee:remote-slsb/> however when booting Spring it complains that the EJB doesn't have an home interface and it can't find a 'No-arg create method'. The EJB is 3.0 and I believe the home interface is a 2.x spec creation.

If I use <jee:jndi-lookup /> then I can access the EJB, however I would like to be able to use the proper tags.

All I can ask is what am I missing?

If you look at http://forum.springsource.org/showthread.php?t=76181 This explains a bit more about my method.

Cookie