Re: strange DirectAction problem

2006-05-27 Thread Gennady Kushnir
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_E

Re: strange DirectAction problem

2006-05-26 Thread Chuck Hill
I don't see why having this in a Direct Action should cause this error either. The first thing I would do is to log out the name of the class that is failing to cast properly and also its contents (e.g. toString()). Chuck On May 26, 2006, at 3:43 PM, Timmy wrote: All: I have a very ba

strange DirectAction problem

2006-05-26 Thread Timmy
All: I have a very basic project set up to simply search our ldap directory. I used the JNDI Adaptor to reverse engineer our ldap directory and the model framework works great. No problems. In trying to expand on the project and make it more flexible I moved the exact same search logic fr