Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x

2007-03-13 Thread Claus Ibsen
+1 It should be easy for the people that do the heavy lifting of developing this great framework. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70084&messageID=131939#131939 --

Showcase - quickstart

2007-03-13 Thread Claus Ibsen
Hi Is the quickstart from WW a part of S2? In the source code tree in the apps/showcase folder there is a qucikstart.xml file. Maybe it's obsolete and can be removed? - Posted via Jive Forums http://forums.opensymphony.com/thre

S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
Hi I have updated to latest code using svn up and recompiled the code svn info Revision: 517622 The showcase sample can not start in either Jetty or Tomcat failing with: mvn jetty:run [b]From Jetty[/b] [INFO] Failure Embedded error: Error building results for action index in namespace /confi

S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-13 Thread Claus Ibsen
Hi me again I get a warning about missing pom. Is there a minor issue here? (I am not a maven wizard yet) [INFO] snapshot org.apache.struts:struts2-tiles-plugin:2.1.0-SNAPSHOT: checking for updates from opensymphony Downloading: http://maven.opensymphony.com/commons-logging/poms/commons-loggin

Re: S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-13 Thread Claus Ibsen
Oh I had to disable the dojo-plugin from the pom.xml as it can not be found: Missing: -- 1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threa

Re: S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
Oh I had to disable the dojo-plugin from the pom.xml as it can not be found: Missing: -- 1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threa

Re: S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
The showcase used to work with an older revision. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=131980#131980 - To

Re: S2 - Showcase - deploy fails

2007-03-14 Thread Claus Ibsen
Revision: 518082 works deploying to jetty using mvn jetty:run - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=132377#132377 ---

Unittest - catch 22

2007-03-18 Thread Claus Ibsen
Hi I have setup a local developer environment for Struts2 and clover to report on the unit tests. When the unit tests are executed they are setup to only log at WARN level (log4j.properties in core/test/resources folder). In clover there are some log output at DEBUG level that are not tested a

Re: Codebehind issue?

2007-03-21 Thread Claus Ibsen
Brian you got enough memory setup for Maven? I have MAVEN_OPTS=-Xmx512m and have no problems. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=71861&messageID=134516#134516 ---

Re: Error in showcase

2007-03-21 Thread Claus Ibsen
Ted are these reported in JIRA? Maybe I and others can give a go when I have spare time and submit some patches to fix the showcase and you guys can concentrate on the core framework. - Posted via Jive Forums http://forums.opensy

Re: XWork build failing

2007-03-22 Thread Claus Ibsen
Isn't it a unit test executed by surefire? that tests what happens if you do a XSLTransformation with an invalid filename, and thus it log it at ERROR level but the test is fine. Try compiling without executing the tests with -Dskip.test=true or whatever the syntax is. -

Re: S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-22 Thread Claus Ibsen
Just ignore the error - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70364&messageID=134730#134730 - To unsubscribe, e-mail: [EMAIL

Re: XWork build failing

2007-03-23 Thread Claus Ibsen
Strange. On my XP it seems to work. D:\project\xwork>svn info Path: . URL: https://svn.opensymphony.com/svn/xwork/trunk Repository Root: https://svn.opensymphony.com/svn/xwork Repository UUID: e221344d-f017-0410-9bd5-d282ab1896d7 Revision: 1388 Node Kind: directory Schedule: normal Last Changed A

Re: How to get Started

2007-03-23 Thread Claus Ibsen
Some info at the wiki http://struts.apache.org/2.x/docs/building-with-maven.html - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72376&messageID=135035#135035

Re: XWork build failing

2007-03-23 Thread Claus Ibsen
Piero Are you sure surefire tests really fails. It reports something like <<< FAILURE in the output if it fails. The test can output logging at ERROR level and still not fail the test. Could you double check it and report back. ---

Re: OGNL performance detrimental to Struts 2

2007-03-24 Thread Claus Ibsen
>From the performance tuning page: Copy the /template directory from the Struts 2 jar in your WEB_APP root. Freemarker fails to properly cache templates when they are retrieved from the classpath. Copying them to the WEB_APP root allows Freemarker to cache them correctly. Freemarker looks at th

