Hi

I need some help in my designing a controller service. I am developing a
controller service which returns a object of a class and then that object
can be referenced by multiple process.For Example

Employee emp = new Employee();
emp.setName("Jack");

return emp;

emp object will returned from controller service and will be used by custom
processor.

Let me know if my design is correct . I tried implementing this approach
but does not seems to be working. While referencing controller service
getting below value in processor..




My processor is showing some warning.


Any pointers on this?

Highly appreciate your help..!!!!

Thanks
Shashi
​

Reply via email to