<div dir="ltr">What about bit shorter for dist, removing &quot;-build-&quot; part<br><br>wildfly-core-build (cut down server core build)<br>
wildfly-core-dist (core + all jars)<br>
wildfly-web-build (cut down wildfly server with just the Undertow subsystem)<br>
wildfly-web-dist (as above, but with jars)<br>
wildfly-build (cut down full server)<br>
wildfly-dist (as above)<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 5, 2014 at 5:55 AM, Stuart Douglas <span dir="ltr">&lt;<a href="mailto:stuart.w.douglas@gmail.com" target="_blank">stuart.w.douglas@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So now onto one of the hard problems, naming things...<br>
<br>
As a result of splitting up the server we are going to end up with a lot<br>
more artifacts. Basically each repo will produce at least two servers, a<br>
cut down server that uses the maven repo and a full server that is<br>
similar to what we have at the moment, and we are going to need some<br>
kind of consistent name for them.<br>
<br>
I am thinking maybe something like:<br>
<br>
wildfly-core-build (cut down server core build)<br>
wildfly-core-build-dist (core + all jars)<br>
wildfly-web-build (cut down wildfly server with just the Undertow subsystem)<br>
wildfly-web-build-dist (as above, but with jars)<br>
wildfly-build (cut down full server)<br>
wildfly-build-dist (as above)<br>
<br>
Does anyone have any better ideas about what to call this stuff?<br>
<br>
One side effect of the above would be that the build directory will no<br>
longer contain the full Wildfly server (just a version with no jars<br>
present), and the full server would be in the dist directory instead.<br>
<span class="HOEnZb"><font color="#888888"><br>
Stuart<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Stuart Douglas wrote:<br>
&gt;<br>
&gt;<br>
&gt; Bill Burke wrote:<br>
&gt;&gt; Great work Stuart! I&#39;m really happy somebody is taking initiative on<br>
&gt;&gt; this because I really think it will help a lot with Wildfly adoption. Is<br>
&gt;&gt; it ready to use? I&#39;m willing to try it out RIGHT NOW.<br>
&gt;<br>
&gt; Sort of. You can build from my wildfly-build-plugin branch and it should<br>
&gt; work, but at the moment it is creating a build that includes all the<br>
&gt; jars. If you want to create a build that uses &lt;artifact&gt; you will need<br>
&gt; to modify the copy-module-artifacts attribute in ./build/server-build.xml .<br>
&gt;<br>
&gt; Eventually we will produce both versions, I should get to this some time<br>
&gt; today.<br>
&gt;<br>
&gt; Also this is very new, and may not work, but if you want to try it out<br>
&gt; feel free. Hopefully I will have something a lot more polished by the<br>
&gt; end of the week.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve expressed some of these thoughts months ago when I introduced the<br>
&gt;&gt; JBoss Modules artifact features, but here was my vision:<br>
&gt;&gt;<br>
&gt;&gt; * maven repos would become to Wildfly as /lib /usr/local/lib directory<br>
&gt;&gt; structures are to unix.<br>
&gt;&gt; * The JBoss Module artifact feature would become the preferred way to<br>
&gt;&gt; deploy Wildfly/JBoss. This would make it really easy to support multiple<br>
&gt;&gt; versions as well as different distro&#39;s of JBoss/Wildfly on the same<br>
&gt;&gt; machine and save huge amounts of disk space. If we could get a JVM that<br>
&gt;&gt; could share JAR instances between processes to save on RAM, the win<br>
&gt;&gt; would be even bigger! Think of the cloud implications!<br>
&gt;<br>
&gt; I think we would need some kind of tool to make sure that a repo is<br>
&gt; fully downloaded if people wanted to use this in production. Even though<br>
&gt; download on demand is cool, you would not want a production server<br>
&gt; hanging as it attempts to download a jar. Not sure what sort of form<br>
&gt; this tool would take.<br>
&gt;<br>
&gt; Stuart<br>
&gt;<br>
&gt;&gt; * JBoss Module definitions could eventually be defined in one large XML<br>
&gt;&gt; file. We would have maven/ant plugins to help build this large XML file.<br>
&gt;&gt; * This single JBoss Module XML file could be bundled within a<br>
&gt;&gt; JBoss/Wildfly &quot;executable jar&quot;.<br>
&gt;&gt; * This &quot;executable jar&quot; could be overlayed with external JBoss Module<br>
&gt;&gt; XML files or directory structures.<br>
&gt;&gt; * Finally, you could create this &quot;executable jar&quot; for any Java project.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 3/4/2014 1:37 AM, Stuart Douglas wrote:<br>
&gt;&gt;&gt; I have made a start on this split, and I think the solution I am working<br>
&gt;&gt;&gt; on will meet all the use cases, including users that want to cut down an<br>
&gt;&gt;&gt; existing server, and users that want to re-use the jars in their maven<br>
&gt;&gt;&gt; repo using Bill&#39;s changes to JBoss Modules. It still needs a bit more<br>
&gt;&gt;&gt; work and a lot of cleanup, however it seems to work:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="https://github.com/stuartwdouglas/wildfly/compare/wildfly-build-plugin" target="_blank">https://github.com/stuartwdouglas/wildfly/compare/wildfly-build-plugin</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; So basically the core of it is a maven plugin that builds a Wildfly<br>
&gt;&gt;&gt; distribution, either from scratch or use other distributions as a base.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; It also supports building servers that use the new &lt;artifact&gt;<br>
&gt;&gt;&gt; functionality in jboss modules, and cutting down an existing server into<br>
&gt;&gt;&gt; a smaller server with only the specified modules (and their transitive<br>
&gt;&gt;&gt; dependencies).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The way this will work in practice is that each Wildfly sub project will<br>
&gt;&gt;&gt; produce two different server artifacts, one of which is a server without<br>
&gt;&gt;&gt; any jars using artifact references, and a more traditional version with<br>
&gt;&gt;&gt; jars packaged in the module directory. Downstream projects will consume<br>
&gt;&gt;&gt; the smaller version without all the jars, so when a version changes the<br>
&gt;&gt;&gt; download should be less than 5mb rather than larger than 100mb (the<br>
&gt;&gt;&gt; plugin has the ability to turn a server that uses artifact references<br>
&gt;&gt;&gt; into a server that contains the jars in the modules dir).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Basically the upshot is that it should be basically possible to build<br>
&gt;&gt;&gt; whatever configuration of server you want once this is part of our build<br>
&gt;&gt;&gt; process, and we should also be publishing lightweight server artifacts<br>
&gt;&gt;&gt; that use the jars in the maven repo as well as our traditional<br>
&gt;&gt;&gt; &#39;everything and the kitchen sink&#39; build.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; It is anticipated that 3rd party projects build on Wildfly would also<br>
&gt;&gt;&gt; use this plugin (I think at the moment the standard approach has been to<br>
&gt;&gt;&gt; copy and modify our ant scripts).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This is still very much a work in progress, so nothing is set in stone<br>
&gt;&gt;&gt; yet and any comments are welcome.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Stuart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Bill Burke wrote:<br>
&gt;&gt;&gt;&gt; A lot of users want that ability, would you rather have them roll Netty<br>
&gt;&gt;&gt;&gt; + whatever?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 2/23/2014 9:10 PM, Stuart Douglas wrote:<br>
&gt;&gt;&gt;&gt;&gt; No, because that means we essentially have to support and test every<br>
&gt;&gt;&gt;&gt;&gt; possible combination that someone might select.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Stuart<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Mon, Feb 24, 2014 at 7:13 AM, Misty Stanley-Jones&lt;<a href="mailto:misty@redhat.com">misty@redhat.com</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:misty@redhat.com">misty@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I know you guys aren’t there yet, but can we think about wrapping a<br>
&gt;&gt;&gt;&gt;&gt; GUI around this, so that the developer only needs to tick the boxes<br>
&gt;&gt;&gt;&gt;&gt; for what he does/doesn’t want, with dependencies sorted out<br>
&gt;&gt;&gt;&gt;&gt; automatically? Maybe some default profiles that select a group of<br>
&gt;&gt;&gt;&gt;&gt; things, but the ability to go in and add or remove individual<br>
&gt;&gt;&gt;&gt;&gt; subsystems as needed? Maybe this could be part of the installer but<br>
&gt;&gt;&gt;&gt;&gt; could optionally be run post-install as well.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Feb 22, 2014, at 2:01 AM, Brian Stansberry<br>
&gt;&gt;&gt;&gt;&gt; &lt;<a href="mailto:brian.stansberry@redhat.com">brian.stansberry@redhat.com</a>&lt;mailto:<a href="mailto:brian.stansberry@redhat.com">brian.stansberry@redhat.com</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; When I said &quot;Web&quot; I meant the thing described on that wiki<br>
&gt;&gt;&gt;&gt;&gt; page Tomaz<br>
&gt;&gt;&gt;&gt;&gt; &gt; linked:<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; &quot;Web<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; Undertow subsystem, and all related dependencies, including<br>
&gt;&gt;&gt;&gt;&gt; a small<br>
&gt;&gt;&gt;&gt;&gt; &gt; subset of EE and JNDI. This is basically just a Servlet<br>
&gt;&gt;&gt;&gt;&gt; container, and<br>
&gt;&gt;&gt;&gt;&gt; &gt; will provide a platform for people that want to create web<br>
&gt;&gt;&gt;&gt;&gt; based<br>
&gt;&gt;&gt;&gt;&gt; &gt; appliances or applications, and don&#39;t need all the additional<br>
&gt;&gt;&gt;&gt;&gt; &gt; functionality that Wildfly provides. We should end up with<br>
&gt;&gt;&gt;&gt;&gt; something as<br>
&gt;&gt;&gt;&gt;&gt; &gt; lightweight as Tomcat or Jetty, but with all our advanced<br>
&gt;&gt;&gt;&gt;&gt; management<br>
&gt;&gt;&gt;&gt;&gt; &gt; functionality.&quot;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; On 2/21/14, 9:40 AM, Bill Burke wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Its also &quot;Web&quot; minus some stuff. For my project I want just<br>
&gt;&gt;&gt;&gt;&gt; Servlet,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; JAX-RS, JPA, and datasources. Its very very hard to<br>
&gt;&gt;&gt;&gt;&gt; figure out<br>
&gt;&gt;&gt;&gt;&gt; how to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; remove a subsystem and all its associated modules.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; BTW, I think my maven artifact thing got into JBoss<br>
&gt;&gt;&gt;&gt;&gt; Modules. So it<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; would be possible to load jars on demand, or at least use<br>
&gt;&gt;&gt;&gt;&gt; it as<br>
&gt;&gt;&gt;&gt;&gt; a way to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; figure out which modules aren&#39;t being used ;).<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; On 2/21/2014 10:22 AM, Brian Stansberry wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; This will move things in the right direction, but not all the<br>
&gt;&gt;&gt;&gt;&gt; way there<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; yet. Note the set of capabilities Bill mention: web, CDI,<br>
&gt;&gt;&gt;&gt;&gt; JAX-RS, JPA.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; That sounds like our &quot;Web&quot; variant, plus some stuff. It&#39;s the<br>
&gt;&gt;&gt;&gt;&gt; easy &quot;plus<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; some stuff&quot; part that needs sorting at some point.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; On 2/21/14, 9:08 AM, Tomaž Cerar wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Bill,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; that is exactly idea we have in mind of 9.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; We already started with producing WildFly core<br>
&gt;&gt;&gt;&gt;&gt; distribution in<br>
&gt;&gt;&gt;&gt;&gt; that is<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; WildFly with no subsystems, upon which you can build you own<br>
&gt;&gt;&gt;&gt;&gt; wildfly.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; It is only 15mb and contains whole mgmt capabilites (CLI,<br>
&gt;&gt;&gt;&gt;&gt; standalone,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; domain,...) you can grab it at:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://download.jboss.org/wildfly/8.0.0.Final/core/wildfly-core-8.0.0.Final.zip" target="_blank">http://download.jboss.org/wildfly/8.0.0.Final/core/wildfly-core-8.0.0.Final.zip</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; For 9 we have plans to move things bit further and have<br>
&gt;&gt;&gt;&gt;&gt; decided that we<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; will also do split codebase for core, ee, web, .. and other<br>
&gt;&gt;&gt;&gt;&gt; distributions.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Current idea on code split up is here<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://community.jboss.org/wiki/SplittingUpTheWildflyCodeBase" target="_blank">https://community.jboss.org/wiki/SplittingUpTheWildflyCodeBase</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; tomaz<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; On Fri, Feb 21, 2014 at 3:00 PM, Bill<br>
&gt;&gt;&gt;&gt;&gt; Burke&lt;<a href="mailto:bburke@redhat.com">bburke@redhat.com</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>&lt;mailto:<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; On Resteasy list I have a few people &quot;rolling their own<br>
&gt;&gt;&gt;&gt;&gt; app server&quot;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; using Netty, Weld, Resteasy and JPA. I asked one of<br>
&gt;&gt;&gt;&gt;&gt; them<br>
&gt;&gt;&gt;&gt;&gt; &quot;I don&#39;t<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; understand why you are rolling your own app server&quot;<br>
&gt;&gt;&gt;&gt;&gt; response:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &quot;It&#39;s actually a lot more lightweight. The minimum<br>
&gt;&gt;&gt;&gt;&gt; I can<br>
&gt;&gt;&gt;&gt;&gt; run the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; equivalent on AS7 on is ~ 180 mb in binaries, but<br>
&gt;&gt;&gt;&gt;&gt; throwing this<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; together is about 32 mb (and compresses further when<br>
&gt;&gt;&gt;&gt;&gt; its<br>
&gt;&gt;&gt;&gt;&gt; packaged).<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; I&#39;m able to start the JVM on the bare minimum<br>
&gt;&gt;&gt;&gt;&gt; (~100mb on<br>
&gt;&gt;&gt;&gt;&gt; my linux VM)<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; but AS7 with all I need is about 756mb. When<br>
&gt;&gt;&gt;&gt;&gt; rolling out<br>
&gt;&gt;&gt;&gt;&gt; in the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; cloud, where all of my REST APIs are stateless, running<br>
&gt;&gt;&gt;&gt;&gt; with this<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; configuration helps us get a lot more per node.&quot;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; I&#39;m not complaining :), just something to think<br>
&gt;&gt;&gt;&gt;&gt; about. It<br>
&gt;&gt;&gt;&gt;&gt; might be<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; really valuable to focus a bit in Wildfly 9 to make it<br>
&gt;&gt;&gt;&gt;&gt; easier to create<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; custom profiles or even different packaging options for<br>
&gt;&gt;&gt;&gt;&gt; the app server<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; instead of the exploded style we currently have.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Bill Burke<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; JBoss, a division of Red Hat<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt; Brian Stansberry<br>
&gt;&gt;&gt;&gt;&gt; &gt; Senior Principal Software Engineer<br>
&gt;&gt;&gt;&gt;&gt; &gt; JBoss by Red Hat<br>
&gt;&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt; wildfly-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Misty Stanley-Jones, RHCE<br>
&gt;&gt;&gt;&gt;&gt; Manager, Content Services (Middleware)<br>
&gt;&gt;&gt;&gt;&gt; Direct: <a href="tel:%2B%2061%207%203514%208105" value="+61735148105">+ 61 7 3514 8105</a>&lt;tel:%2B%2061%207%203514%208105&gt; / Mobile:<br>
&gt;&gt;&gt;&gt;&gt; <a href="tel:%2B61%20429%20595%20932" value="+61429595932">+61 429 595 932</a>&lt;tel:%2B61%20429%20595%20932&gt; (TZ: GMT+10)<br>
&gt;&gt;&gt;&gt;&gt; IRC: misty (Freenode / RH)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</div></div></blockquote></div><br></div>