Jean-Baptiste Quenot-3 wrote:
> 
> * Watter:
> 
>> 1) I realized that "ContextLoader"  which is the reported as the
>> classloader  when I  do  a Session.class.getClassloader()  right
>> before the  error occurs  is actually  a Spring  class. For some
>> reason  I  was  thinking  that  it was  a  standard  Java  class
>> loader. I  am  using Spring  in  my  application, but  from  the
>> web  tier, I  only access  my  Spring beans  using the  approved
>> @SpringBean  annotation. Does that  fact that  this is  a Spring
>> class tell me anything useful?
> 
> Do you obtain your WebApplication or your WebSession from Spring's
> WebApplicationContext?  If this is the case, that's not compatible
> with the reloading mechanism.
> 
> Otherwise, about  the annotations,  I haven't  tried to  work with
> them yet.  I'll test this combination during the next weeks.
> 
The only items I obtain from Spring's Application context are my service
tier repositories and services. 

Thanks for the reply and good luck in your testing. 

Matt
-- 
View this message in context: 
http://www.nabble.com/Has-something-changed-in-markup-inheritance--tf3963374.html#a11546791
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to