Re: javassist error with Tapestry 5.1.0.5 and JBoss 4.2.3GA

2010-06-30 Thread Joachim Van der Auwera
I think you should update the javassist in jboss/server/default/lib/ folder. Joachim On 07/01/2010 08:08 AM, Halil Karakose wrote: Hi, I receive an error in my Tapestry webapp. I use Tapestry 5.1.0.5 and Jboss 4.2.3-GA. *Scenario 1:* My web application contains javassist 3.9.0.GA in WEB-INF/l

javassist error with Tapestry 5.1.0.5 and JBoss 4.2.3GA

2010-06-30 Thread Halil Karakose
Hi, I receive an error in my Tapestry webapp. I use Tapestry 5.1.0.5 and Jboss 4.2.3-GA. *Scenario 1:* My web application contains javassist 3.9.0.GA in WEB-INF/lib folder. And there is also another javassist.jar(3.6.0.GA) file inside jboss/server/default/lib folder. During deployment of the web

RE: decorateClientInfrastructure not called anymore

2010-06-30 Thread Jim O'Callaghan
Raised https://issues.apache.org/jira/browse/TAP5-1196 as a possible improvement. Regards, Jim. -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 30 June 2010 21:05 To: Tapestry users Subject: Re: decorateClientInfrastructure not called anymore Yes, it's an issu

Re: decorateClientInfrastructure not called anymore

2010-06-30 Thread Howard Lewis Ship
Yes, it's an issue. Probably, if there is no @Match annotation, then the implicit service id (from the method name) should be required to exist. On Wed, Jun 30, 2010 at 4:53 AM, Jim O'Callaghan wrote: > Shouldn't decorator methods fail with a message that 'decorated xyz service > doesn't exist'?

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-06-30 Thread Thiago H. de Paula Figueiredo
On Wed, 30 Jun 2010 13:37:54 -0300, Blower, Andy wrote: Why more feasible in 5.2? We're using 5.1.0.5, and are now too close to release to upgrade. I was hoping to move to 5.2 when I thought it would be released in H1 2010, but we'll need to stick with 5.1 now I think. We launch in Augus

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-06-30 Thread Howard Lewis Ship
On Wed, Jun 30, 2010 at 9:37 AM, Blower, Andy wrote: >> -Original Message- >> From: Howard Lewis Ship [mailto:hls...@gmail.com] >> Sent: 29 June 2010 18:20 >> To: Tapestry users >> Subject: Re: Tapestry using 1.3Gb of heap space after capacity testing >> >> It may be time to return to a mo

RE: Tapestry using 1.3Gb of heap space after capacity testing

2010-06-30 Thread Blower, Andy
> -Original Message- > From: Howard Lewis Ship [mailto:hls...@gmail.com] > Sent: 29 June 2010 18:20 > To: Tapestry users > Subject: Re: Tapestry using 1.3Gb of heap space after capacity testing > > It may be time to return to a more radical idea, one that is more > technically feasible now

Re: AjaxFormLoop AddRow Location

2010-06-30 Thread Thiago H. de Paula Figueiredo
On Wed, 30 Jun 2010 12:49:52 -0300, Todd Orr wrote: Thanks Robert. I'll give that a try! Chris, I'm not sure how that applies. The addrow row is still part of the loop and not re-locatable, right? It must be declared inside the AjaxFormLoop, but you can relocate it manipulating the Tapestr

Re: AjaxFormLoop AddRow Location

2010-06-30 Thread Todd Orr
Thanks Robert. I'll give that a try! Chris, I'm not sure how that applies. The addrow row is still part of the loop and not re-locatable, right? On Tue, Jun 29, 2010 at 5:44 PM, Robert Zeigler wrote: > The parameter has to be in the loop. But. :) > Remember that tapestry renders to a dom. With

Re: css asset ends in 404

2010-06-30 Thread Thiago H. de Paula Figueiredo
On Wed, 30 Jun 2010 10:30:13 -0300, Christian Koller wrote: All right! I moved my css folder from WEB-INF to the webcontext root folder and now it works. Why it's not longer permitted to have css files within the WEB-INF folder? Because of security reasons? Exactly. The servlet specific

