[Pljava-dev] pljava + http-post

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] pljava + http-post
Date: 2007-10-22 21:07:13
Message-ID: 471D1101.1020406@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message João Paulo Zavanela 2007-10-30 11:15:33 [Pljava-dev] plJava - Error during Installation
Previous Message mechwarrior at katamail.com 2007-10-22 12:54:35 [Pljava-dev] pljava + http-post