This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Teiid-embedded v9.0.0.CR2 - Getting an error in EmbeddedServer start/stopshawkins Jun 22, 2016 2:35 PM (in response to jrod2016)> Am I missing something in the start/stop/start sequence? See the stop method javadoc - once stopped we don't expect the server to be restarted. 
- 
        2. Re: Teiid-embedded v9.0.0.CR2 - Getting an error in EmbeddedServer start/stopjrod2016 Jun 22, 2016 2:37 PM (in response to jrod2016)So, I noticed a comment in the EmbeddedServer#stop code: /** 
 * Stops the server. Once stopped it cannot be restarted.
 */
 public synchronized void stop() {... } Any reason for this? 
- 
        3. Re: Teiid-embedded v9.0.0.CR2 - Getting an error in EmbeddedServer start/stopshawkins Jun 22, 2016 2:43 PM (in response to jrod2016)> Any reason for this? For simplicity in not having to reinitialize all of the state. And so far it hasn't been requested as something that is needed. 
 
    