[ http://issues.apache.org/struts/browse/WW-1491?page=comments#action_38698 
] 
            
Ted Husted commented on WW-1491:
--------------------------------

When deploying MailReader (but not blank or showcase), Tomcat is showing in the 
log 

Nov 14, 2006 10:01:18 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter Struts2
java.lang.StackOverflowError
        at com.opensymphony.xwork2.inject.Key.equals(Key.java:64)
        at java.util.HashMap.get(HashMap.java:348)
        at 
com.opensymphony.xwork2.inject.ContainerImpl.getFactory(ContainerImpl.java:52)
        at 
com.opensymphony.xwork2.inject.ContainerImpl.getInstance(ContainerImpl.java:450)
        at 
com.opensymphony.xwork2.inject.ContainerImpl.getInstance(ContainerImpl.java:462)
        at 
com.opensymphony.xwork2.inject.ContainerImpl$9.call(ContainerImpl.java:493)
        at 
com.opensymphony.xwork2.inject.ContainerImpl.callInContext(ContainerImpl.java:521)
        at 
com.opensymphony.xwork2.inject.ContainerImpl.getInstance(ContainerImpl.java:491)
        at 
org.apache.struts2.config.BeanSelectionProvider$ObjectFactoryDelegateFactory.create(BeanSelectionProvider.java:204)

The stanza repeats for some time. 

The ObjectFactoryDelegateFactory is an inner class that only seems to be used 
when an alias can't be found. 


> Zero XML action configuration
> -----------------------------
>
>                 Key: WW-1491
>                 URL: http://issues.apache.org/struts/browse/WW-1491
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Configuration
>    Affects Versions: 2.0.1
>            Reporter: Don Brown
>         Assigned To: Don Brown
>             Fix For: 2.0.2
>
>
> Struts 2 should have the ability to configure actions, packages, and 
> namespaces through conventions and a few annotations.  This means that no XML 
> is required by the developer to create a fully-featured application.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to