Re: [jruby-dev] Possible embedded Jruby load_path issue

2009-04-01 Thread Vivek Pandey
both gem as well as standalone v3 server have exactly the same path. It is not like it work in either one anyway. -vivek. On Fri, Mar 27, 2009 at 4:08 PM, Jacob Kessler wrote: > I'm a bit fuzzy on gem vs. stand-alone startup, but I don't think that that > is relevant here (since I see the same b

[jruby-dev] [jira] Created: (JRUBY-3542) JRuby Mongrel does not work - Connot load Java Class

2009-04-01 Thread JIRA
JRuby Mongrel does not work - Connot load Java Class Key: JRUBY-3542 URL: http://jira.codehaus.org/browse/JRUBY-3542 Project: JRuby Issue Type: Bug Components: Java Integration

[jruby-dev] [jira] Created: (JRUBY-3543) Simplified syntax to create instances of anonymous classes for Java event handlers/adapters

2009-04-01 Thread Steve Riegel (JIRA)
Simplified syntax to create instances of anonymous classes for Java event handlers/adapters --- Key: JRUBY-3543 URL: http://jira.codehaus.org/browse/JRUBY-3543 Pr

[jruby-dev] [jira] Created: (JRUBY-3544) selecting from MSQLServer ntext columns are causing a BinaryStream conversion error

2009-04-01 Thread Chris Nelson (JIRA)
selecting from MSQLServer ntext columns are causing a BinaryStream conversion error --- Key: JRUBY-3544 URL: http://jira.codehaus.org/browse/JRUBY-3544 Project: JRuby

Re: [jruby-dev] Possible embedded Jruby load_path issue

2009-04-01 Thread Charles Oliver Nutter
Hmm, strange. I guess I'm out of ideas, but I can definitely see that those added entries aren't making it to runtime... - Charlie Vivek Pandey wrote: both gem as well as standalone v3 server have exactly the same path. It is not like it work in either one anyway. -vivek. On Fri, Mar 27, 20