Re: Java Client exception at save time
"Pierre Gilquin" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I did not understand but I find the cause of the problem : I use Mysql and there is no trigger in my version. So, I have try to emulate a trigger for that classe in the validateForSave method. When removing this code, every is now fine. ----- Original Message ----- From: "Pierre Gilquin" <[email protected]> To: <[email protected]> Sent: Wednesday, April 26, 2006 10:35 AM Subject: Java Client exception at save time > Dear list, > > When creating a new objet with my Java Client, I have the following > exception (_classForNumber(28) returned null) when saving. > Thanks in advance for any help. > > Pierre