Re: Wicket-Bootstrap error when deploying to JBoss AS 7

2013-05-02 Thread David Beer
Hi Martin Thanks for your reply, works a treat add the dependency and the code on the wiki page in the init section of WicketApplication class before bootstrap initialization and all is good. Thanks David On 01/05/13 23:21, Martin Grigorov wrote:

Wicket-Bootstrap error when deploying to JBoss AS 7

2013-05-01 Thread David Beer
Hi All I have a web project which uses Wicket-Bootstrap for styling and various other functions. Everything appears to run fine in Tomcat, but I am starting to add more Java EE stuff and looking at using JBoss As 7. I can deploy a normal wicket Quickstart with out errors but when I try and

Re: Wicket-Bootstrap error when deploying to JBoss AS 7

2013-05-01 Thread Martin Grigorov
https://code.google.com/p/reflections/wiki/JBossIntegration On Wed, May 1, 2013 at 9:24 PM, David Beer david.m.b...@gmail.com wrote: Hi All I have a web project which uses Wicket-Bootstrap for styling and various other functions. Everything appears to run fine in Tomcat, but I am starting

deploying in jboss

2009-07-10 Thread Stefan Malmesjö
Hi, I'm trying to deploy my webapp in a jboss as. In jetty it works fine, but in jboss, I get this in the logs when trying to access my index page, does anyone know what I'm doing wrong? /Stefan java.lang.IllegalArgumentException: Can only process HttpServletRequest at

Re: deploying in jboss

2009-07-10 Thread Stefan Malmesjö
As an update, the version of Jboss I'm trying this on is 5.1.0-GA. I also tried it on tomcat 5.5.27, and it works fine there, too. /Stefan On 2009-07-10 13:18, Stefan Malmesjö wrote: Hi, I'm trying to deploy my webapp in a jboss as. In jetty it works fine, but in jboss, I get this in the

Re: deploying in jboss

2009-07-10 Thread Igor Vaynberg
this is a spring problem. wicket is not even in the stacktrace. -igor 2009/7/10 Stefan Malmesjö s.m.mo...@gmail.com: Hi, I'm trying to deploy my webapp in a jboss as. In jetty it works fine, but in jboss, I get this in the logs when trying to access my index page, does anyone know what I'm

Re: deploying in jboss

2009-07-10 Thread Stefan Malmesjö
That's true. I should try talking to the spring people. /Stefan On 2009-07-10 16:53, Igor Vaynberg wrote: this is a spring problem. wicket is not even in the stacktrace. -igor 2009/7/10 Stefan Malmesjös.m.mo...@gmail.com: Hi, I'm trying to deploy my webapp in a jboss as. In jetty it