Re: jboss + ear + wicket

2009-04-22 Thread Francis De Brabandere
As usual I found the problem creating a quickstart. It was a file name problem. I'm used to woking in linux but for this project I work in windows. It seems jetty/glassfish classloaders are not case-sensitive but the jboss one is. That's why one of my markup files was not found on jboss.

Re: jboss + ear + wicket

2009-04-22 Thread nino martinez wael
Hehe, that usually happens for me too, when im 100% sure that theres an error I then go ahead to create the quickstart and 90% of the time I see what the error are in the creation of the quickstart :) 2009/4/22 Francis De Brabandere franci...@gmail.com: As usual I found the problem creating a

Re: jboss + ear + wicket

2009-04-21 Thread Francis De Brabandere
Nino, I think your problem is not related. The html files are found, pages without inner classes are correctly rendered. It's just that he does not seem to be finding markup that is contained in the parent markup. He looks for ParentClass$InnerClass.html. and we are not using eclipse for that

Re: jboss + ear + wicket

2009-04-21 Thread nino martinez wael
ParentClass$InnerClass.html are supported.. I think, I've done that with forms atleast.. Could you provide a sample? 2009/4/21 Francis De Brabandere franci...@gmail.com: Nino, I think your problem is not related. The html files are found, pages without inner classes are correctly rendered.

Re: jboss + ear + wicket

2009-04-21 Thread Francis De Brabandere
I know that is supported but he should not be looking for these files as the markup is available in ParentClass.html for example you have a page with a form with some components in it in you page you add the form and to the form you add components now he tries to find ParentClass$FormClass.html

Re: jboss + ear + wicket

2009-04-17 Thread Francis De Brabandere
application.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE application PUBLIC -//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN http://java.sun.com/dtd/application_1_3.dtd; application display-nameupdater-ear/display-name description.../description module web

Re: jboss + ear + wicket

2009-04-17 Thread nino martinez wael
Hi Francis, I think I know the problem.. Remember what igor wrote a few days ago about the new maven eclipse:eclipse plugin not allowing html resources along in main java or test only in resources.. Anyway that seems the issue I've run into now on my ubuntu box. I get the exact same thing as you

Re: jboss + ear + wicket

2009-04-17 Thread nino martinez wael
Ahh I think it was Martijn.. and just a general maven thing perhaps.. 2009/4/17 nino martinez wael nino.martinez.w...@gmail.com: Hi Francis, I think I know the problem.. Remember what igor wrote a few days ago about the new maven eclipse:eclipse plugin not allowing html resources along in

Re: jboss + ear + wicket

2009-04-17 Thread nino martinez wael
anyhow applying Krasnays fix or was it Bill solved it : build plugins plugin artifactIdmaven-eclipse-plugin/artifactId version2.5.1/version /plugin /plugins /build 2009/4/17 nino martinez wael nino.martinez.w...@gmail.com: Ahh I think it was Martijn.. and just a

Re: jboss + ear + wicket

2009-04-17 Thread nino martinez wael
Nope not general.. However if you use a eclipse plugin to publish/deploy with It might be the case anyhow.. 2009/4/17 nino martinez wael nino.martinez.w...@gmail.com: Ahh I think it was Martijn.. and just a general maven thing perhaps.. 2009/4/17 nino martinez wael

Re: jboss + ear + wicket

2009-04-16 Thread Grigoriy Tkachuk
16.04.2009 23:58, Francis De Brabandere пишет: Hi, Are there any known problems on deploying wicket web applications on JBoss? I'm deploying an ear containing a war, this works correctly on glassfish but on jboss wicket gives me this exception: Markup of type 'html' for component