RE: [OpenEJB-user] CMP example with OpenEJB 0.8.2, PostgreSQL 7.2.2 and cygwin. Hints Please

2002-09-20 Thread David Blevins
Andrew Sleeman wrote: > > I have attempted the change you suggested: >[Supports] > > Unfortunately it did not appear to make any difference for me. > In that case, I would check your PostgreSQL setup. If you go to the following page, there is a "Confirming Your Installation" section. I

RE: [OpenEJB-user] CMP example with OpenEJB 0.8.2, PostgreSQL 7.2.2 and cygwin. Hints Please

2002-09-19 Thread David Blevins
Hi Andrew, Thank you very much for reporting this, it pointed out a bigger issue that needs to be addressed. It looks like the exception handling that goes with the commit failure needs to be cleaned up. The way it is now, it's not possible to debug the problem as all the details of the excep

AW: RE: RE: [OpenEJB-user] CMP example

2002-09-03 Thread Daniel S. Haischt
-- > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Cabrera, > Alan > Gesendet: Dienstag, 3. September 2002 17:54 > An: 'Partha Sarathi Bhakat' > Cc: [EMAIL PROTECTED] > Betreff: RE: RE: RE: [OpenEJB-user] CMP ex

RE: RE: RE: [OpenEJB-user] CMP example

2002-09-03 Thread Cabrera, Alan
TED]] Sent: Friday, August 30, 2002 9:31 AM To: Alan Cabrera Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: [OpenEJB-user] CMP example Hi Alan, Now I have downloaded the 0.8.1 version. I too got the same error as Zahid had regarding the javax.sql.DataSource. I just added the j2ee.jar to the end of the

Re: RE: RE: [OpenEJB-user] CMP example

2002-08-30 Thread Partha Sarathi Bhakat
Hi Alan, Now I have downloaded the 0.8.1 version. I too got the same error as Zahid had regarding the javax.sql.DataSource. I just added the j2ee.jar to the end of the classpath in ejbserver.bat and test.bat. It "openejb test" worked fine. I put j2ee.jar to end of te classpath so that only Dat

RE: RE: [OpenEJB-user] CMP example

2002-08-30 Thread Alan Cabrera
Hey Partha, > -Original Message- > From: Partha Sarathi Bhakat [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 12:46 AM > > Hi All, > As LASKOWSKI,JACEK points out to use a xaDataSource, if I am not > wrong, can we not use j2ee.jar in the classpath to solve the > DataSource

RE: [OpenEJB-user] CMP example

2002-08-30 Thread Alan Cabrera
Zahid,   Can you send me your runcmp script?     Thanks, Alan -Original Message-From: Alan Cabrera [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 29, 2002 11:13 PMTo: 'Zahid Rahman'; [EMAIL PROTECTED]Subject: RE: [OpenEJB-user] CMP example Good news

RE: [OpenEJB-user] CMP example

2002-08-30 Thread LASKOWSKI,JACEK (HP-Poland,ex1)
Zahid Rahman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 12:23 PM > To: LASKOWSKI,JACEK (HP-Poland,ex1) > Cc: [EMAIL PROTECTED] > Subject: Re: [OpenEJB-user] CMP example > > > Essentially this the error message I have after doing some > trouble

Re: RE: [OpenEJB-user] CMP example

2002-08-29 Thread Partha Sarathi Bhakat
Hi All, As LASKOWSKI,JACEK points out to use a xaDataSource, if I am not wrong, can we not use j2ee.jar in the classpath to solve the DataSource problem. Here I have one small question to ask on the xml parsing that j2ee does. As this project might be using different xml implementation differe

RE: [OpenEJB-user] CMP example

2002-08-29 Thread Alan Cabrera
Good news Zahid.  It looks like I'm able to reproduce this, although I'm not sure how I did this:   "_""|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|"" ""Running EJB compliance tests on EJB Server""__

RE: [OpenEJB-user] CMP example

2002-08-27 Thread Alan Cabrera
Zahid,   This seems weird.  It should work.  Can you send us your runcmp script?   Another thing to try is to not set the CLASSPATH but instead:   C:\jdk1.3.1_04\bin\java -classpath %CP% -Dopenejb.home=C:\openejb org.acme.employee.EmployeeClient     Thanks, Alan -Original Message