I have a one question. Lets imagine we have an WebServer which is a Avalon
Service managed by Phoenix.

We export

public interface WebMBean{
    void setPort(int port);
    int getPort();
}

Of course our compoenent implements this bean

Of the other hand we have configuration in which we store the port of the
server.

Now Server starts. Default port is read from config. We manager server and
invoke it's setPort().

The port changes. But after we shutdown phoenix. We cannot make this change
persistent because

Configuration object is not writeable.

How could I workaround this.

Mateusz Szczap
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to