Re: [PATCH core] Core: Make Deltacloud able to run under JRuby

2012-08-02 Thread David Lutterkort
On Thu, 2012-08-02 at 15:45 +0200, mfoj...@redhat.com wrote: > From: Michal Fojtik > > > Signed-off-by: Michal fojtik > --- > server/bin/deltacloudd |4 +++- > server/lib/deltacloud/server.rb |4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) ACK David

Re: [PATCH core] Core: Make Deltacloud able to run under JRuby

2012-08-02 Thread Michal Fojtik
Hi, Just to clarify, using this patch *ALL* our unit tests are passing for me under JRuby 1.6.6. There some smaller issues which this patch does not address: 1. You need to 'gem install jruby-ssl' to make 'aws' gem work 2. You need to remove 'thin' from Gemfile, because thin is not compatible

[PATCH core] Core: Make Deltacloud able to run under JRuby

2012-08-02 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- server/bin/deltacloudd |4 +++- server/lib/deltacloud/server.rb |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/server/bin/deltacloudd b/server/bin/deltacloudd index 81488a1..abe1def 100755 --- a/serv