[jruby-dev] Prevent Ruby calling Java

2008-03-26 Thread Tegan Clark
Hi, I'm using JRuby to allow users to script my Java framework and extend it through Ruby script at plug points. What I want to do is only allow the Ruby script access to the Java objects I pass into the JSR 223 context, i.e. I want to prohibit a user accessing the file system, network etc. th

[jruby-dev] [jira] Created: (JRUBY-2332) Gem installation fails with ParserException

2008-03-26 Thread George Secillano (JIRA)
Gem installation fails with ParserException --- Key: JRUBY-2332 URL: http://jira.codehaus.org/browse/JRUBY-2332 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions:

[jruby-dev] [jira] Created: (JRUBY-2331) Cannot load rails: java.lang.VerifyError - wrong return type in function

2008-03-26 Thread Jin Lee (JIRA)
Cannot load rails: java.lang.VerifyError - wrong return type in function - Key: JRUBY-2331 URL: http://jira.codehaus.org/browse/JRUBY-2331 Project: JRuby Issue Type: Bu

[jruby-dev] [jira] Created: (JRUBY-2330) define_method + super very broken at the moment

2008-03-26 Thread Ola Bini (JIRA)
define_method + super very broken at the moment --- Key: JRUBY-2330 URL: http://jira.codehaus.org/browse/JRUBY-2330 Project: JRuby Issue Type: Bug Reporter: Ola Bini Assigne

[jruby-dev] [jira] Created: (JRUBY-2329) java.lang.NullPointerException when trying to connect to a Oracle XE database

2008-03-26 Thread Ralf Sigmund (JIRA)
java.lang.NullPointerException when trying to connect to a Oracle XE database - Key: JRUBY-2329 URL: http://jira.codehaus.org/browse/JRUBY-2329 Project: JRuby Issue

[jruby-dev] [jira] Created: (JRUBY-2328) Overriding require causes eval to give wrong __FILE__ in certain circumstances

2008-03-26 Thread Ola Bini (JIRA)
Overriding require causes eval to give wrong __FILE__ in certain circumstances -- Key: JRUBY-2328 URL: http://jira.codehaus.org/browse/JRUBY-2328 Project: JRuby Issu

[jruby-dev] [jira] Created: (JRUBY-2327) Super in module causes NPE

2008-03-26 Thread Ola Bini (JIRA)
Super in module causes NPE -- Key: JRUBY-2327 URL: http://jira.codehaus.org/browse/JRUBY-2327 Project: JRuby Issue Type: Bug Reporter: Ola Bini Assignee: Thomas E Enebo This code: {noformat}

Re: [jruby-dev] Bug workflow review

2008-03-26 Thread Charles Oliver Nutter
Vladimir Sizikov wrote: Hi, The policy looks is reasonable to me. I have one question though. What release target should we use now for bugs, being fixed on the trunk? I've seen 1.1 being used and I've seen 1.1+ being used. They should be marked as 1.1+...we won't include any more fixes in 1.

[jruby-dev] [jira] Created: (JRUBY-2326) Invalid cast during parsing of recursive.rb in facelets-2.3.0 (org.jruby.ast.YieldNode cannot be cast to org.jruby.ast.BlockAcceptingNode)

2008-03-26 Thread Tor Norbye (JIRA)
Invalid cast during parsing of recursive.rb in facelets-2.3.0 (org.jruby.ast.YieldNode cannot be cast to org.jruby.ast.BlockAcceptingNode) -- Ke

[jruby-dev] [jira] Created: (JRUBY-2325) inconsistent Method.arity

2008-03-26 Thread Jaroslav Libak (JIRA)
inconsistent Method.arity - Key: JRUBY-2325 URL: http://jira.codehaus.org/browse/JRUBY-2325 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.1RC3 Repo

[jruby-dev] [jira] Created: (JRUBY-2324) AST Node positions and content incorrect when passing down Multibyte content to lexer

2008-03-26 Thread Chris Williams (JIRA)
AST Node positions and content incorrect when passing down Multibyte content to lexer - Key: JRUBY-2324 URL: http://jira.codehaus.org/browse/JRUBY-2324 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-2323) strange YAML::load behaviour

2008-03-26 Thread Jaroslav Libak (JIRA)
strange YAML::load behaviour Key: JRUBY-2323 URL: http://jira.codehaus.org/browse/JRUBY-2323 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.1RC3

Re: [jruby-dev] Bug workflow review

2008-03-26 Thread Vladimir Sizikov
Hi, The policy looks is reasonable to me. I have one question though. What release target should we use now for bugs, being fixed on the trunk? I've seen 1.1 being used and I've seen 1.1+ being used. Thanks, --Vladimir On Wed, Mar 26, 2008 at 2:45 AM, Charles Oliver Nutter <[EMAIL PROTECTED]>