Hi, I've created Tuscany Web service that returns an instance of Java class. Then I work locally on this class and change it's properties. However, when I access the same instance from web service, there is no change on it's properties. As I'm new with tuscany I'm wondering if this java instance I get through tuscany behaves as the same instance or as another instance? Do I have to pass and change the old instance with the updated one?
Thanks
