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

Ticket #266 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

SOAP::Mapping::Object: 'singleton can't be dumped'

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

'singleton can't be dumped' exception when Marshal.dump-ing SOAP::Mapping::Object.

Change History

09/25/06 10:51:50 changed by nahi

caused by #224 fix.

09/25/06 13:14:55 changed by nahi

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

(In [1725]) SOAP::Mapping::Object could not be dumped with Ruby's Marshal; 'singleton can't be dumped'. adoption of instance_eval instead of define_method for #224 causes this problem. added custom marshalling methods. closes #266.

06/01/07 17:40:42 changed by nahi

  • type changed from defect to enhancement.