Re: OpenEJB+Tomcat+Oracle+Toplink

2009-02-22 Thread petko
Ok. I make a mistake when i write this post. The datebase name is ok. I try witout this line property name=Context.INITIAL_CONTEXT_FACTORY value=org.apache.openejb.client.LocalInitialContextFactory / and everything is the same. openejb.log output: 2009-02-22 17:39:59,171 - INFO - Found

OpenEJB+Tomcat+Oracle+Toplink

2009-02-20 Thread petko
Hello , In my project i am using OpenEJB with Tomcat and Oracle 10g with Toplink as provider I have problems configuring the persistence units and/or datasources. I am not quite sure what the problem is. The structure of ejb jar folder is: -projectjar.jar --com --META-INF, where

Re: OpenEJB+Tomcat+Oracle+Toplink

2009-02-20 Thread David Blevins
The datasource names in your persistence.xml (DBFirst, DBSec) do not match the names of the datasources you configured in your openejb.xml (DBM, DBL). I'm suspicious of this line in the persistence.xml: property name=Context.INITIAL_CONTEXT_FACTORY

Re: OpenEJB on Oracle

2009-02-11 Thread JensToerber
/persistence Any help welcome. Thanks in advance. Jens Toerber -- View this message in context: http://www.nabble.com/OpenEJB-on-Oracle-tp20294024p21952439.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: OpenEJB on Oracle

2009-01-26 Thread David Blevins
On Jan 19, 2009, at 2:20 PM, JensToerber wrote: 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 Resource id=BedsMailSession type=javax.mail.Session # mail.host=

Re: OpenEJB on Oracle

2009-01-19 Thread JensToerber
/TimerBeanLocalTest.java TimerBeanLocalTest.java -- View this message in context: http://www.nabble.com/OpenEJB-on-Oracle-tp20294024p21552837.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: OpenEJB on Oracle

2009-01-09 Thread JensToerber
did not manage to run OpenEJB on Oracle in JUnit-Test if i configure it like this: p.put(DATASOURCE, new://Resource?type=DataSource); p.put(DATASOURCE + .JdbcDriver, oracle.jdbc.OracleDriver); // it is not working thin driver is complaining about missing username

Re: OpenEJB on Oracle

2008-12-28 Thread JensToerber
Hi again, because of time issues i changed temporarily back to JBoss with an EAR. I will change this, when i am ready with the first step of development. What i found out: I did not manage to run OpenEJB on Oracle in JUnit-Test if i configure it like this: p.put(DATASOURCE, new://Resource?type

Re: OpenEJB on Oracle

2008-12-28 Thread JensToerber
Hi again, because of time issues i changed temporarily back to JBoss with an EAR. I will change this, when i am ready with the first step of development. I changed to Hibernate in OpenEJB3.1-JUnit-Tests and it works fine so far. What i found out: I did not manage to run OpenEJB on Oracle

Re: OpenEJB on Oracle

2008-12-28 Thread David Blevins
On Dec 28, 2008, at 2:12 PM, JensToerber wrote: Hi again, Hi Jens! I did not manage to run OpenEJB on Oracle in JUnit-Test if i configure it like this: p.put(DATASOURCE, new://Resource?type=DataSource); p.put(DATASOURCE + .JdbcDriver, oracle.jdbc.OracleDriver

Re: OpenEJB on Oracle

2008-12-10 Thread David Blevins
(excuse the delay - vacation) On Nov 22, 2008, at 6:54 AM, JensToerber wrote: Hint: If you try to run it as openejb-3.1.war you get trouble with the installer.jsp, because the install-Button there expects ContextPath /openejb. It's better to run it as openejb.xml, because otherwise you get

Re: OpenEJB on Oracle

2008-11-22 Thread JensToerber
/CategoryDaoLocal.java CategoryDaoLocal.java http://www.nabble.com/file/p20637148/DaoAll.java DaoAll.java http://www.nabble.com/file/p20637148/openejb.xml openejb.xml -- View this message in context: http://www.nabble.com/OpenEJB-on-Oracle-tp20294024p20637148.html Sent from the OpenEJB User

Re: OpenEJB on Oracle

2008-11-15 Thread JensToerber
welcome. Thanks in advance. Jens Toerber http://www.nabble.com/file/p20516594/openejb.log openejb.log http://www.nabble.com/file/p20516594/openejb.log openejb.log -- View this message in context: http://www.nabble.com/OpenEJB-on-Oracle-tp20294024p20516594.html Sent from the OpenEJB User

OpenEJB on Oracle

2008-11-02 Thread JensToerber
/persistence-unit /persistence Any help welcome. Thanks in advance. Jens Toerber -- View this message in context: http://www.nabble.com/OpenEJB-on-Oracle-tp20294024p20294024.html Sent from the OpenEJB User mailing list archive at Nabble.com.