how about stalling requests until the update is complete ? regards, toby
On 8/29/08, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > Hi all, > > when I update a bundle containing a servlet (eg. servlet path = > /bin/myservlet) and I hit my curl command for testing that servlet > (POST to /bin/myservlet + a few specific params) too fast, ie. in the > time when the old version of the bundle is gone, but the new version > is not yet started, and hence nothing is registered under > /bin/myservlet, the request is handled by the SlingPostServlet, which > in this case creates a new JCR node under /bin/myservlet. > > Any ideas how to circumvent this little annoyance during development? > > Regards, > Alex > > PS: I would like to have a nice "ding" sound once the bundle update > completed successfully ;-) > > > -- > Alexander Klimetschek > [EMAIL PROTECTED] >
