Hello all,
I’ve an agent that runs querys to MySQL database. For development I’ve placed the Java JDBC extension jdbc2_0-stdext.jar into the domino6\jvm\lib\ext. So it runs pretty fine and does my query lookups.
For now I want to get rid of placing the jdbc2_0-stdext.jar manually to the domino directory. So I want to include that jar file into my agent. But everytime I’ll do that (the file in domino6\jvm\lib\ext has been deleted), I’ll get the following error message, not finding the Java JDBC extension:
29.04.2005 10:46:04 Agent error: java.lang.NoClassDefFoundError: java/sql/Savepoint
29.04.2005 10:46:04 Agent error: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:268)
29.04.2005 10:46:04 Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:543)
29.04.2005 10:46:04 Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:194)
29.04.2005 10:46:04 Agent error: at DSCSync.DSCSyncAgent.NotesMain(DSCSyncAgent.java:180)
29.04.2005 10:46:04 Agent error: at lotus.domino.AgentBase.runNotes(Unknown Source)
29.04.2005 10:46:04 Agent error: at lotus.domino.NotesThread.run(NotesThread.java:215)
How can I get rid of placing the Java JDBC extension to the domino directory? How to include it correct into the agent, that the agent uses the Java JDBC .jar file at runtime?
Greetings.
NicoP.