RE: arrg please help

2002-04-03 Thread John Creaner
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ofur-Bjarni Sent: 03 April 2002 08:35 To: Orion-Interest Subject: arrg please help I have an existing database and I am trying to make an entity bean that retrieves data from one of it's tables. I have set

RE: arrg please help

2002-04-03 Thread Greg Davis
try to help. :-) Later... Greg -Original Message- From: Ofur-Bjarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:35 AM To: Orion-Interest Subject: arrg please help I have an existing database and I am trying to make an entity bean that retrieves data from one of it's

RE: arrg please help

2002-04-03 Thread Ofur-Bjarni
PROTECTED]]On Behalf Of John Creaner Sent: 3. apríl 2002 11:50 To: Orion-Interest Subject: RE: arrg please help thats sounds like an sql issue, are you closing your statement before you get all the information in the resultset back?? John Creaner Software Development, e-Spatial Solutions, Ireland

RE: arrg please help

2002-04-03 Thread Ofur-Bjarni
: What is the correct way to post questions and answers to the list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Davis Sent: 3. apríl 2002 14:23 To: Orion-Interest Subject: RE: arrg please help Are you using CMP or BMP with your entity bean

arrg please help

2002-04-02 Thread Ofur-Bjarni
I have an existing database and I am trying to make an entity bean that retrieves data from one of it's tables. I have set the autocreate-table to false, and everything deploys nicely, but when I try to list the contents of the table (using findAll()) then I get this error: