Many thanks. I changed to the new servlets and that solved it.

> -----Original Message-----
> From: Shawn [SMTP:[EMAIL PROTECTED]
> Sent: 25 July 2003 00:25
> To:   J M Okomba; dbf interest
> Subject:      Re: [dbforms] XML error with dbforms1.1.4pr1
> 
> Hi JM,
> 
> The error you got makes it seem like the following may not be the problem 
> but...well it's probably useful to mention this on the mailing list 
> anyway...
> 
> If you are upgrading from 1.1.3 or from 1.1.4dev (first dev release), you 
> must make three changes (four to use JasperReports) to dbforms-config.xml
> 
> These changes need to be made to the <servlet-class> element only and the 
> <servlet-name> can remain as it is in your dbforms-config.xml
> 
> 
>   From:    <servlet-name>config</servlet-name>
>     <servlet-class>org.dbforms.ConfigServlet</servlet-class>
>   To:
>     <servlet-name>config</servlet-name>
>     <servlet-class>org.dbforms.servlets.ConfigServlet</servlet-class>
> 
> 
> 
>   From:
>     <servlet-name>control</servlet-name>
>     <servlet-class>org.dbforms.Controller</servlet-class>
>   To:    <servlet-name>control</servlet-name>
>     <servlet-class>org.dbforms.servlets.Controller</servlet-class>
> 
> 
> 
>   From:
>     <servlet-name>file</servlet-name>
>     <servlet-class>org.dbforms.util.FileServlet</servlet-class>
>     To:
>     <servlet-name>file</servlet-name>
>     <servlet-class>org.dbforms.servlets.FileServlet</servlet-class>
> 
> 
> Similarly, to use JapsperReports please adjust the <servlet-class> to be:
> 
>     <servlet>
>         <servlet-name>startreport</servlet-name>
>         <display-name>startreport</display-name>
>         <servlet-class>org.dbforms.servlets.StartReportServlet</servlet- 
> class>
>     </servlet>
> >
> > I just tried dbforms1.1.4pr1 and keep getting this error on every
> dbforms
> > page:
> >
> > XML error handler is disabled, please supply xml error file on startup
> or
> > use error tag instead!
> >
> > I have not been getting this error with dbforms1.1.3 (same application, 
> > same
> > configuration).
> >
> > Tomcat error log doesn't show any trace of the error to dbforms, though 
> > it's
> > only occurring when I load dbforms1.1.4pr1. What could I be missing out?
> >
> >
> 
> 
> 
> 
> -- 
> Shawn
> 
> Happily using M2, Opera's revolutionary e-mail client: 
> http://www.opera.com/m2/


-------------------------------------------------------
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
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to