From: thomas at tada.se (Thomas Hallgren) Date: Thu, 28 Sep 2006 15:16:26 +0200 Subject: [Pljava-dev] Strange classpath problem In-Reply-To: <451BC9F8.1040502@logix-tt.com> References: <451BC74D.5040105@logix-tt.com> <451BC9F8.1040502@logix-tt.com> Message-ID: <451BCB2A.7080706@tada.se> Jikes! Thanks Markus. I'll submit this patch and review the other stuff as soon as I get some time over. Kind Regards, Thomas Hallgren Markus Schaber wrote: > Hi, all, > > The attached Patch fixes the problem for me. > > Thanks, > Markus > > > > > ------------------------------------------------------------------------ > > Index: src/java/pljava/org/postgresql/pljava/management/Commands.java > =================================================================== > RCS file: /usr/local/cvsroot/pljava/org.postgresql.pljava/src/java/pljava/org/postgresql/pljava/management/Commands.java,v > retrieving revision 1.17 > diff -u -r1.17 Commands.java > --- src/java/pljava/org/postgresql/pljava/management/Commands.java 15 May 2006 21:52:26 -0000 1.17 > +++ src/java/pljava/org/postgresql/pljava/management/Commands.java 28 Sep 2006 13:08:56 -0000 > @@ -737,8 +737,8 @@ > String[] originalSchemaAndPath) throws SQLException > { > String currentSchema = getCurrentSchema(); > + originalSchemaAndPath[0] = currentSchema; > String currentClasspath = getClassPath(currentSchema); > - originalSchemaAndPath[0] = currentClasspath; > originalSchemaAndPath[1] = currentClasspath; > if(currentClasspath == null) > { > > ------------------------------------------------------------------------ > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev >