Exception logged as DEBUG??

2009-02-05 Thread Thomas.TH.Hamacher
Hi, is it meant to be, that this kind of exception is only printed to DEBUG? With the normal configuration, openEJB simply freezes in this state and no error or any other hint is displayed to the user nor does the application stop. Only when I set the log level to DEBUG, I suddenly saw, what´s go

Re: Problem with entityManager and Open EJB 3.1

2009-02-05 Thread Thomas.TH.Hamacher
Hi Olivier, I´m currently struggling with using the Extended PersistenceContext in multiple SFSB. Can you tell me, if it is working for you and what you did to make it work. As soon as I try to inject the same EntityManager into another SessionBean I get the following error: DEBUG - finished in

Re: Problem with entityManager and Open EJB 3.1

2009-02-05 Thread Olivier THIERRY
Hi Thomas, All my SFSB are also Seam components and live in conversation context. So the extended persistence context is kept in a Seam conversation. For what I understood, if you don't use Seam you have to propagate the persistence context yourself. You can read this in Seam documentation : "Se

Re: Obtaining EntityManager programatically for test purposes

2009-02-05 Thread Jazon
anybody know this? I also need to get entityManager using JNDI. On Tue, Feb 3, 2009 at 7:56 AM, wrote: > Hi @all, > > as a lot of folks I am not really satisfied with how JBoss currently cares > about their embedded application server. > So I finally decided not to struggle around anymore, but

Re: Tomcat and openEJB - how to do this simple config?

2009-02-05 Thread jpmad4it
Can anyone help, I'm still struggling with this?? EDIT: I think I managed to call the Calculator web service through PHP. I used the script soap.php: http://ww3.mysite.com/Calculator?wsdl";); var_dump($client->__getTypes()); ?> When I access soap.php in the browser I get: array(4) { [0]=> st

ClassNotFoundException when deploying openejb.war

2009-02-05 Thread Alberto López
Hi, I'm new to OpenEJB and I would like to use it in my organization. But the first steps have been somewhat complicated, every time I deploy the openejb.war I get the error below. I'm using Tomcat 6.0.18 under Windows XP. I also tried Tomcat 5.5 on the same machine, but with the same result.

Re: Tomcat - Injection: No such property

2009-02-05 Thread David Blevins
On Jan 31, 2009, at 2:49 AM, JensToerber wrote: Hi, i am facing the same problem in Tomcat 6.0.18. EntityManager does not get injected: "no such property". Openejb 3.1 works in a test application with EJB-, EntityManager-, DataSource-, javax.Mail.Session-, Queue-injection. Now i have the