Is it possible to change an endpoint reference after a process has been deployed? For example if your process invokes a service at http://foo/a, is it possible to change the process to cal http://foo/b for future executions, without redploying the process?
I get the impression you could do this by using a dynamic endpoint and retrieving the URL from a factory of some sorts. But what about endpoints that were specified/hard coded in depoy.xml? I see ProcessManagement.setProcessProperty() but I'm not sure that is even related. Thanks! Rich -- View this message in context: http://www.nabble.com/Change-endpoint-after-deployment--tf4793826.html#a13714152 Sent from the Apache Ode User mailing list archive at Nabble.com.
