You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-user@jakarta.apache.org by Keithgchapman <ke...@gmail.com> on 2009/03/04 06:48:15 UTC

Can JRuby 1.1.2 be used with BSF?

Hi,

I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this bug
reported on JRuby [1] I want to upgrade my JRuby version. I tried this but
it failed with the following exception. Are there any plans to upgrade the
supported JRuby version?

org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
        at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
        at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
        at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)


[1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.
-- 
View this message in context: http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html
Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org


Re: Can JRuby 1.1.2 be used with BSF?

Posted by Keithgchapman <ke...@gmail.com>.


Anthony Elder wrote:
> 
> There's been no discussion on the next release. If you need one with that 
> fix i guess we could do one, though i'm off on vacation today so I 
> wouldn't be able to help with that till after March 15th. 
> 
> That would be awesome Ant.  Looking forward to the new release...
> 
> Thanks,
> Keith.
> 
>    ...ant
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 04/03/2009 09:58
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi Ant,
> 
> Yes I feared so. Is there any timeline as to when this would happen?
> 
> Thanks,
> Keith.
> 
> 
> 
> Anthony Elder wrote:
>> 
>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 
> and 
>> the earlier JRuby releases.
>> 
>>    ...ant
>> 
>> 
>> 
>> 
>> 
>> Keithgchapman <ke...@gmail.com> 
>> 04/03/2009 05:48
>> Please respond to
>> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
>> 
>> 
>> To
>> bsf-user@jakarta.apache.org
>> cc
>> 
>> Subject
>> Can JRuby 1.1.2 be used with BSF?
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Hi,
>> 
>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this 
> 
>> bug
>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this 
> but
>> it failed with the following exception. Are there any plans to upgrade 
> the
>> supported JRuby version?
>> 
>> 
> org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>         at
>> 
> com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>>         at
>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>         at
>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>> 
>> 
>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>> Keith.
>> -- 
>> View this message in context: 
>> 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html
> 
>> 
>> Sent from the BSF - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with number 
> 
>> 741598. 
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
> 3AU
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html
> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22353038.html
Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org


Re: Can JRuby 1.1.2 be used with BSF?

Posted by Keithgchapman <ke...@gmail.com>.
Thanks Ant, I downloaded the release and tried it out and it seems like the
issue is now resolved. Thanks for the help.

Thanks,
Keith.


Anthony Elder wrote:
> 
> Just an FYI on the BSF 2.0 beta3 release, its taking a while to work out 
> how to get the website updated but the artifacts are now released and 
> available in the maven repository and distribution area if anyone needs to 
> start using them before the release announcement is made when the website 
> is updated.
> 
>    ...ant
> 
> 
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 19/03/2009 15:59
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi Ant,
> 
> Any progress on this? Would it be possible to do a BSF release?
> 
> Thanks,
> Keith.
> 
> 
> 
> Anthony Elder wrote:
>> 
>> There's been no discussion on the next release. If you need one with 
> that 
>> fix i guess we could do one, though i'm off on vacation today so I 
>> wouldn't be able to help with that till after March 15th. 
>> 
>>    ...ant
>> 
>> 
>> 
>> 
>> Keithgchapman <ke...@gmail.com> 
>> 04/03/2009 09:58
>> Please respond to
>> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
>> 
>> 
>> To
>> bsf-user@jakarta.apache.org
>> cc
>> 
>> Subject
>> Re: Can JRuby 1.1.2 be used with BSF?
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Hi Ant,
>> 
>> Yes I feared so. Is there any timeline as to when this would happen?
>> 
>> Thanks,
>> Keith.
>> 
>> 
>> 
>> Anthony Elder wrote:
>>> 
>>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
> 
>>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
> 
>>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 
>> and 
>>> the earlier JRuby releases.
>>> 
>>>    ...ant
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Keithgchapman <ke...@gmail.com> 
>>> 04/03/2009 05:48
>>> Please respond to
>>> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
>>> 
>>> 
>>> To
>>> bsf-user@jakarta.apache.org
>>> cc
>>> 
>>> Subject
>>> Can JRuby 1.1.2 be used with BSF?
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Hi,
>>> 
>>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to 
> this 
>> 
>>> bug
>>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this 
>> but
>>> it failed with the following exception. Are there any plans to upgrade 
>> the
>>> supported JRuby version?
>>> 
>>> 
>> 
> org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>>         at
>>> 
>> 
> com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>>>         at
>>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>>         at
>>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>>> 
>>> 
>>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>>> Keith.
>>> -- 
>>> View this message in context: 
>>> 
>> 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html
> 
>> 
>>> 
>>> Sent from the BSF - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Unless stated otherwise above:
>>> IBM United Kingdom Limited - Registered in England and Wales with 
> number 
>> 
>>> 741598. 
>>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
>> 3AU
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context: 
>> 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html
> 
>> 
>> Sent from the BSF - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with number 
> 
>> 741598. 
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
> 3AU
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22602171.html
> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p23129041.html
Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org


Re: Can JRuby 1.1.2 be used with BSF?

Posted by Anthony Elder <an...@uk.ibm.com>.
Just an FYI on the BSF 2.0 beta3 release, its taking a while to work out 
how to get the website updated but the artifacts are now released and 
available in the maven repository and distribution area if anyone needs to 
start using them before the release announcement is made when the website 
is updated.

   ...ant






Keithgchapman <ke...@gmail.com> 
19/03/2009 15:59
Please respond to
"Bean Scripting Framework users" <bs...@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Any progress on this? Would it be possible to do a BSF release?

Thanks,
Keith.



Anthony Elder wrote:
> 
> There's been no discussion on the next release. If you need one with 
that 
> fix i guess we could do one, though i'm off on vacation today so I 
> wouldn't be able to help with that till after March 15th. 
> 
>    ...ant
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 04/03/2009 09:58
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi Ant,
> 
> Yes I feared so. Is there any timeline as to when this would happen?
> 
> Thanks,
> Keith.
> 
> 
> 
> Anthony Elder wrote:
>> 
>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 

>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 

>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 
> and 
>> the earlier JRuby releases.
>> 
>>    ...ant
>> 
>> 
>> 
>> 
>> 
>> Keithgchapman <ke...@gmail.com> 
>> 04/03/2009 05:48
>> Please respond to
>> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
>> 
>> 
>> To
>> bsf-user@jakarta.apache.org
>> cc
>> 
>> Subject
>> Can JRuby 1.1.2 be used with BSF?
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Hi,
>> 
>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to 
this 
> 
>> bug
>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this 
> but
>> it failed with the following exception. Are there any plans to upgrade 
> the
>> supported JRuby version?
>> 
>> 
> 
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>         at
>> 
> 
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>>         at
>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>         at
>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>> 
>> 
>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>> Keith.
>> -- 
>> View this message in context: 
>> 
> 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

> 
>> 
>> Sent from the BSF - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with 
number 
> 
>> 741598. 
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
> 3AU
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context: 
> 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 

> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22602171.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org









Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Can JRuby 1.1.2 be used with BSF?

Posted by Keithgchapman <ke...@gmail.com>.
Hi Ant,

Any progress on this? Would it be possible to do a BSF release?

Thanks,
Keith.



Anthony Elder wrote:
> 
> There's been no discussion on the next release. If you need one with that 
> fix i guess we could do one, though i'm off on vacation today so I 
> wouldn't be able to help with that till after March 15th. 
> 
>    ...ant
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 04/03/2009 09:58
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Re: Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi Ant,
> 
> Yes I feared so. Is there any timeline as to when this would happen?
> 
> Thanks,
> Keith.
> 
> 
> 
> Anthony Elder wrote:
>> 
>> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
>> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
>> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 
> and 
>> the earlier JRuby releases.
>> 
>>    ...ant
>> 
>> 
>> 
>> 
>> 
>> Keithgchapman <ke...@gmail.com> 
>> 04/03/2009 05:48
>> Please respond to
>> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
>> 
>> 
>> To
>> bsf-user@jakarta.apache.org
>> cc
>> 
>> Subject
>> Can JRuby 1.1.2 be used with BSF?
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Hi,
>> 
>> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this 
> 
>> bug
>> reported on JRuby [1] I want to upgrade my JRuby version. I tried this 
> but
>> it failed with the following exception. Are there any plans to upgrade 
> the
>> supported JRuby version?
>> 
>> 
> org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>>         at
>> 
> com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>>         at
>> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>>         at
>> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
>> 
>> 
>> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
>> Keith.
>> -- 
>> View this message in context: 
>> 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html
> 
>> 
>> Sent from the BSF - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Unless stated otherwise above:
>> IBM United Kingdom Limited - Registered in England and Wales with number 
> 
>> 741598. 
>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
> 3AU
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html
> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22602171.html
Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org


Re: Can JRuby 1.1.2 be used with BSF?

Posted by Anthony Elder <an...@uk.ibm.com>.
There's been no discussion on the next release. If you need one with that 
fix i guess we could do one, though i'm off on vacation today so I 
wouldn't be able to help with that till after March 15th. 

   ...ant




Keithgchapman <ke...@gmail.com> 
04/03/2009 09:58
Please respond to
"Bean Scripting Framework users" <bs...@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Re: Can JRuby 1.1.2 be used with BSF?







Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.



Anthony Elder wrote:
> 
> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 
and 
> the earlier JRuby releases.
> 
>    ...ant
> 
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 04/03/2009 05:48
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi,
> 
> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this 

> bug
> reported on JRuby [1] I want to upgrade my JRuby version. I tried this 
but
> it failed with the following exception. Are there any plans to upgrade 
the
> supported JRuby version?
> 
> 
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>         at
> 
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>         at
> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>         at
> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
> 
> 
> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
> Keith.
> -- 
> View this message in context: 
> 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 

> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Can JRuby 1.1.2 be used with BSF?

Posted by Keithgchapman <ke...@gmail.com>.
Hi Ant,

Yes I feared so. Is there any timeline as to when this would happen?

Thanks,
Keith.



Anthony Elder wrote:
> 
> Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
> JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
> need to upgrade BSF to the latest engine which works with JRuby 1.1.3 and 
> the earlier JRuby releases.
> 
>    ...ant
> 
> 
> 
> 
> 
> Keithgchapman <ke...@gmail.com> 
> 04/03/2009 05:48
> Please respond to
> "Bean Scripting Framework users" <bs...@jakarta.apache.org>
> 
> 
> To
> bsf-user@jakarta.apache.org
> cc
> 
> Subject
> Can JRuby 1.1.2 be used with BSF?
> 
> 
> 
> 
> 
> 
> 
> Hi,
> 
> I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this 
> bug
> reported on JRuby [1] I want to upgrade my JRuby version. I tried this but
> it failed with the following exception. Are there any plans to upgrade the
> supported JRuby version?
> 
> org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
>         at
> com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
>         at
> com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
>         at
> javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
> 
> 
> [1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
> Keith.
> -- 
> View this message in context: 
> http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html
> 
> Sent from the BSF - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bsf-user-help@jakarta.apache.org
> 
> 
> 
> 
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22326881.html
Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org


Re: Can JRuby 1.1.2 be used with BSF?

Posted by Anthony Elder <an...@uk.ibm.com>.
Looks like no, the JRuby engine used by BSF 3.0-beta2 doesn't work with 
JRuby 1.1.2 or 1.1.3 as there have been some non-compatible changes. We 
need to upgrade BSF to the latest engine which works with JRuby 1.1.3 and 
the earlier JRuby releases.

   ...ant





Keithgchapman <ke...@gmail.com> 
04/03/2009 05:48
Please respond to
"Bean Scripting Framework users" <bs...@jakarta.apache.org>


To
bsf-user@jakarta.apache.org
cc

Subject
Can JRuby 1.1.2 be used with BSF?







Hi,

I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this 
bug
reported on JRuby [1] I want to upgrade my JRuby version. I tried this but
it failed with the following exception. Are there any plans to upgrade the
supported JRuby version?

org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
        at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
        at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
        at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)


[1] http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.
-- 
View this message in context: 
http://www.nabble.com/Can-JRuby-1.1.2-be-used-with-BSF--tp22324091p22324091.html

Sent from the BSF - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-user-help@jakarta.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU