Of course it is rather intriguing that DirectAction detects an error that ComponentAction does not. But as it seems to me, it is more reasonable to look for an error not in DirectActions but where thrown Exception locates it.

It says that you have a ClassCast error in your inetOrgPerson_EOBase.mail() method on the row 84. It means that you try to treat some received Object as NSMutableArray whereas it is not one. As far as I know neither JNDI nor EOF may return NSMutableArray. EOF returns only immutable data types (e.g. NSArray).

Why ComponentAction does not detect that error is another question. May be Chuck can suggest some ideas...

Regards,
Gennady Kushnir



Error: java.lang.ClassCastException: com.webobjects.foundation.NSMutableArray
Reason: com.webobjects.foundation.NSMutableArray

java.lang.ClassCastException: com.webobjects.foundation.NSMutableArray
        at inetOrgPerson_EOBase.mail(inetOrgPerson_EOBase.java:84)

_______________________________________________
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]

Reply via email to