Hi,
Is anyone else having problems with the output?
Here is what I'm seeing.
For some reason it is appending .base to the package name e.g.
xxx.xxx.xxx.base
Also, it seems to be creating java files with compile errors. In
particular I'm seeing a lot of errors where it is creating the same
method twice with different functionality e.g.
public void
addToKeywordss(com.mauionline.paradise.ActivityKeywords object) {
this.includeObjectIntoPropertyWithKey(object, "keywordss");
}
public void
addToKeywordss(com.mauionline.paradise.ActivityKeywords object) {
if (logger.isDebugEnabled()) {
if ((this.editingContext() != null) && (object !=
null) && (!this.isReadOnly()) && (!
object.isReadOnly()) && (!
this.editingContext().equals(object.editingContext()))) {
try {
throw new Exception("WrongEdidtingContext");
} catch(Exception exception) {
logger.warn("addToKeywordss exception " ,
exception);
}
}
}
this.includeObjectIntoPropertyWithKey(object, "keywordss");
}
I downloaded JavaEOGenerator today from Apple's website. I'm using
the templates Apple provided. Eclipse 3.3.1.1 WOLIPS 3.3.4643
Am I missing something?
regards
Jon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]