This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Embeddable Container and Spring?!alesj Apr 4, 2006 4:09 AM (in response to mugwump)I haven't really looked how JBoss-Spring integrates with embedabble EJB3 container (ec). But I believe SpringInterceptors should have no problems. 
 Non-interceptor injection is done with JBossAOP, so you should look how aop integrates with ec.Configuring the microcontainer from spring would also be nice. 
 Working on it. :-)
 http://jboss.com/index.html?module=bb&op=viewtopic&t=79395The SpringIntegration would be a nice starting point for this, but the distribution only contains .class - is that open source, or is there at least a possibility to look into that code? 
 It's all in the CVS.
 http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository
 
    