Hi all,

when I generate classes I get the following warnings in each class (en example of my class in java is shown below

package com.mysql.eo;

import org.apache.log4j.Logger;

public class Accounts extends _Accounts {
  private static Logger log = Logger.getLogger(Accounts.class);
}

Warnings are:

The serializable class Accounts does not declare a static final serialVersion UID field of type long

and

The field Accounts.log is never read locally

Then when I continue and run my project in a very simple component where I try to insert a record in database (mysql), while the primary key is inserted normally (automatically incremented) for each record all other fields appear null.

Can anyone explain this to me? Sorry, I am a newcomer in Eclipse/ WOLips and EOModeler.

Stavros
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to