Re: [jruby-dev] Java exceptions from @JRubyMethods

2008-04-29 Thread Charles Oliver Nutter
Ola Bini wrote: Charles Oliver Nutter wrote: Ola Bini wrote: Hi, Now that I'm working through all the lovely method bindings in OpenSSL it dawns on me that it's actually a bit of a problem to have Java exceptions thrown. Could we disallow this with a check in @JRubyMethod? I think that woul

Re: [jruby-dev] Java exceptions from @JRubyMethods

2008-04-29 Thread Ola Bini
Charles Oliver Nutter wrote: Ola Bini wrote: Hi, Now that I'm working through all the lovely method bindings in OpenSSL it dawns on me that it's actually a bit of a problem to have Java exceptions thrown. Could we disallow this with a check in @JRubyMethod? I think that would be beneficial,

Re: [jruby-dev] Java exceptions from @JRubyMethods

2008-04-29 Thread Charles Oliver Nutter
Ola Bini wrote: Hi, Now that I'm working through all the lovely method bindings in OpenSSL it dawns on me that it's actually a bit of a problem to have Java exceptions thrown. Could we disallow this with a check in @JRubyMethod? I think that would be beneficial, since we don't handle Java exc

[jruby-dev] Java exceptions from @JRubyMethods

2008-04-29 Thread Ola Bini
Hi, Now that I'm working through all the lovely method bindings in OpenSSL it dawns on me that it's actually a bit of a problem to have Java exceptions thrown. Could we disallow this with a check in @JRubyMethod? I think that would be beneficial, since we don't handle Java exceptions the same