Re: Library placement

2001-10-22 Thread Perry Hoekstra
: [java.lang.NoClassDefFoundError: org/apache/struts/action/Action] What is really weird is that it displays an ActionForm before this process is executed. So it can find org/apache/struts/action/ActionForm but not Action. Thoughts? -- Perry Hoekstra E-Commerce Architect Talent Software Services [EMAIL

Library placement

2001-10-19 Thread Perry Hoekstra
problem. At this point, I am at a loss... Thoughts, ideas??? -- Perry Hoekstra E-Commerce Architect Talent Software Services [EMAIL PROTECTED]

NullPointerException and DataSource

2001-10-02 Thread Perry Hoekstra
) at com.ingenix.hisit.subrotrack.test.audit.ejb.AuditLogTest.main(Unknown Source) If I do a toString on the database connection, I see: [jdbc/OracleDS connection] I have tried both PreparedStatement and CreateStatement. What other things can I try in order to debug this problem? -- Perry