The best way to report a bug and get it fixed is to add it to the bug
tracking system:
http://nagoya.apache.org/bugzilla/
so that it stays in the database until it's fixed.
Craig
On Mon, 9 Jul 2001, Jonathan Fuerth wrote:
> Hello! I've discovered a bug in the struts initialisation:
>
> If the data source specified in struts-config.xml is not valid, then
> the initialisation steps that are normally performed after setting up
> the data source are skipped! The steps are below:
>
> 2001-07-09 05:23:33 - path="/pt" :jsp: init
> 2001-07-09 05:23:33 - path="/pt" :action: init
> 2001-07-09 05:23:33 - path="/pt" :action: Loading application resources from
>resource ApplicationResources
> 2001-07-09 05:23:33 - path="/pt" :action: Initializing configuration from resource
>path /WEB-INF/struts-config.xml
> 2001-07-09 05:23:33 - path="/pt" :action: Initializing application data source
>org.apache.struts.action.DATA_SOURCE
> [*** If there's an exception here, the following two lines are not
> present in tomcat's servlet.log ***]
> 2001-07-09 05:23:34 - path="/pt" :action: Process servletName=action, urlPattern=*.do
> 2001-07-09 05:23:34 - path="/pt" :action: Mapping for servlet 'action' = '*.do'
>
> Hope this one's not too tough to fix. :)
>
> Thanks!
>
> -Jonathan Fuerth
>