Corbaname of an EJB3 session bean

2008-03-27 Thread Jean-Sebastien Delfino
Given the following EJB3 session bean, deployed to Geronimo v2.1: @Stateless(name=MyCatalogEJB) public class MyCatalogEJBImpl implements CatalogEJB { ... } Having been able to lookup that EJB from a J2SE client as follows: Properties properties = new Properties();

Re: Corbaname of an EJB3 session bean

2008-03-27 Thread Jean-Sebastien Delfino
David Jencks wrote: You have to set up a TSSGBean to configure the csiv2 security for your ejb and add a TSSLink gbean to associate the ejb with the security config. I think there's a fairly complete example in the testsuite. hope this helps david jencks Thanks, I am now able to activate

Re: servicemix-sca: updating tuscany dependency

2007-06-28 Thread Jean-Sebastien Delfino
[snip] Brian O'Neill wrote: OK, per Guillaume's suggestion perhaps we start anew basing everything on 0.90 sca. So, what are peoples thoughts towards the design of the translation layer? Should we leverage Tuscany's parsing capabilities to read in the SCA contribution? Then, from the parsed

Re: servicemix-sca: updating tuscany dependency

2007-06-27 Thread Jean-Sebastien Delfino
[snip] Guillaume Nodet wrote: Jean-Sebastien said that the apis are quite stable now, so I guess the best way would be upgrade to the latest released version. Maybe Jean-Sebastien can provide more inforamtions here. Imo, the tuscany code has changed so much so that it may be better to try

Re: Geronimo/Tuscany integration

2007-06-26 Thread Jean-Sebastien Delfino
Raymond is away for one more week, so I'll try to answer some of these questions. Manu George wrote: Hi Raymond/Jay, I would like to join this effort. I would like to discuss what is expected of the deep integration. I will just list down my understanding of both the current and

Re: [DISCUSS] Geronimo-Tuscany integration

2007-06-26 Thread Jean-Sebastien Delfino
Comments inline. Vamsavardhana Reddy wrote: Hi, Myself and Manu have done some work (a small PoC) on Geronimo Tuscany integration. As a first step, we have created a plugin for Geronimo that will let the user to deploy standalone tuscany modules into Geronimo and use the deployed services by