Hi, (note your message is better sent to the interest as opposed to developers list - more replies that way)
1.07 has different dependancies that 1.1.3pr 1&2 The jars you need are at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jdbforms/dbforms/dependend/ (If your JDK is 1.4.x or later, you can skip this parser step) Download and install an XML parser that is compatible with the Java API for XML Parsing (JAXP) specification. A useful XML parser is the JAXP Reference Implementation, version 1.1 or later. Version 1.1 of DbForms has been upgraded to use the Apache commons framework. This framework required Java XML Parser (JAXP) v1.1. Older Web containers (such as Tomcat v3.2.x) are still using JAXP v1.0 technology and are therefore incompatible. Another JAXP-compatible parser is Xerces, version 1.4.4 or later. Be sure to add the "jaxp.jar" and "parser.jar" (or whatever JAR file comes with your parser) files to your CLASSPATH environment variable. * Download the log4j toolkit (log4j.jar) * Download Jason Hunters multipart servlet classes from O'Reilly (cos.jar) * Download these jars which are all in the Commons project * commons-beanutils.jar * commons-collections.jar * commons-digester.jar * commons-lang.jar * commons-logging.jar * commons-validator.jar * Download jakarta-oro-2.0.6.jar which is in the ORO project All the jars go in your WEB-INF/lib * Download Download and install a servlet container that supports the Servlet API Specification, version 2.3 or later, and the JavaServer Pages (JSP) Specification, version 1.2 or later. Also, you need a log4j.properties file under WEB-XML such as sample log4j.properties file: #begin log4j.props #IMPORTANT - Watch for trailing whitespaces after each statement!!! #log4j.rootCategory=debug, stdout, logFile #log4j.rootCategory=warn, stdout log4j.rootCategory=warn, stdout log4j.category.org.dbforms=warn #out to console log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.appender.stdout.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n #out to file log4j.appender.logFile=org.apache.log4j.RollingFileAppender #tomcat uses bin as current directory when writing log log4j.appender.logFile.File=c:\log4j\log4j_log.txt log4j.appender.logFile.MaxFileSize=100KB log4j.appender.logFile.MaxBackupIndex=1 On Mon, 2003-03-17 at 20:07, [EMAIL PROTECTED] wrote: > Hi all! > I have a problem with the update of dbforms jar file. > I used dbform 1.07 in my applications. > > When I try to update the old jar file with the new 1.1.2 version, > the application doesn't start. > Orion log says only: > > ConfigServlet::initLogging - log4j configuration str = > [C:\mydirectory\prj\entr\servlet\/WEB-INF/log4j.properties] > > and then stop without the database tables initialization. > So when I try the application in a browser, it return this error: > > java.lang.IllegalArgumentException: Troubles with DbForms config xml > file: can not find CONFIG object in application context! check system > configuration! check if application crashes on start-up! > at > org.dbforms.taglib.DbFormTag.setPageContext(DbFormTag.java:424) > at > /jsps/proclogin.jsp._jspService(/jsps/proclogin.jsp.java:77) > at com.orionserver[Orion/1.5.2 (build > 10460)].http.OrionHttpJspPage.service(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._ah._rad(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)].server.http.JSPServlet.service(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._cxb._abe(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._cxb._uec(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._io._twc(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._io._gc(Unknown Source) > at com.evermind[Orion/1.5.2 (build > 10460)]._if.run(Unknown Source) > > > > I have changed only the dbform jar file. > Anyone can help me? -- Shawn <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms