You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/08/08 03:55:14 UTC

[jira] Created: (CHUKWA-372) select_multiple_callback does not work in hicc

select_multiple_callback does not work in hicc
----------------------------------------------

                 Key: CHUKWA-372
                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: User Interface
    Affects Versions: 0.2.0, 0.3.0
         Environment: Redhat EL 5.1, Java 6
            Reporter: Eric Yang
             Fix For: 0.3.0


Email from Stephen:

Hi Eric,

I'm attempting to create a widget with a select_multiple_callback 
parameter. However, whenever I attempt to deploy it, I get:

   json_text.parseJSON is not a function
     param_options=json_text.parseJSON();

The same descriptor works fine if I set the type to select_callback.

I'm using chukwa 2.0.

---

Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-372) select_multiple_callback does not work in hicc

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745656#action_12745656 ] 

Hudson commented on CHUKWA-372:
-------------------------------

Integrated in Chukwa-trunk #112 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/112/])
    

> select_multiple_callback does not work in hicc
> ----------------------------------------------
>
>                 Key: CHUKWA-372
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-372.patch
>
>
> Email from Stephen:
> Hi Eric,
> I'm attempting to create a widget with a select_multiple_callback 
> parameter. However, whenever I attempt to deploy it, I get:
>    json_text.parseJSON is not a function
>      param_options=json_text.parseJSON();
> The same descriptor works fine if I set the type to select_callback.
> I'm using chukwa 2.0.
> ---
> Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
> select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-372) select_multiple_callback does not work in hicc

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-372:
-----------------------------

    Attachment: CHUKWA-372.patch

Change all instance of parseJSON() to evalJSON().

> select_multiple_callback does not work in hicc
> ----------------------------------------------
>
>                 Key: CHUKWA-372
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-372.patch
>
>
> Email from Stephen:
> Hi Eric,
> I'm attempting to create a widget with a select_multiple_callback 
> parameter. However, whenever I attempt to deploy it, I get:
>    json_text.parseJSON is not a function
>      param_options=json_text.parseJSON();
> The same descriptor works fine if I set the type to select_callback.
> I'm using chukwa 2.0.
> ---
> Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
> select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-372) select_multiple_callback does not work in hicc

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ari Rabkin updated CHUKWA-372:
------------------------------

    Resolution: Fixed
      Assignee: Eric Yang
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Eric.

> select_multiple_callback does not work in hicc
> ----------------------------------------------
>
>                 Key: CHUKWA-372
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-372.patch
>
>
> Email from Stephen:
> Hi Eric,
> I'm attempting to create a widget with a select_multiple_callback 
> parameter. However, whenever I attempt to deploy it, I get:
>    json_text.parseJSON is not a function
>      param_options=json_text.parseJSON();
> The same descriptor works fine if I set the type to select_callback.
> I'm using chukwa 2.0.
> ---
> Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
> select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-372) select_multiple_callback does not work in hicc

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741026#action_12741026 ] 

Ari Rabkin commented on CHUKWA-372:
-----------------------------------

+1 to patch. 

> select_multiple_callback does not work in hicc
> ----------------------------------------------
>
>                 Key: CHUKWA-372
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-372.patch
>
>
> Email from Stephen:
> Hi Eric,
> I'm attempting to create a widget with a select_multiple_callback 
> parameter. However, whenever I attempt to deploy it, I get:
>    json_text.parseJSON is not a function
>      param_options=json_text.parseJSON();
> The same descriptor works fine if I set the type to select_callback.
> I'm using chukwa 2.0.
> ---
> Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
> select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-372) select_multiple_callback does not work in hicc

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-372:
-----------------------------

    Status: Patch Available  (was: Open)

> select_multiple_callback does not work in hicc
> ----------------------------------------------
>
>                 Key: CHUKWA-372
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-372
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-372.patch
>
>
> Email from Stephen:
> Hi Eric,
> I'm attempting to create a widget with a select_multiple_callback 
> parameter. However, whenever I attempt to deploy it, I get:
>    json_text.parseJSON is not a function
>      param_options=json_text.parseJSON();
> The same descriptor works fine if I set the type to select_callback.
> I'm using chukwa 2.0.
> ---
> Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when 
> select_multiple_callback is called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.