Passing enum values as parameters to a method called on a remote object
From: Bhupesh Saini (BSaini_at_BenefitConcepts.com)
Date: 03/15/04
- Previous message: Jonathan Ruckert: "RE: opening a project"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 14 Mar 2004 21:11:06 -0800
Hi,
I have declared a business entities object ObjA that is serializable and is returned by a method of a remote object (ObjB). I also have a public enum value that is used by ObjA and is also declared to be serializable. The enum is a parameter to the method call on the remote object ObjB. However I get a security exception on this method. If I remove the enum parameter everything works fine. How can I pass enum values as parameters to a method of a remote object. The remote object is configured as a single call object.
Thanks,
Bhupesh
- Previous message: Jonathan Ruckert: "RE: opening a project"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]