RE: tiles integration error

2007-02-08 Thread JS Portal Support
Gotta love one of those days where you waste 6 hours just because you left an old struts.jar in a commons folder To my relieve the next seemingly unsolvable problem lined itself up ;-) org.apache.tiles.FactoryNotFoundException: Can't get definitions factory from context. Seems to indicate that t

RE: tiles integration error

2007-02-08 Thread Dick Starr
I am now using yesterday's snapshot. My web.xml has: definitions-config /WEB-INF/conf/tiles.xml org.apache.tiles.listener.TilesListener and my faces-config.xml has: org.apache.shale.tiles.TilesViewHandler and my tiles.xml has:

Re: tiles integration error

2007-02-08 Thread Greg Reddin
Here are the relevant bits from the Tiles Test app: [...] org.apache.tiles.CONTEXT_FACTORY org.apache.tiles.context.enhanced.EnhancedContextFactory org.apache.tiles.CONTAINER_FACTORY.mutable true [...] tiles org.apache.tiles.ser

Running the shale integration tests

2007-02-08 Thread Ryan Lubke
Hello folks, I've dug around on the wiki looking for information on running the integration tests for Shale (itest), and from what I can tell, all I really need to set is the cargo property 'cargo.container.home'. When I do this and run the tests, the integration tests fail. No output is prov

Re: Running the shale integration tests

2007-02-08 Thread Craig McClanahan
On 2/8/07, Ryan Lubke <[EMAIL PROTECTED]> wrote: Hello folks, I've dug around on the wiki looking for information on running the integration tests for Shale (itest), and from what I can tell, all I really need to set is the cargo property 'cargo.container.home'. When I do this and run the test