Re: OpenEJB on Oracle

2009-02-11 Thread JensToerber
module, where we generate a lot of E-Mails and need long running transactions. We still have to test this and some other stress tests. I'll report the results. Best regards, Jens JensToerber wrote: > > Hi altogether, > > i am using OpenEJB 3.x as standalone edition for JUnit

Re: Tomcat - Injection: No such property

2009-02-11 Thread JensToerber
evins wrote: > > > 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 te

Re: Tomcat - Injection: No such property

2009-01-31 Thread JensToerber
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 situation to port an existing application which uses Sp

Re: JNDI lookup in Tomcat

2009-01-19 Thread JensToerber
Hi David, i don't think it's critical. My/our situation is like this. We have a running application on JBoss 4.2 which does not support @EJB in Web-Tier. Now JBoss 5 is out and it should work there. To migrate our application on Tomcat and/or to use @EJB in Web-Tier we would have to put a little

Re: OpenEJB on Oracle

2009-01-19 Thread JensToerber
Hi David, thanks a lot for your support: I) i tried the javax.mail.Session Resource: What i found out: a) If you specify the pass-through Properties in # mail.host="" mail.pop3.user=jens.toerber mail.pop3.host=pop.web.de mail.pop3.port=110 mail.smtp.hos

Re: OpenEJB on Oracle

2009-01-19 Thread JensToerber
Hi David, thanks a lot for your support: I) i tried the javax.mail.Session Resource: What i found out: a) If you specify the pass-through Properties in # mail.host="" mail.pop3.user=jens.toerber mail.pop3.host=pop.web.de mail.pop3.port=110 mail.smtp.hos

Re: OpenEJB on Oracle

2009-01-09 Thread JensToerber
test Mail Session. Additionally access to InnermostConnection (we are using some features of the Oracle Driver). JSF 1.2 and EJB-Injection currently no problem. Best regards, Jens JensToerber wrote: > > Hi David, > > thanks a lot. Yes, had a little problems with my logging and so

Re: JNDI lookup in Tomcat

2009-01-09 Thread JensToerber
Hi, i can confirm this behaviour. Is it really the intention to use org.apache.openejb.client.LocalInitialContextFactory. I thought this is only for standalone local testing. Any news about looking from Web-Tier via IntialContext()? Best regards, Jens Zog wrote: > > In a servlet listener for

Re: OpenEJB on Oracle

2009-01-09 Thread JensToerber
about several applications querying using different servers) or does each client have to take care of the mail settings? Could not find very much about this topic. Thanks in advance. Best regards, Jens David Blevins wrote: > > > On Dec 28, 2008, at 2:12 PM, JensToerber wrote: > &g

Re: OpenEJB on Oracle

2008-12-28 Thread JensToerber
Queues in advance to be persistent. Non-persistent are created on the fly. There is a service-jar.xml in openejb.war\org.apache.openejb.tomcat\META-INF or openejb.war\WEB-INF\classes\META-INF\org.apache.openejb.tomcat\META-INF. Until now i had no time to test OpenEJB with Transaction-Logge

Re: OpenEJB on Oracle

2008-12-28 Thread JensToerber
y. There is a service-jar.xml in openejb.war\org.apache.openejb.tomcat\META-INF or openejb.war\WEB-INF\classes\META-INF\org.apache.openejb.tomcat\META-INF. Until now i had no time to test OpenEJB with Transaction-Logger-Configuration-Workaround. I'll do this if i am ready with my first step

Re: OpenEJB on Oracle

2008-11-22 Thread JensToerber
context and my collegue is looking forward to this feature. Currently we are doing this by Spring JNDI-Factory-Bean. One of our customers insists on Tomcat and not to use JBoss. So still some work to do. In different project we want to save system resources. So would be great to get this environ

Re: OpenEJB on Oracle

2008-11-15 Thread JensToerber
u know that in the Documentation the Oracle Datasource has the MySQL Driver and not the Oracle Driver. Is there any working sample with an Oracle Datasource, which i could try? Any help welcome. Best regards, JT JensToerber wrote: > > Hi altogether, > > i am using OpenEJB 3.x as sta

OpenEJB on Oracle

2008-11-02 Thread JensToerber
Hi altogether, i am using OpenEJB 3.x as standalone edition for JUnit tests and i tried to get OpenEJB Examples running on Tomcat 6.0.x. on Oracle 10g. I have problems configuring the persistence units and/or datasources. I am not quite sure what the problem is: persistence.xml: http://java.su