From: fluca1978 at infinito.it (Luca Ferrari) Date: Wed, 4 Aug 2010 08:59:16 +0200 Subject: [Pljava-dev] problem implementing with ResultSetProvider In-Reply-To: References: Message-ID: <201008040859.17264.fluca1978@infinito.it> On Wednesday, August 04, 2010 04:05:05 am John D. West's cat walking on the keyboard wrote: > Then when I run it, I get the following error: > ERROR: Unable to find static method emTauP.TTimes with signature > (Ljava/lang/String;Ljava/lang/String;DD)Lorg/postgresql/pljava/ResultSetPro > vider; > > I can create and run functions which do not implement > ResultSetProvider, no problem. Can anyone see something I'm doing > wrong, or is this a bug? > I have recreated it on my system and I can invoke the function. It should not be a classpath problem, since that will lead to a class not found exception. Could you post the log to see if there is an hint? Luca