On 21/02/2013 14:50, Francesco Chicchiriccò wrote:
On 21/02/2013 14:41, Colm O hEigeartaigh wrote:
Hi all,

In 1.0.x the Console web.xml had:

<context-param>
     <param-name>configuration</param-name>
     <param-value>development</param-value>
   </context-param>

This has been removed on trunk.

Not correct: when you start

  "mvn -Pdev / mvn -Pjrebel" (under console/ in Syncope source tree)

the test web.xml is loaded that only differs from production web.xml for the context-param mentioned above.

If you want to enable the development mode for any generated project, just do what the Wicket wiki suggests:

I mean, conversely, e.g.

<context-param>
     <param-name>configuration</param-name>
     <param-value>development</param-value>
   </context-param>

How can I set the Wicket mode to
"deployment" on trunk? The Wicket FAQ has:

https://cwiki.apache.org/WICKET/faqs.html

<init-param>
             <param-name>configuration</param-name>
<param-value>deployment</param-value></init-param>

Regards.

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Reply via email to