Deploiment problem of wicket application with Jboss 5.1

2011-06-15 Thread Thomas Franconville
Hi all, I am deploying my wicket application as an EAR with maven using JMX deploiment of JBoss. When I use the web application, the directory [Jboss_home]/default/tmp/vfs-nested.tmp is growing until saturated the hardrive (several gigabytes !), duplicating all the jar and war in the ear.

Re: Deploiment problem of wicket application with Jboss 5.1

2011-06-15 Thread Thomas Franconville
too.* Le 15/06/2011 15:42, Avraham Rosenzweig a écrit : It's a known JBoss issue with a workaround: http://community.jboss.org/message/8053 On Wed, Jun 15, 2011 at 4:32 PM, Thomas Franconville tfranconvi...@tetraedge.com wrote: Hi all, I am deploying my wicket application as an EAR with maven

Re: Deploiment problem of wicket application with Jboss 5.1

2011-06-15 Thread Thomas Franconville
is where wagon is copying file. JMX lets file where they are. I go back with my question about wicket, because of, with any other ear without wicket, there is no problem. What is doing wicket to give jboss a such problem ? Le 15/06/2011 17:29, Thomas Franconville a écrit : I have added as specified

Re: Deploiment problem of wicket application with Jboss 5.1

2011-06-15 Thread Thomas Franconville
tells me: 'Espace insuffisant sur le disque' - 'Not enough space on disk' So did you check your free disk space? Am 15.06.2011 um 15:32 schrieb Thomas Franconville: Hi all, I am deploying my wicket application as an EAR with maven using JMX deploiment of JBoss. When I use the web application

Re: Deploiment problem of wicket application with Jboss 5.1

2011-06-17 Thread Thomas Franconville
) and single node environments, on both Windows and Linux environments in hundreds of machines and we never experienced such an issue. I guess you need to take it to a JBoss forum. Thanks, Avraham On Thu, Jun 16, 2011 at 12:45 AM, Thomas Franconville tfranconvi...@tetraedge.com wrote: Yes

Re: Deploiment problem of wicket application with Jboss 5.1

2011-06-17 Thread Thomas Franconville
, and it works very well. So, there is a conflict between wicket in development mode and deploiment with jmx on jboss 5.1 The solution is sufficient for me. Many thanks all for your help. Thomas Le 17/06/2011 10:26, Thomas Franconville a écrit : Hi Avraham, Thank you for your experience return. Have

Upgrade Wicket to 1.5-RC5.1 - 'Page expired'

2011-06-27 Thread Thomas Franconville
Hi, Upgrading wicket from 1.5-RC4.2 to 1.5-RC5.1 make my Junit Test down with the error 'Page expired' /** * Simple test using the WicketTester */ public class TestHomePage { private WicketTester tester; @Before public void setUp() { tester = new WicketTester(new

Re: Upgrade Wicket to 1.5-RC5.1 - 'Page expired'

2011-06-27 Thread Thomas Franconville
at 12:20 PM, Thomas Franconville tfranconvi...@tetraedge.com wrote: Hi, Upgrading wicket from 1.5-RC4.2 to 1.5-RC5.1 make my Junit Test down with the error 'Page expired' /** * Simple test using the WicketTester */ public class TestHomePage { private WicketTester tester; @Before