The class you call with rms.invoke() needs to extend StandardManager and implement RemoteAccess, Serializable. I guess LifeCycleServerHelper does not satisfy that criteria and cannot be called like that. As Vino said, write your own class containing yourMethodName() inside a class that extends StandardManager and implements RemoteAccess, Serializable.
↧