Re: Thank you for not supporting me in any way

2009-02-12 Thread Jonathan Gallimore
Hi Alberto, Firstly, Many apologies for the delay in responding to your question. I'm not sure exactly what has caused your issue, but the general installation instructions for Tomcat are: - Copy openejb.war (if the filename is different I tend to rename it) to /path/tomcat/webapps (I do

Re: Extended PersistenceContext and Transactions

2009-02-12 Thread Karan Malhi
Hi Thomas, The issue was related to how to run test within a transaction. You were trying to obtain a TransactionManager from OpenEJB and then beginning a transaction from there. I have modified your test to show how you can call your test within container managed transactions. The code which I

Re: Exception logged as DEBUG??

2009-02-12 Thread David Blevins
Hi Thomas, System exceptions from business methods should reach the client where they can be handled and logged and therefore are logged on the server's log file as debug. If the exception is getting swallowed before reaching the client, than that would be a definite issue. We are

Re: R: R: How to enable/disable Hibernate EntityManager

2009-02-12 Thread David Blevins
Thanks, Paolo, for taking a shot at helping out Thomas. You set a good example and it's very appreciated! Thomas, we don't have any code that changes the provider on persistence-units. Can you post your log output? There should be some lines that look like: Configuring

Fwd: Thank you for not supporting me in any way

2009-02-12 Thread David Blevins
Alberto, Lo siento por todo. The quality and speed of responsiveness on the users list is something that has been a strength in the project, but the user base has grown considerably since our 3.1 release and it is leading to slower response times. To survive this growth we are going to

Re: Cannot instantiate class: org.openejb.client.LocalInitialContextFactory

2009-02-12 Thread Karan Malhi
Hi, Here is what you would need to do to make it work. Firstly, you would need to add the following jars in the root directory of your webapp -- javaee-api.jar and openejb-client.jar (you can copy these from Tomcat-install/webapps/openejb/lib ). Update the Applet code as shown (notice that we

Re: Eclipse WTP + Tomcat Debug

2009-02-12 Thread Karan Malhi
I am using maven-tomcat-plugin in eclipse and its working fine. I have not run it in debug mode, but I have to redeploy the app if I make a change to any .class or update a jar in the lib. Here is the tomcat documentation which says that in development mode, tomcat would reload teh app if

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

2009-02-12 Thread David Blevins
On Feb 5, 2009, at 8:38 AM, jpmad4it wrote: Can anyone help, I'm still struggling with this?? Hi Jp, and thanks again for the patience. Answering the middle question first as the first and last question seem related. EDIT2: I am now trying to setup the injection-of-datasource example,

Re: Deploy Testing Security Example in Geronimo

2009-02-12 Thread David Blevins
Replied on the u...@geronimo.a.o list and Cc'ed you. Hopefully we can get you the help you need there. -David On Feb 12, 2009, at 1:13 AM, winni wrote: Hi, all. I am sorry to trouble you. I tried to deploy the Testing Security Example in Geronimo. But it shows as below: Deployment