Joerg Buchberger wrote:

Hi Steve.
I added the following three lines to the code suggested in your reply:
    Class dummy =

Great!


here : 23361497
there: 2730814

So, the instance of the class in the container ("there") is different to the instance of the class that you are using ("here"). This means that when you attempt narrow the container supplied instance of 2730814 to and instance of 2730814, the cast fails because 2730814 is not assignable to 2730814.


I.e. you have a classloader conflict somewhere. Perhaps you have you application jars inside Phoenix classloader space or something like that. I can't really help with suggestions on how to fix the problem other than to play around until you get "here" == "there".

Cheers, Steve.

--

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to