yikes! : net.sf.json.JSONException: There is a cycle in the hierarchy!

2008-08-07 Thread John Moose
Anyone know what this means?? How can I change the pre-configured STRICT strategy : net.sf.json.util.CycleDetectionStrategy$StrictCycleDetectionStrategy to LENIENT ?? and will that even help me here? Using Hibernate 3.1 with Struts 2.1.3 and the REST plugin. XML serializaion works fine after ch

Re: There is no Action mapped for namespace / and action name ...

2008-07-30 Thread John Moose
uldn't do that. I wonder what in 2.1.2 makes > my program not work anymore. > > Pauli > > 2008/7/29 John Moose <[EMAIL PROTECTED]>: > > re-ordered the libraries and builders, forced JDK compiler compliance to > 5.0 > > ( definitely *not* 6.0 !!) in Eclipse an

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread John Moose
re-ordered the libraries and builders, forced JDK compiler compliance to 5.0 ( definitely *not* 6.0 !!) in Eclipse and voila...runs great. never *really* thought it was a Struts2 problem ; ) On Tue, Jul 29, 2008 at 9:26 AM, John Moose <[EMAIL PROTECTED]> wrote: > A very wierd situ

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread John Moose
ly could be the > web.xml > >> (specifically the dispatcher being used) and I may have put my foot in > my > >> mouth (again). > >> > >> Somebody followed up saying the original FilterDispatcher worked, > though, > >> so maybe not. Hrm. >

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595) On Mon, Jul 28, 2008 at 4:39 PM, John Moose <[EMAIL PROTECTED]> wrote: > Hi Dave, > > I have the following snippet of D

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
I can't find any On Mon, Jul 28, 2008 at 4:17 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > The web.xml doesn't have anything to do with the error message; it thinks > there isn't an action configured at the URL you're requesting. > > Impossible to help w

There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
I know what you're thinking... web.xml has no action mapping, but it does! http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> Struts

Re: REST plugin doesn't return JSON serialization anymore...

2008-07-10 Thread John Moose
no problem, is this a Struts 2 issue or Struts sandbox issue?? On Thu, Jul 10, 2008 at 2:15 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Could you open a jira ticket with the details? > > musachy > > On Thu, Jul 10, 2008 at 2:03 PM, John Moose <[EMAIL PROTECTED]&g

REST plugin doesn't return JSON serialization anymore...

2008-07-10 Thread John Moose
building with Struts-2.1.3-SNAPSHOT and xworks-2.1.2-SNAPSHOT the XML extenson and XHTML extension seem to work OK both in the showcase and my app, but the .json extension seems to be triggering a File Download action...even in the showcase??? fwiw, JSON serialized data is a key feature of our n

Re: Struts 2.1.3 build cannot resolve xwork-2.1.2-SNAPSHOT.jar

2008-07-09 Thread John Moose
] On 7/9/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Did you run 'mvn install' for xwork? > > musachy > > > On Wed, Jul 9, 2008 at 1:52 PM, John Moose <[EMAIL PROTECTED]> wrote: > > I ahve svn'd the x

Struts 2.1.3 build cannot resolve xwork-2.1.2-SNAPSHOT.jar

2008-07-09 Thread John Moose
I ahve svn'd the xwork tree and built xwork-2.1.2-SNAPSHOT in the target folder, did the mvn install:install-file command but the Struts 2 build still cannot find the xwork jar in any repository?? This is killing me.