On Sun, Jul 27, 2008 at 5:54 AM, Milinda Pathirage <
[EMAIL PROTECTED]> wrote:

> Hi,
> I found the the cause of the bug in Firefox 3. In previous versions of
> Firefox 3 when we get the process info list using method like following:
>
> var response = ProcessManagementService.listAllProcesses();
>        var processInfoList = YAHOO.util.Dom.getElementsBy(function(el) {
>            return true;
>        }, 'process-info-list', response);
>
> we can again call getElementsByTagName on the returned processInfoList. But
> in the current Firefox version(3) we can't execute the getElementsByTagName
> on child nodes of the root node(what we get after calling
> getElementsByTagName on the root node). But I try to execute
> getElementsByTagName using the tag name 'process-info'. But it din't work.
> I
> think this is bug due to namespace handling. Because in the response we get
> from ProcessManagement service, 'process-info-list' eleent use the defautlt
> namespace. But 'process-info' use different namespace. I think that it's
> the
> problem. I'll try to find a solution for this ASAP.
>

Thanks for looking into it. And if it takes too much time, don't worry about
it, you should make sure you can be ready for your deadline first. We can
work these details out after.

Thanks,
Matthieu


>
> Thanks
> Milinda
>
>
>
> On Sun, Jul 27, 2008 at 2:06 PM, Milinda Lakmal Pathirage (JIRA) <
> [EMAIL PROTECTED]> wrote:
>
> >
> >    [
> >
> https://issues.apache.org/jira/browse/ODE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617257#action_12617257
> ]
> >
> > Milinda Lakmal Pathirage commented on ODE-293:
> > ----------------------------------------------
> >
> > There is a problem with jQuery and Firefox 3. I tried to find a solution
> > and still couldn't find one. Currently I am trying to finish adding all
> the
> > required features and I'll fix those bugs after finishing required
> features
> > (GSOC deadline is on 11th August).
> >
> > > AJAX based Monitoring and Management Console for ODE(Axis2 Integration)
> > > -----------------------------------------------------------------------
> > >
> > >                 Key: ODE-293
> > >                 URL: https://issues.apache.org/jira/browse/ODE-293
> > >             Project: ODE
> > >          Issue Type: New Feature
> > >            Reporter: Milinda Lakmal Pathirage
> > >         Attachments: mmc.zip, mmc_v2.zip, mmc_v3.zip
> > >
> > >
> > > AJAX based Monitoring & Management Console for Apache ODE is a project
> > aimed at implementing Ajax based web application that expose monitoring
> and
> > management capabilities support by Apache ODE BPEL engine and integrate
> it
> > with ODE's Axis2 deployment.
> > > This will enable users to gain full advantage of the ODE, by making
> > deploying BPEL deployment bundles easier, allowing them to monitor
> running
> > process models, instances, engine status, and providing easy to use
> > interface to suspend/resume and start/retire process instances and
> models.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >
>
>
> --
> http://mpathirage.com
> http://wso2.org "Oxygen for Web Service Developers"
> http://wsaxc.blogspot.com "Web Services With Axis2/C"
>

Reply via email to