• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Java EOGenerator Templates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java EOGenerator Templates


  • Subject: Java EOGenerator Templates
  • From: Jonathan Miller <email@hidden>
  • Date: Mon, 19 Nov 2007 15:26:20 -1000

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) &amp;&amp; (object != null) &amp;&amp; (!this.isReadOnly()) &amp;&amp; (!object.isReadOnly()) &amp;&amp; (!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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Java EOGenerator Templates
      • From: David LeBer <email@hidden>
  • Prev by Date: Re: EOModelGroup defaultGroup question
  • Next by Date: Re: EOModelGroup defaultGroup question
  • Previous by thread: Re: EOModelGroup defaultGroup question
  • Next by thread: Re: Java EOGenerator Templates
  • Index(es):
    • Date
    • Thread