RE: Re: EJB and restlet

2009-03-26 Thread Jerome Louvel
- De : Runar Halse Kristiansen [mailto:runa...@gmail.com] Envoyé : mercredi 25 mars 2009 07:22 À : discuss@restlet.tigris.org Objet : RE: Re: EJB and restlet Thanks for your input. I'm running the restlet on Glassfish. My web-xml is configured to run in a servlet container with a servlet

RE: Re: EJB and restlet

2009-03-25 Thread Runar Halse Kristiansen
Thanks for your input. I'm running the restlet on Glassfish. My web-xml is configured to run in a servlet container with a servlet of the class com.noelios.restlet.ext.servlet.ServerServlet. This is how the firststeps example on restlet.org page describes it. So this means that the restlet is

EJB and restlet

2009-03-23 Thread webpost
Hi I'm trying to use an existing EJB of mine in a restlet context. I'm quite noob in restlets so I'm not even sure this is supposed to work. When using @EJB annotation to inject the ejb reference I get a null-pointer. The EJB is deployed properly on my Glassfish application server, and the

Re: EJB and restlet

2009-03-23 Thread John D. Mitchell
On Monday 2009.03.23, at 10:38 , webp...@tigris.org wrote: [...] I'm trying to use an existing EJB of mine in a restlet context. I'm quite noob in restlets so I'm not even sure this is supposed to work. When using @EJB annotation to inject the ejb reference I get a null- pointer. The EJB is

EJB and Restlet

2009-03-23 Thread Runar Halse Kristiansen
Hi I'm trying to use an existing EJB of mine in a restlet context. I'm quite noob in restlets so I'm not even sure this is supposed to work. When using @EJB annotation to inject the ejb reference I get a null-pointer. The EJB is deployed properly on my Glassfish application server, and the