Posted: Fri Apr 01, 2005 2:41 pm Post subject: Help for JavaPlugin Node
Apprentice
Joined: 12 Dec 2004 Posts: 35
Hai
I am new to plugin concepts.Here i am having an issue where i need to pick a file from a folder and insert the fields in the file to a database.can anyone help me in getting the code for this or suggest some solutions for this!!!
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
Start by getting the sample nodes included with product working. The process of getting them installed and configured is thoroughly described in the manual. There are many steps involved in configuring a plugin node so you better of follow the manual to the dot and then post specific questions to the forum. _________________ Mikhail Malamud
http://www.netflexity.com http://groups.google.com/group/qflex
Posted: Mon Apr 04, 2005 8:24 am Post subject: Problems with calling a Java Method in ESQL
Apprentice
Joined: 12 Dec 2004 Posts: 35
Hai ..
I tried to call a Java Method using ESQL . its of this sort..
CALL DBInsert() INTO insertStatus;
CREATE PROCEDURE DBInsert()
RETURNS CHAR
LANGUAGE JAVA
EXTERNAL NAME "Insert.FileReadAndDBInsert";
Insert is the java program name,FileReadAndDBInsert is the method in it.
I specifed the location of the Java file in classpath also. But iam getting the
following ERRORS
Error:The following error occurred during execution of an Java Method call.
Error:Java Exception calling CallStaticObjectMethodA.
Error:java.lang.NoClassDefFoundError: java/sql/Savepoint
PLZ help me with this!! very urgent... _________________ Kiran_manny
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum