Re: Using local EJBs in web application

2012-02-16 Thread Violeta Georgieva
Hi, >Which one? Tomcat + OpenEJB in OSGi environment >Looks like your integration isn't exactly complete. Yep it cannot reach the OpenEjb at all because there is no binding in the naming for local EJBs >Local EJB refs aren't bound, only (non-local) EJB refs? Yep >Looks like nobody has done a

RE: Using local EJBs in web application

2012-02-16 Thread Caldarale, Charles R
> From: Violeta Georgieva [mailto:miles...@gmail.com] > Subject: Re: Using local EJBs in web application > > It's probably just my issue but I am not seeing your > > war file as valid. > What do you mean? I think it means we've got another Martin G on our hand

Re: Using local EJBs in web application

2012-02-16 Thread Violeta Georgieva
>It's probably just my issue but I am not seeing your war file as valid. What do you mean?

Re: Using local EJBs in web application

2012-02-15 Thread Code Animal
It's probably just my issue but I am not seeing your war file as valid. On 2/15/2012 3:11 PM, Violeta Georgieva wrote: Hi, I integrated Tomcat 7.0.25 with an EJB container. I have simple web application that uses ejb-local-ref (see the attachment). Unfortunately when I request the web applicati

Re: Using local EJBs in web application

2012-02-15 Thread Code Animal
On 2/15/2012 3:11 PM, Violeta Georgieva wrote: Hi, I integrated Tomcat 7.0.25 with an EJB container. I have simple web application that uses ejb-local-ref (see the attachment). Unfortunately when I request the web application it cannot find the ejb at all: javax.naming.NameNotFoundException: N

Re: Using local EJBs in web application

2012-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violetta, On 2/15/12 3:11 PM, Violeta Georgieva wrote: > I integrated Tomcat 7.0.25 with an EJB container. Which one? > I have simple web application that uses ejb-local-ref (see the > attachment). > > Unfortunately when I request the web applicati