|
I am building an application for the jonas server
and have run into a problem that is completly blocking me. I am attempting
to return an Enumeration through three levels of beans. The first level
and second level are Bean Managed Entity beans and the subsequent level is a
stateless Session bean. I have done something similar to this before so
something is strange about this situation. The difference that i know of
is that in this case two different beans participate in the first level and when
the second level gets the
Enumeration the items are cast into an interface that is implemented by the two first level entity beans. The exception that is generated is a ClassCastException that is generated in the JonasXXXRemote_Stub in the first level object. I have turned on trace.level ALL and no additional information is provided. Has anyone tried this kind of thing before? How can i debug where the error is occuring? If i send in a small test case that shows the Exception - will someone be willing to look at it? If this is required, what form do u want the beans. I have a relatively small version, with all four beans isolated from the rest of the system. Thanks in Advance Ray Madigan |
