agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feedSubject: [Pljava-dev] pljava + http-post
Date: Mon, 22 Oct 2007 23:07:13 +0200
Message-ID: <471D1101.1020406@tada.se> (raw)
In-Reply-To: <131.175.12.86.1740283494.1193057675@webmail.katamail.com>
References: <81.208.36.82.470311689.1192898206@webmail.katamail.com>
<Pine.BSO.4.64.0710220325020.8416@leary.csoft.net>
<131.175.12.86.1740283494.1193057675@webmail.katamail.com>
mechwarrior at katamail.com wrote:
> 2) Since each time i modify my pljava function i've to compile+jar and then replace the jar in the db, i made (atleast for the second part) a function with about 10 commands (same as pljava exmaple tutorial + cleaning some debug tables). Sometimes happen that even if i execute my function the jar dont get updated and i've to restart the postgres db. That's quite annoying if you're trying to understand if you're making useless updates to your code or if it's just postgres not updating the new jar.
>
The jar is updated but the classes that the JVM already has loaded into
memory are not replaced. Compare to having a running JVM and replacing
jar files on the disk. Even if those files are on the a classpath seen
by a JVM, no "hot replace" would take place.
Regards,
Thomas Hallgren
view thread (4+ messages)
Message-ID: <471D1101.1020406@tada.se>
Permalink: ../471D1101.1020406@tada.se/
Also on: postgresql.org/message-id/471D1101.1020406@tada.se
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pljava-dev@postgresql.org
Subject: Re: [Pljava-dev] pljava + http-post
In-Reply-To: <471D1101.1020406@tada.se>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox