Re: InvocationTargetException on new WORequest

2008-06-02 Thread Mike Schrag
Error: java.lang.reflect.InvocationTargetException Reason: com.webobjects.appserver.WORequest.(Ljava/lang/ String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lcom/ webobjects/foundation/NSData;Ljava/util/Map;)V Presumably this is wrapping a NoSuchMethodError here, which only h

Re: InvocationTargetException on new WORequest

2008-06-02 Thread Chuck Hill
Ljava/util/Map You are building against WO 5.4 and running against WO 5.3 Chuck On Jun 2, 2008, at 11:52 AM, Eric E. van Leeuwen wrote: Application: Error: java.lang.reflect.InvocationTargetException Reason: com.webobjects.appserver.WORequest.(Ljava/lang/ String;Ljava/lang/String

Re: InvocationTargetException on new WORequest

2008-06-02 Thread Eric E. van Leeuwen
Application: Error: java.lang.reflect.InvocationTargetException Reason: com.webobjects.appserver.WORequest.(Ljava/lang/ String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lcom/ webobjects/foundation/NSData;Ljava/util/Map;)V Stack trace:File

Re: InvocationTargetException on new WORequest

2008-06-02 Thread Chuck Hill
Can we see the stack trace and exact exception message? On Jun 2, 2008, at 11:01 AM, Eric E. van Leeuwen wrote: All, I've been searching the archives (as well as the web in general) for a while now and can't find exactly what I'm looking for. I have a DirectAction defaultAction() that che

InvocationTargetException on new WORequest

2008-06-02 Thread Eric E. van Leeuwen
All, I've been searching the archives (as well as the web in general) for a while now and can't find exactly what I'm looking for. I have a DirectAction defaultAction() that check's to see if a specific cookie is present and depending either performs the login() or validate() method. The