You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by David Blevins <da...@visi.com> on 2010/01/13 20:00:25 UTC

ServiceManagerProxy + Spring

Leopoldo hit me up on IRC and showed me some spring integration code  
that he's been working on (http://gist.github.com/275354).  Part of it  
boots the ServiceManager from Spring.  The thing preventing us from  
checking that into the openejb-spring package is that it's part of  
container/* and can't have a dep on anything in server/*.

No worries though as the LocalInitialContext already had functionality  
to boot the ServiceManager reflectively for the embedded remotable  
functionality.  I just went and abstracted it out and cleaned it up a  
bit so that it could be reused in the spring code, so hopefully we'll  
see some identical embedded remotable functionality in the spring  
integration.  I know a few people have requested it.

Anyway, hello and welcome to Leopoldo!

-David