<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 10, 2015, at 5:23 PM, Stuart Douglas &lt;<a href="mailto:stuart.w.douglas@gmail.com" class="">stuart.w.douglas@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br class="">
&gt; 3. What is the expected behavior when part which was configured as part of the legacy subsystem is now configured outside of new subsystem having just reference to it? Should the migration operation create the additional configuration even when it is manipulating with configuration parts outside of the subsystem?<br class="">
&gt; -- For example ssl configuration of https connector/listener. In Web subsystem it is part of the connector configuration, in Undertow it is just reference to security realm and it is defined as part of the security realms, should new security realm be created with equivalent configuration to the one in legacy Web subsystem?<br class="">
&gt;<br class="">
<br class="">
</span>I'll let Stuart respond to this. Looking at the WebMigrateOperation (the<br class="">
handler for the web subsystem migrate op) it looks to be adding a<br class="">
security realm.<br class=""></blockquote><div class=""><br class=""></div><div class="">Yes, at the moment I do create new security realms, and also add the IO subsystem with a default config if it is not already present. The names for the security realm will be&nbsp;jbossweb-migration-security-realm(n), where n is the lowest number that does not result in a name collision.</div><div class=""><br class=""></div></div></div></div></div></blockquote><br class=""></div><div>As an example of the fail-or-warn question, unless I am reading the code wrong, it looks like things which don’t have a mapping (e.g. tomcat valves) are ignored. Should the migration op fail if one is used, or should it return a warning?</div><br class=""><div class="">
--<br class="">Jason T. Greene<br class="">WildFly Lead / JBoss EAP Platform Architect<br class="">JBoss, a division of Red Hat

</div>
<br class=""></body></html>