Re: Vector not found in OJB Repository

2003-12-10 Thread Jakob Braeuchi
: Donnerstag, 11. Dezember 2003 09:45 To: [EMAIL PROTECTED] Subject: Re: Vector not found in OJB Repository hi, the is wrong. where is the field with id 9. check it out. Anish.. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.537 / Virus

RE: Vector not found in OJB Repository

2003-12-10 Thread Patrick Scheuerer
Fixed it. Changed nothing though. Still the same problem > -Original Message- > From: Anish [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 11. Dezember 2003 09:45 > To: [EMAIL PROTECTED] > Subject: Re: Vector not found in OJB Repository > > hi, > the

Re: Vector not found in OJB Repository

2003-12-10 Thread Anish
hi, the is wrong. where is the field with id 9. check it out. Anish.. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.537 / Virus Database: 332 - Release Date: 11/6/2003 ---

Vector not found in OJB Repository

2003-12-10 Thread Patrick Scheuerer
Hello OJB Group, I wrote a test case to check if my OJB configuration works properly but everytime I run it I get the following exception: org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException: java.util.Vector not found in OJB Repository Here's the repository_user.xml

Re: Vector not found in OJB Repository

2003-12-09 Thread Thomas Cornet
If I remember well, Vectors are not supported. Replace them with java.util.List in your java classes and then it should work. Thomas At 09:43 09/12/2003, you wrote: Hello OJB Group, I wrote a test case to check if my OJB configuration works properly but everytime I run it I get the following ex

Vector not found in OJB Repository

2003-12-09 Thread Patrick Scheuerer
Hello OJB Group, I wrote a test case to check if my OJB configuration works properly but everytime I run it I get the following exception: org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException: java.util.Vector not found in OJB Repository Here's the repository_user.xml