Re: Struts 2 CodeBehind/SmartURLs (was Re: Struts 2 Plugin for Grails?)

2007-11-21 Thread Ted Husted
On Nov 20, 2007 7:11 PM, Brian Pontarelli [EMAIL PROTECTED] wrote: I thought that this was not really the same. You couldn't map multiple actions to a class or handle more different methods for actions. I haven't looked at the codebehind in a long time, since I've been using SmartURLs for 6

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Ted Husted
Nope. I did a clean checkout and a clean Struts 2 repo, but I still can't build Struts 2 without skipping the tests. On Nov 21, 2007 12:58 AM, emartin24 [EMAIL PROTECTED] wrote: Ted Husted wrote: With a clean checkout and clean S2 Maven repo, I'm still failing on mvn clean install -Pall

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Dave Newton
Hmm; I thought I'd been building on my Mac w/ no issues... just tried it under XP/1.5 and it has the same issue, though. Can't check the Mac now. d. --- Ted Husted [EMAIL PROTECTED] wrote: Nope. I did a clean checkout and a clean Struts 2 repo, but I still can't build Struts 2 without

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Wes Wannemacher
I'm on ubuntu with Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode) and i did a fresh checkout and build. All unit tests passed. -Wes On 11/21/07, Dave Newton [EMAIL PROTECTED] wrote: Hmm; I thought I'd been building on my Mac w/ no issues... just tried it under XP/1.5 and it

Re: JPA in mailreader

2007-11-21 Thread Tom Schneider
Ted, I finally had a chance to look at your JPA mailreader. I know this was in the original, but I really don't like the way that they have most of the functionality for the actions is in a superclass. To me, that's hiding functionality. (Especially when the domain model is in the super

Re: JPA in mailreader

2007-11-21 Thread Ted Husted
I very much appreciate the comments, Tom. Right now, I'm retreating into unit tests against the business logic. But once that's done, I'd to revisit your suggestions. I'm tempted to suggest that you go ahead and try some changes, but the application isn't fully functional right now, and we should

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Ted Husted
I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too. On Nov 21, 2007 10:24 AM, Wes Wannemacher [EMAIL PROTECTED] wrote: I'm on ubuntu with Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode) and i did a fresh checkout and build. All unit tests passed.

Re: Struts 2 Plugin for Grails?

2007-11-21 Thread Brian Pontarelli
Well, I was planning on checking out the next JSR, but jcp.org is down. I'll check back later. If anyone from Sun is on this list, might want to email the folks that manage that site and let them know it is toast right now. -bp mraible wrote: I don't think their implementation would be

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Wes Wannemacher
[sorta Friday since in the US, many of us will have the rest of the week off] Does that mean we can sue SUN for false advertising - Write once, run anywhere -W On 11/21/07, Ted Husted [EMAIL PROTECTED] wrote: I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too. --

Re: Struts 2 Plugin for Grails?

2007-11-21 Thread Dave Newton
Works on My Machine (tm) --- Brian Pontarelli [EMAIL PROTECTED] wrote: Well, I was planning on checking out the next JSR, but jcp.org is down. I'll check back later. If anyone from Sun is on this list, might want to email the folks that manage that site and let them know it is toast

Rendering JSP templates from the classpath (Re: Struts 2 Plugin for Grails?)

2007-11-21 Thread Ted Husted
Would it be feasible to use Jasper 2 instead? Historically, it seems that the specifications that were based on a working technology have been more successful than speculative specifications. I think everyone involved in the process agrees that it's much cleaner to create a standard around

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Dave Newton
Write It, Fail Everywhere. I'm all for it, and it has a friendly acronym. --- Ted Husted [EMAIL PROTECTED] wrote: It would be nice if the tests would at least fail everywhere :) On Nov 21, 2007 12:36 PM, Wes Wannemacher [EMAIL PROTECTED] wrote: [sorta Friday since in the US, many of us

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Ted Husted
It would be nice if the tests would at least fail everywhere :) On Nov 21, 2007 12:36 PM, Wes Wannemacher [EMAIL PROTECTED] wrote: [sorta Friday since in the US, many of us will have the rest of the week off] Does that mean we can sue SUN for false advertising - Write once, run anywhere -W

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Nils-Helge Garli Hegvik
I have WinXP, and it fails here as well. Nils-H On Nov 21, 2007 5:42 PM, Ted Husted [EMAIL PROTECTED] wrote: I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too. On Nov 21, 2007 10:24 AM, Wes Wannemacher [EMAIL PROTECTED] wrote: I'm on ubuntu with Java HotSpot(TM)