How does your case differ from the example on the Type Conversion page
you referenced?  It seems to me you're trying to do exactly what that
page says you can't?
  (*Chris*)

On Thu, Jun 26, 2008 at 12:56 PM, Pierre Thibaudeau
<[EMAIL PROTECTED]> wrote:
> I tried your suggestion.  Unfortunately, the exception is exactly as before.
> (In practice, it would not have been a good idea to put the autoLogin
> interceptor after the prepare interceptor, but I am definitely willing to
> try anything!)
>
> 2008/6/26 Lukasz Lenart <[EMAIL PROTECTED]>:
>
>> Try to change order of your interceptors as below
>>
>>           <interceptor-stack name="contribStack">
>>               <interceptor-ref name="paramsPrepareParamsStack"/>
>>               <interceptor-ref name="autoLogin"/>
>>           </interceptor-stack>
>>
>

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

Reply via email to