If you are trying to run on a server that is not fully Servlet 2.3
compliant (such as Weblogic 6.1), then you will have this problem.  I'm
debugging this on my machine as we speak.

So far it turns out to be an issue with Servlet filters and listeners.

If you are on Weblogic 6.1, let me know, and I'll let you know when I've
got SimpleCounter running.

Scott Smith
Technical Specialist II
TSG HLIS E-Commerce Solution Delivery
Washington Mutual Bank
17901 Von Karman, 5th floor 7124MICA
Irvine, CA 92614
Phone: 949-838-1418
-----Original Message-----
From: Thompson, Kris [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 12, 2003 7:50 AM
To: [EMAIL PROTECTED]
Subject: RE: [OS-webwork] A Couple Observations -- follow up

Any progress on this issue?  The first two examples (in the default.jsp
page) still are broken with the same error

java.lang.IllegalArgumentException: Unknown action name:
com.opensymphony.webwork.example.counter.SimpleCounter
        at
com.opensymphony.xwork.DefaultActionInvocation.createAction(DefaultActio
nInvocation.java:174)
        at
com.opensymphony.xwork.DefaultActionInvocation.init(DefaultActionInvocat
ion.java:225)

Is there any work around for this?  

Kris Thompson
www.frameworks-boulder.org

> -----Original Message-----
> From: Matt Ho [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 07, 2003 12:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] A Couple Observations
> 
> 
> Brett Knights wrote:
> > I don't know if this helps but I used to get similar 
> problems with Tomcat.
> > One of the items I was putting into the session wasn't 
> Serializable. I fixed
> > that (just implemented the Serializable interface) and I 
> haven't seen any
> > problems since on context reloading.
> 
> Yep.  That's seems to be the problem.  This is gonna be a 
> tricky one ... 
>    Serialized objects by default want a default constructor.  
> Components 
> managed by pico (a) often don't have a default constructor 
> and (b) are 
> not allowed to have more than one constructor.
> 
> I've put in a temporary workaround in CVS that causes new 
> instances of 
> all the session scoped components to be created if the 
> session is reloaded.
> 
> I'll see if the pico guys have any suggestions.
> 
> M
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_06
> 1203_01/01
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01
/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to