Re: clay and support for jsf 1.2

2007-11-11 Thread Ryan Lubke

Gary VanMatre wrote:
From: Tomasz Pasierb [EMAIL PROTECTED] 

  
Hi guys, 

does clay support jsf 1.2, I mean should it be working when used with 
jsf 1.2 implementation? 

I've been playing with it and I'm not sure whether it's my fault or 
framework's. The problem is that in the rendered view I have a string 
. I guess this should be replaced with 
the actual state information somewhere around the render-response phase 
but isn't in my case. I placed the form component in the layout 
(template) file. 




It sounds like this issue is related to a RI API change [1].  They removed the class that I was using to determine the version of the runtime.  We'll have to find another way.  
  
Actually, the class is still package, but isn't used.  I left it in 
there so that shale wouldn't break.

[1] https://issues.apache.org/struts/browse/SHALE-472

 
  
Any help appreciated :-) 

Regards, 
Tom 



  




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 provided that I've found useful (container.log has three lines, none
of them informative).

Anyone have some tips to get this going?

Thanks,

-rl