If the table is in the configuration file then it will be found, or an error will be thrown when tomcat reloads. Check the logs for exceptions on startup. If that table loads last, there is a good chance that the ones before it load OK and appear in your app.

Check for comment-outs using a colorized browser. Make double-sure the file you are looking at is the file that is being used. I have had problems before editing a file and not deploying, or forgetting that webapps deployed by tomcat temporarily using an ant script reside in the build subdirectory of your source tree, not in the webapp directory in tomcat.



On Thu, 14 Apr 2005 02:49:45 -0700 (PDT), - - <[EMAIL PROTECTED]> wrote:


hi

i searched the mailing list and the web but found nothing useful so far.

when run a jsp generated by dbforms on weblogic 7, dbforms say it cannot find table xxx in configuration but the table is in dbforms-config.xml which is generated by dbforms devgui.

there was no problem about dbforms-config.xml during web app deployment.

thanks very much



java.lang.Exception: Table xxx not found in configuration

at org.dbforms.taglib.DbFormTag.setTableName(DbFormTag.java:907)

at jsp_servlet.__tbldatasources_single._jspService(__tbldatasources_single.java:155)

at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)

at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:445)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)

at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)

at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)

at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)

at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)

at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)


__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to