Re: Did I break bamboo or is bamboo broken?

2007-11-25 Thread Nils-Helge Garli Hegvik
It has happened before as well. Everything runs nice on the CI machine for a while, and everything runs perfectly on my local machine, but for some reason the Struts2PortletTest fails now and then on the CI machine. Like "java.io.FileNotFoundException: no such file: /tmp/ Jetty_0_0_0_0_0_webapp__te

Re: Did I break bamboo or is bamboo broken?

2007-11-25 Thread Mark Chaimungkalanont
Nils, I think the problem is that the tests in Struts2PortletTest can't be run in parallel. If you check out two test histories in the Java6 project VS MAIN: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6/test/ org.apache.struts2.portlet.test.Struts2PortletTest:testFormExample

Re: Is the REST plugin ready for primetime? CodeBehind?

2007-11-25 Thread jeromy . evans
I'm not a committer but I thought I'd provide some input as I use the REST plugin. >From a design, config & stability perspective it's great. For html results it's fine but for xml and json results the default configuration is a little complex and may yield many support questions for new users.

Re: Is the REST plugin ready for primetime? CodeBehind?

2007-11-25 Thread Ted Husted
I'm glad to see so much interest. :) I'll be focussed on JPA/Spring materials for a few more weeks yet, but after that I'm looking forward to doing more work with the REST plugin. Matt, in reference to the Comparisons video, there was mention of a sample application that was written with the vari

Re: Is the REST plugin ready for primetime? CodeBehind?

2007-11-25 Thread Matt Raible
Yes, those sample applications are available from AppFuse Light. https://appfuse-light.dev.java.net/servlets/NewsItemView?newsItemID=5317 Hope this helps, Matt On Nov 25, 2007, at 9:14 PM, Ted Husted wrote: I'm glad to see so much interest. :) I'll be focussed on JPA/Spring materials for a

Re: Did I break bamboo or is bamboo broken?

2007-11-25 Thread Nils-Helge Garli Hegvik
Thanks for the input, Mark! I have tried setting up the tests locally with the maven "target" folder as the web-app temp directory instead. I assume this will be independent for the two builds, so it should work. I'll commit the fixes and see what happens. Nils-H On Nov 26, 2007 1:18 AM, Mark Ch