Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Assaf Arkin
On Wed, May 14, 2008 at 3:16 PM, Tammo van Lessen <[EMAIL PROTECTED]> wrote: > Hi Assaf, > > > Assaf Arkin wrote: > >> Here's four things I learned from trying to do that, which just didn't >> work. >> There's more, but I think these four would be enough: >> >> 1. Quite early into the developmen

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Assaf Arkin
On Wed, May 14, 2008 at 2:43 AM, Tammo van Lessen <[EMAIL PROTECTED]> wrote: > Assaf Arkin wrote: > >> Forget about that, PUT and DELETE seems to be supported by > XMLHttpRequests... > > PUT, DELETE not supported on Safari, and on some browsers may not do the right thing (you

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Tammo van Lessen
Hi Assaf, Assaf Arkin wrote: Here's four things I learned from trying to do that, which just didn't work. There's more, but I think these four would be enough: 1. Quite early into the development you realize the UI and API are optimized for different tasks, they quickly diverge and you end u

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Paul Brown
On May 13, 2008, at 11:23 PM, Vladimir Ritz Bossicard wrote: I've been listening to the conversation and I would like to make a suggestion. If it is completely off-topic, please just disregard it. Not at all; it's a good suggestion to consider. Why not exposing ODE's various management func

Re: Problem in passing multiple values to a webservice

2008-05-14 Thread Alex Boisvert
Now that I'm looking at your BPEL in more detail, I suspect the compiler isn't parsing your assignments properly, as they aren't in BPEL 2.0 format -- the query attribute doesn't exist anymore. So I would recommend using the following form of assignment, $message.part/path/to/source/eleme

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Tammo van Lessen
Vladimir, Vladimir Ritz Bossicard wrote: Why not exposing ODE's various management functionalities via JMX? The Monitoring Console would simply be a web based JMX console (similar to JManage) with the latest-greatest Web 2.0 technologies. I see several advantages: * the project can be spli

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Vladimir Ritz Bossicard
All, I've been listening to the conversation and I would like to make a suggestion. If it is completely off-topic, please just disregard it. Why not exposing ODE's various management functionalities via JMX? The Monitoring Console would simply be a web based JMX console (similar to JManage

Re: [gsoc] Monitoring Console / Architecture

2008-05-14 Thread Tammo van Lessen
Assaf Arkin wrote: Forget about that, PUT and DELETE seems to be supported by XMLHttpRequests... PUT, DELETE not supported on Safari, and on some browsers may not do the right thing (you don't want to get a cached copy of a deleted resource). I should have known that. Is there one Web standa