I have run into a situation that I do not understand very well. Maybe someone has seen it and knows how to fix it. I get the java beans for my application as ADO's from an EJB application server. They are objects that have a hierarchy, that is when I first see them they all have at least three levels of inheritance. The problem is, often, but not always, foreach get the class of the object to be the second level in the inheritance chain. I usually get the top level, and never get the bottom level.
I know it gets the middle level in the chain because it reports an error that it can't find a method in class - then reports the class it thinks it is looking at. the error message is: Unable to find a value for "origin" in object of class "com.mbresearch.xrm.ejb.manage.txManage" using operator "." (null) Any help would be appreciated. Thanks Ray Madigan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
