jooor 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -76,11 +76,9 @@ module Ooor
76
76
 
77
77
  def call(method, *args)
78
78
  begin
79
- p "******* 1", args
80
79
  res = @client.execute(method, javaize_array(args))
81
80
  return rubyize(res)
82
81
  rescue
83
- p "******* 2", args
84
82
  @error_ruby__wrapper ||= @ooor.get_ruby_rpc_client(@client.getConfig().getServerURL().to_s)
85
83
  @error_ruby__wrapper.call2(method, *args)
86
84
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jooor
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Valyi - www.akretion.com
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-25 00:00:00 -03:00
13
+ date: 2011-08-29 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -24,7 +24,7 @@ dependencies:
24
24
  version: "1.6"
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
- description: OOOR exposes business object proxies to your Ruby (Rails or not) application, that maps seamlessly to your remote OpenObject/OpenERP server using webservices. It extends the standard ActiveResource API. Running on JRuby, OOOR also offers a convenient bridge between OpenERP and the Java eco-system
27
+ description: Java XML RPC layer to boost OOOR speed dramatically when used from JRuby
28
28
  email: rvalyi@akretion.com
29
29
  executables: []
30
30