Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #386 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

too many warnings about 'wrong constant name' from mapping.rb

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

from soap4r-ml

when I run with the debug switch I see a ton of errors. Should I
be concerned about them? Those errors look like this:

Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name Option[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name Option[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name Option[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name Option[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name SearchPathSingleObject[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name BaseParameter[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name BaseParameterAssignment[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name BaseParameter[]
Exception `NameError' at /usr/local/lib/ruby/1.8/soap/mapping/
mapping.rb:208 - wrong constant name ParameterValue[]

Change History

07/21/07 12:54:01 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1893]) * check illegal constant name before const_defined? call to avoid warnings. closes #386.