Mail Bug
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