Re: Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-11 Thread afedotov
Set in the constructor > of the Dao which gave error on startup. Now I have the constructor empty. > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Using- > A

Re: Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-10 Thread Humphrey
nite right? And my DAO Before I had the methods now in the afterPropertiesSet in the constructor of the Dao which gave error on startup. Now I have the constructor empty. -- View this message in context: http://apache-ignite-users.70518.x6.nabble

Re: Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-10 Thread afedotov
of this? > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Using- > AbstractAnnotationConfigDispatcherServletInitializer-tp14592p14596.html > To start a n

Re: Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-10 Thread Humphrey
Thanks for the reply: I tried the following and was not succesfull. Should it be added somewhere else? Is there an example of this? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-AbstractAnnotationConfigDispatcherServletInitializer-tp14592p14596.html

Re: Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-10 Thread afedotov
return Ignition.start(cfg); > } > > > > Is it possible to start Ignite programmatically when the WAR is starting > up (by loading that bean)? > > [1] https://apacheignite-mix.readme.io/v1.9/docs/web-session-clustering# > configuration > > ---

Using AbstractAnnotationConfigDispatcherServletInitializer

2017-07-10 Thread Humphrey
://apacheignite-mix.readme.io/v1.9/docs/web-session-clustering#configuration -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-AbstractAnnotationConfigDispatcherServletInitializer-tp14592.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.