On Thu, Apr 2, 2009 at 10:35, Jean-Baptiste Onofré <[email protected]> wrote: > Hi Charles, > > could you give some details around several points : > > >> - Add EJB3 support, > > What do you mean by EJB3 support ? > If you talk about using EJB3 inside SMX, you can already do it (you can > setup a EJB client). If you talk about deploying EJB3 inside SMX, I'm not > sure that it's a good idea as there are good EJB container/application > servers that doing that.
I kinda disagree. I think supporting the EJB3 programming model (by leveraging an existing EJB container such as OpenEJB) and allow easy deployment inside ServiceMix, along with exposing those EJB3 directly as NMR/JBI endpoints would be really nice. Kinda like what servicemix-cxf-se provides, but with full support for EJB3. We could also directly allow EJB3 to be exposed as web services, as we already integrate CXF ... > >> - Provide web admin interface, > > I'm agree, I will try to begin a proto soon. There is a GsoC project for that, see http://cwiki.apache.org/confluence/display/SM/Google+Summer+Of+Code+2009 I'd like not to step on our students work if possible ;-) As I said, I think reusing the felix web console would allow us to not rewrite the full thing. I would have loved a gwt based console, but not sure it's worth spending time to rewrite it from scratch ... >> - Rotation of the file logs (defined through etc config file or web >> administration console) > > I think that it's already possible by changing the > org.ops4j.pax.logging.cfg. You can define a RollingFileAppender for example. > > Thanks, > Regards > JB > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
