|
From: <tri...@tr...> - 2003-08-05 16:32:45
|
All, I am extending the com.interface21.ejb.support.AbstractStatelessSessionBean class for my SLSB. I'm also trying to use XDoclet, but the home/remote interfaces that are generated insists on extending some phantom Spring interfaces and I can not figure out how to get XDoclet to extend the regular javax.ejb.EJBHome and javax.ejb.EJBObject. This is what I have: public class MyServiceBean extends com.interface21.ejb.support.AbstractStatelessSessionBean This is what I get: public interface MyServiceHome extends com.interface21.ejb.support.AbstractStatelessSessionHome public interface MyService extends com.interface21.ejb.support.AbstractStatelessSession Anybody using XDOclet together with Spring? Any ideas? Thomas |