[
https://issues.apache.org/jira/browse/CXF-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-6186.
------------------------------
Resolution: Fixed
Assignee: Daniel Kulp
Fix Version/s: 3.1.11
3.0.13
> Update for demo jms_spring_config server exiting approach
> ---------------------------------------------------------
>
> Key: CXF-6186
> URL: https://issues.apache.org/jira/browse/CXF-6186
> Project: CXF
> Issue Type: Wish
> Components: Samples
> Affects Versions: 3.0.3
> Reporter: Guopu Wu
> Assignee: Daniel Kulp
> Priority: Trivial
> Fix For: 3.0.13, 3.1.11
>
>
> Can following code in CustomerServiceSpringServer.java
> System.out.println("Server started. Press any key to shut down.");
> System.in.read();
> ctx.close();
> be changed to
> Thread.sleep(5 * 60 * 1000);
> ctx.close();
> System.out.println("Server exiting");
> ?
> In this way the demo server will exit in the same style as other cxf demos,
> otherwise extra overhead for testing automation framework has to be introduced
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)