• 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
Mail Bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mail Bug


  • Subject: Mail Bug
  • From: Ron X <email@hidden>
  • Date: Tue, 23 Oct 2012 17:43:49 +0300


when i wrote an app to check mail i found smth probably bug:


        EOEditingContext ec = ERXEC.newEditingContext();
       
        ERCMailMessage message = ERCMailDelivery.sharedInstance().composeEmail(ERJavaMail.sharedInstance().adminEmail(),
                new NSArray(ERJavaMail.sharedInstance().adminEmail()),
                new NSArray(ERJavaMail.sharedInstance().adminEmail()),
                null,
                "This is a test",
                "This is the body",
                ec);
       
        ec.saveChanges();
       
        ERMailer.instance().processOutgoingMail();

      430 line       NSArray primaryKeyDictionaries = editingContext().objectsWithFetchSpecification(pkFetchSpec);

failed with

INFO  27.4 MB used/53.66 MB free [WorkerThread0] (ERXDatabaseContextDelegate.java:184)  - Database Exception occured: com.webobjects.foundation.NSForwardException [java.lang.NoSuchMethodException] Class java.lang.String does not implement method value:java.lang.NoSuchMethodException: Class java.lang.String does not implement method value


another thing is that u have property createTables if need - creates tables without IS_READ field in ERCMAIL_MESSAG!

this bug broke the sending process

another question is does exist possibility to change table names before creation?
 _______________________________________________
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

  • Prev by Date: Re: PostgreSQL, migrations and "because it has pending trigger events"
  • Next by Date: Re: ERDControllerButton
  • Previous by thread: Re: PostgreSQL, migrations and "because it has pending trigger events"
  • Next by thread: Tool-tip framework
  • Index(es):
    • Date
    • Thread