You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Aaron Mulder (JIRA)" <ji...@apache.org> on 2010/11/12 09:49:24 UTC

[jira] Created: (CAMEL-3334) BeanShell Expressions Don't Work

BeanShell Expressions Don't Work
--------------------------------

                 Key: CAMEL-3334
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3334
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-script
    Affects Versions: 2.5.0
            Reporter: Aaron Mulder
            Priority: Minor
             Fix For: 2.6.0


BeanShell 2.0b5 has the JSR-223 integration, but it implements Compilable, when in fact it throws an exception if you call compile.

Camel calls compile for any language that implements Compilable, therefore you get an exception every time your route has BeanShell in it.

I notice the BeanShell tests are commented-out in camel-script.

Also, the Camel Wiki page for BeanShell is stupendously vague on actual usage.

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


[jira] Updated: (CAMEL-3334) BeanShell Expressions Don't Work

Posted by "Aaron Mulder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Mulder updated CAMEL-3334:
--------------------------------

    Attachment: camel-script-beanshell.patch

> BeanShell Expressions Don't Work
> --------------------------------
>
>                 Key: CAMEL-3334
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3334
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-script
>    Affects Versions: 2.5.0
>            Reporter: Aaron Mulder
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: camel-script-beanshell.patch
>
>
> BeanShell 2.0b5 has the JSR-223 integration, but it implements Compilable, when in fact it throws an exception if you call compile.
> Camel calls compile for any language that implements Compilable, therefore you get an exception every time your route has BeanShell in it.
> I notice the BeanShell tests are commented-out in camel-script.
> Also, the Camel Wiki page for BeanShell is stupendously vague on actual usage.

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


[jira] Resolved: (CAMEL-3334) BeanShell Expressions Don't Work

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3334.
--------------------------------

    Resolution: Fixed

Thanks for the patch and updating the wiki. Keep it up.

trunk: 1034306.

> BeanShell Expressions Don't Work
> --------------------------------
>
>                 Key: CAMEL-3334
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3334
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-script
>    Affects Versions: 2.5.0
>            Reporter: Aaron Mulder
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: camel-script-beanshell.patch
>
>
> BeanShell 2.0b5 has the JSR-223 integration, but it implements Compilable, when in fact it throws an exception if you call compile.
> Camel calls compile for any language that implements Compilable, therefore you get an exception every time your route has BeanShell in it.
> I notice the BeanShell tests are commented-out in camel-script.
> Also, the Camel Wiki page for BeanShell is stupendously vague on actual usage.

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


[jira] Updated: (CAMEL-3334) BeanShell Expressions Don't Work

Posted by "Aaron Mulder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Mulder updated CAMEL-3334:
--------------------------------

    Patch Info: [Patch Available]

> BeanShell Expressions Don't Work
> --------------------------------
>
>                 Key: CAMEL-3334
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3334
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-script
>    Affects Versions: 2.5.0
>            Reporter: Aaron Mulder
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> BeanShell 2.0b5 has the JSR-223 integration, but it implements Compilable, when in fact it throws an exception if you call compile.
> Camel calls compile for any language that implements Compilable, therefore you get an exception every time your route has BeanShell in it.
> I notice the BeanShell tests are commented-out in camel-script.
> Also, the Camel Wiki page for BeanShell is stupendously vague on actual usage.

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


[jira] Assigned: (CAMEL-3334) BeanShell Expressions Don't Work

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-3334:
----------------------------------

    Assignee: Claus Ibsen

> BeanShell Expressions Don't Work
> --------------------------------
>
>                 Key: CAMEL-3334
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3334
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-script
>    Affects Versions: 2.5.0
>            Reporter: Aaron Mulder
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: camel-script-beanshell.patch
>
>
> BeanShell 2.0b5 has the JSR-223 integration, but it implements Compilable, when in fact it throws an exception if you call compile.
> Camel calls compile for any language that implements Compilable, therefore you get an exception every time your route has BeanShell in it.
> I notice the BeanShell tests are commented-out in camel-script.
> Also, the Camel Wiki page for BeanShell is stupendously vague on actual usage.

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