Re: Tree Component in Tapestry 5

2010-06-30 Thread Joachim Van der Auwera (PROGS bvba)
A tree in table component is part of equanda, see http://equanda.org/equanda-tapestry5/treetable.html demo : http://app.spoon-it.be/t5example/ Kind regards, Joachim On 06/29/2010 10:28 AM, Halil Karakose wrote: Hi, I searched over the net but couldn't find a nice tree component. Is there a wor

css asset ends in 404

2010-06-30 Thread Christian Koller
All right! I moved my css folder from WEB-INF to the webcontext root folder and now it works. Why it's not longer permitted to have css files within the WEB-INF folder? Because of security reasons? thanks guys On 30.06.2010, at 15:19, Thiago H. de Paula Figueiredo wrote: > On Wed, 30 Jun 2010

Re: css asset ends in 404

2010-06-30 Thread Thiago H. de Paula Figueiredo
On Wed, 30 Jun 2010 10:13:40 -0300, Christian Koller wrote: So this means, it's not longer possible to load the css from the webcontext or what? Not correct. It's no longer possible to load any files inside WEB-INF. Outside it, inside the web context is fine. -- Thiago H. de Paula Figu

css asset ends in 404

2010-06-30 Thread Christian Koller
Thanks for your reply So this means, it's not longer possible to load the css from the webcontext or what? On 30.06.2010, at 14:04, Christophe Cordenier wrote: > Hi > > I think you should remove your CSS file from WEB-INF folder and put them in > the application root. > > 2010/6/30 Christia

RE: Tapestry and hibernate DefaultComponentSafeNamingStrategy

2010-06-30 Thread Jim O'Callaghan
For future reference: config.add("CustomHibernateConfiguration", new HibernateConfigurer() { public void configure(Configuration configuration) { //configuration.setProperty("hibernate.ejb.naming_strategy", "org.hibernate.cfg.DefaultComponentSafeNamingStrategy");

Re: css asset ends in 404

2010-06-30 Thread Christophe Cordenier
Hi I think you should remove your CSS file from WEB-INF folder and put them in the application root. 2010/6/30 Christian Koller > Hello everyone > > Is there any change in the asset loading between tapestry 5.2.0-SNAPSHOT > and tapestry 5.1.0.5? > In the example below I create the css link in a

RE: decorateClientInfrastructure not called anymore

2010-06-30 Thread Jim O'Callaghan
Shouldn't decorator methods fail with a message that 'decorated xyz service doesn't exist'? It would make it a lot easier to find things like this ... Regards, Jim. -Original Message- From: Christian Koller [mailto:christian.kol...@net-m.ch] Sent: 30 June 2010 12:38 To: Tapestry users S

decorateClientInfrastructure not called anymore

2010-06-30 Thread Christian Koller
Hi all Maybe someone has the same problem. Here the solution: The name of the service has changed from PageTemplateLocator to ComponentTemplateLocator and this means also decorate method has a new name: decorateComponentTemplateLocator This method is called in 5.2. Furthermore ClientInfrastru

css asset ends in 404

2010-06-30 Thread Christian Koller
Hello everyone Is there any change in the asset loading between tapestry 5.2.0-SNAPSHOT and tapestry 5.1.0.5? In the example below I create the css link in a dynamic way. The result in the html output was /assets/ctx/87c125da0585356e/WEB-INF/css/smartphone.css with the tapestry version 5.1.0.5.

RE: Tapestry and hibernate DefaultComponentSafeNamingStrategy

2010-06-30 Thread Jim O'Callaghan
I should have said that I tried: public static void contributeHibernateSessionSource( OrderedConfiguration config, final Session session, @InjectService("ApplicationStateManager") final ApplicationStateManager applicationStateManager) { . . . conf

Re: Layout Component

2010-06-30 Thread Magnus Kvalheim
Ok, guess this would work in Gerry's case - although it feels like a bit of a hack. In my case this wont work as I have a single application and would like to do the layout/branding in runtime - switching based on domain names. 2010/6/28 Pierce Wetter > > On Jun 25, 2010, at 1:31 PM, Magnus Kv