Re: XWork build failure

2008-11-08 Thread Jeromy Evans
Martin Cooper wrote: On Tue, Nov 4, 2008 at 7:16 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: Just pulled and built with both Java 5 & 6 and didn't see it... Using Ubuntu Intrepid on AMD64 with Sun JDKs. Weird. I was using Java 6, but switched to Java 5 and now it builds. (This is

Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
--- On Sun, 11/9/08, Jeromy Evans wrote: > No, you can't use both approaches in the same app. Yeah, the more I dug into it the more I realized that. I'm not sure I like that so much. > That's not a complete solution though. The rest plugin > overrides the ActionProxyFactory with one that create

Re: Sanity check on REST plugin

2008-11-08 Thread Jeromy Evans
Al Sutton wrote: Is there a reason why using an ID of the form x.y blows out the REST plugin in 2.1.2? If I use the URL; http://localhost/AndroidPhoneApplications/packages/!veecheck?id=org.blah.com everything works, however if I use; http://localhost/AndroidPhoneApplications/packages/org.

Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Jeromy Evans
Dave Newton wrote: Removing the REST plugin restores regular S2 .action accessibility. So I guess my questions are: is this by design, and is there a way to combine both in the same app? No, you can't use both approaches in the same app. You can get most of the way by setting up the a

Re: 2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
Removing the REST plugin restores regular S2 .action accessibility. So I guess my questions are: is this by design, and is there a way to combine both in the same app? Dave --- On Sat, 11/8/08, Dave Newton wrote: > Running 2.1.3, playing with REST plugin again. > > - o.a.s2.d.ng.filter.StrutsP

2.1.3 REST plugin issue/sanity check

2008-11-08 Thread Dave Newton
Running 2.1.3, playing with REST plugin again. - o.a.s2.d.ng.filter.StrutsPrepareAndExecuteFilter. - web.xml has actionPackages param, foo.bar - struts.xml has some actions not in foo.bar pkg I can only access non-foo.bar actions through show!execute.json URLs; I can't do show.action like I'd ex