-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Which causes problems if you want to use @SpringBean injection in your
session store code.  We had to work around it by adding the component
injector in newSessionStore().

Eelco Hillenius wrote:
> We imposed having to do initialization stuff in init() rather than the
> constructor as unfortunately, this is the way servlets work. Init
> parameters, the servlet context etc are not available in the
> constructor yet (and neither in the constructor of a servlet) and as
> changes are you'll use that, we decided to make it a hard check that
> no configuration is done in the constructor. On top of that, we can
> now ensure default configuration first (internalInit) so that you
> don't have to be aware of order problems when you configure.
> 
> Eelco
> 
> 
> On 9/1/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
>> yes this is pretty much also the case in 1.2.x  we will throw an error then
>> also.
>> That is as far as i know not a 2.0 thing.
>>
>> You can't configure stuff in the constructor of your app. You have to do it
>> in init()
>>  and you shouldn't call configure by code yourself (configure should be
>> private or something if it was me)
>> Just set the right property you want (Deployment/Development) where ever you
>> want it (web.xml or system property)
>>
>> And then in the init() do you other stuff that you also want.
>>
>> johan
>>
>>
>>
>> On 9/1/06, Korbinian Bachl < [EMAIL PROTECTED]> wrote:
>>>
>>>
>>> why doesnt it really matter ? - sorry, but i dont understand what you
>> mean.
>>> as far as i know, the only place now to configure in 2.0 will be the
>> init() or the web.xml - rest will be regarded as error...
>>> Regards
>>>
>>>
>>> ________________________________
>>  Von: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Im
>> Auftrag von Frank Bille
>>> Gesendet: Freitag, 1. September 2006 12:27
>>>
>>> An: wicket-user@lists.sourceforge.net
>>>
>>> Betreff: Re: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode
>>>
>>>
>>>
>>> Well it doesn't really matter, because your configure is the one that
>> counts. It's only because Application sets a default configure (DEVELOPMENT)
>> before your init is called.
>>> Frank
>>>
>>>
>>>
>>> On 9/1/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
>>>> it has to be in the init() function of the Application Class - the thing
>> you
>>>> write is deprecated in 1.2 already, and not supported anymore in 2.0
>>>>
>>>> e.g:
>>>> class myapp extends WebApp{
>>>>
>>>> init() {
>>>> configure( foo.bar);
>>>> }
>>>> }
>>>> regards
>>>>
>>>> Korbinian
>>>>
>>>>
>>>>
>>>>   _____
>>>>
>>>> Von: [EMAIL PROTECTED]
>>>> [mailto: [EMAIL PROTECTED] Im
>> Auftrag von Stefan
>>>> Lindner
>>>> Gesendet: Freitag, 1. September 2006 11:44
>>>> An: wicket-user@lists.sourceforge.net
>>>> Betreff: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode
>>>>
>>>>
>>>> In wicket 1.2.x it was possilbe to switch the mode in the application
>>>> construktor like
>>>>
>>>> public class MyApplication extends WebApplication{
>>>>      public MyApplication() {
>>>>           configure(Application.DEPLOYMENT);
>>>> }
>>>>
>>>> now this leads tho an exception during deployment
>>>>
>>>>      wicket.WicketRuntimeException: Use Application.init() method for
>>>> configuring your application object
>>>>         at wicket.Application.getSettings(Application.java:543)
>>>>         at
>> wicket.Application.getResourceSettings(Application.java:499)
>>>>         at wicket.Application.configure( Application.java:338)
>>>>         at wicket.Application.configure(Application.java:298)
>>>>
>>>> if I move the call of "configure" to the init method the message
>>>>
>>>>      You are in DEVELOPMENT mode
>>>>
>>>> appears during deployment. What is the correct way to switch to
>> deployment
>>>> mode while application initialization/deployment?
>>>>
>>>>
>>>>
>>>>
>> -------------------------------------------------------------------------
>>>> Using Tomcat but need to do more? Need to support web services,
>> security?
>>>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>> _______________________________________________
>>>> Wicket-user mailing list
>>>> Wicket-user@lists.sourceforge.net
>>>>
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>
>>>>
>>>
>>>
>>>
>> -------------------------------------------------------------------------
>>> Using Tomcat but need to do more? Need to support web services, security?
>>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>>
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> _______________________________________________
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>
>>>
>>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>>
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user

- --
Justin Lee
http://www.antwerkz.com
AIM : evan chooly
Skype : evanchooly
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)

iD8DBQFE+F5GJnQfEGuJ90MRA2HwAJ9jDxDvLENxM5hjzaJRMp4Kd7jvZwCg9F2I
dYcNSeZJkqY3tPGY+BSpA84=
=MciP
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to