Re: XWork build failing

2007-03-24 Thread Claus Ibsen
Is it just me or is surefire not a bit strange on the xwork project? Could you try this: mvn clean mvn surefire-report:report And then look in target/site/surefire-report.html. Then click on the first test - ActionContextTest. It should have only 8 tests. but the list is much bigger on my repor

Re: XWork build failing

2007-03-24 Thread Claus Ibsen
Damm surefire seems to be a bit buggy. Just browsed it's JIRA. Created a minor bug: http://jira.codehaus.org/browse/SUREFIRE-312 - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=135529#1

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
James can you look in the corresponding TEST- XML fille. It's this file that has additional tests in the bag. The plain .txt file is correct. Also on my system. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Great news. I was using Maven 2.05 vanilla. The surefire plugin in this dist is buggy. (*) Would be nice if maven could report if there are never plugins released that you could use. Well I upgraded to v2.3 of the surefire plugin and it now executes all the tests. Before: Tests run: 168, Failu

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Got 3 out of 4 failed tested fixed now. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=135717#135717 - To unsubscri

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
James did you specify version 2.3 in the pom.xml to use the one that works? The pom.xml in the svn does not specify this. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=135764#135764

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Only one failing test left. Failed tests: testUsingDefaultInterceptorThatAliasPropertiesAreCopied(com.opensymphony.xwork2.interceptor.AliasInterceptorTest) Tests run: 518, Failures: 1, Errors: 0, Skipped: 0 --- Test

Re: XWork build failing

2007-03-26 Thread Claus Ibsen
I'll be out of town for a few days but will commit the fixes for xwork in trunk and the 2.0x branch. (the one with OgnlValueStackTest) However the last failed test with the alias interceptor is still open at the moment. If anyone knows how to fix? Details posted in prev post. ---

Re: XWork build failing

2007-03-31 Thread Claus Ibsen
Fixed 3 out of 4 failed tests. Comitted to trunk and the 2.0 branch. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=137587#137587 -

Re: XWork build failing

2007-03-31 Thread Claus Ibsen
Okay fixed the last broken test. All now passes in trunk and 2.0 branch. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=137590#137590 -

Re: XWork build failing

2007-04-01 Thread Claus Ibsen
James. I'll fix it shortly. Just remove the sourcepath tag from the pom. I didn't want to mess to much with the pom file since I am rather new to maven and how you guys have setup the maven build for xwork. When I was active we used Ant. And why is the javadoc set to show private also? Shouldn

Re: XWork build failing

2007-04-01 Thread Claus Ibsen
Also comitted to the 2.0 branch, rev 1427. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225&messageID=137835#137835 - To unsubs

Re: XWork and Struts Action 2.0

2006-04-19 Thread Claus Ibsen
Bob this is really a great list for doing some house cleaning. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=26278&messageID=52211#52211 -

Re: XWork and Struts Action 2.0

2006-04-19 Thread Claus Ibsen
+1 struts-action.xml - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=26278&messageID=52373#52373 - To unsubscribe, e-mail: [EMAIL PR

Re: [action2] [VOTE] Target Java 5, support 1.4 through Retroweaver

2006-04-25 Thread Claus Ibsen
+1 - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=27314&messageID=53821#53821 - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [VOTE] Accept and Graduate WebWork 2 Podling to Struts

2006-05-01 Thread Claus Ibsen
+1 - great work guys. I had a computer crash at home last weekend and couldn't be online ;( - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=28608&messageID=55964#55964 ---

Re: RoughSpots ramp down

2006-05-03 Thread Claus Ibsen
Jason +1. That would really make XWork much easier to unit test. I can help with that part of the work. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=28543&messageID=56542#56542

Re: [action2] Public API first draft

2006-05-04 Thread Claus Ibsen
The JDK1.5 api looks really great. I'm not native english but is this interface name correct? Validatable Should it not be? Validateable /Claus - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=29317&