> Have you made sure that the function can be found from your classpath?
Øystein, I guess yes. The same code (deployed in a jar) that creates the function, runs the code that invokes it. This happens in the same JVM, and in the same classloader, unless derby has it's own classloader? Regards, Erik Bengtson -----Original Message----- From: [EMAIL PROTECTED] (Øystein Grøvlen) [mailto:[EMAIL PROTECTED] (Øystein Grøvlen)] Sent: Monday, September 26, 2005 5:09 PM To: [email protected] Subject: Re: cant' get user defined function to work >>>>> "EB" == Erik Bengtson <[EMAIL PROTECTED]> writes: EB> Dan, EB> That doesn't help. I already tried variations of the same function, using EB> the same code. EB> While using any "java.lang.Math" or other EB> java.lang.Class.operation, derby was able to retrieve and run EB> the function. Where should I send the code to reproduce it? Have you made sure that the function can be found from your classpath? -- Øystein R
