<div dir="ltr"><div>We found inital issue, it was typo in module<b>s</b>.xml instead of module.xml<br><br></div>But there are different issues :)<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 18, 2014 at 10:38 PM, David M. Lloyd <span dir="ltr">&lt;<a href="mailto:david.lloyd@redhat.com" target="_blank">david.lloyd@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 02/18/2014 02:29 PM, Arun Gupta wrote:<br>
&gt; On Tue, Feb 18, 2014 at 2:05 AM, Tomaž Cerar &lt;<a href="mailto:tomaz.cerar@gmail.com">tomaz.cerar@gmail.com</a>&gt; wrote:<br>
&gt;&gt; What do you mean resolution of service?<br>
&gt;&gt; you have some service registered via ServiceLoader pattern?<br>
&gt; Yes, the API, Impl, and and application module are defined at:<br>
&gt;<br>
&gt; <a href="https://github.com/arun-gupta/wildfly-samples/tree/master/jboss-modules" target="_blank">https://github.com/arun-gupta/wildfly-samples/tree/master/jboss-modules</a><br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; in that case you need to import also services when you are &quot;importing&quot;<br>
&gt;&gt; module to your application.<br>
&gt; OK, I&#39;m missing this step.<br>
&gt;<br>
&gt; How can this be done ?<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; as for logging goes, you can set org.jboss.modules to TRACE<br>
&gt; I enabled TRACE logging but saw no additional log entries. Here is how<br>
&gt; I enabled it:<br>
&gt;<br>
&gt; /subsystem=logging/logger=org.jboss.modules:add<br>
&gt; /subsystem=logging/logger=org.jboss.modules:write-attribute(name=&quot;level&quot;,<br>
&gt; value=&quot;TRACE&quot;)<br>
<br>
</div>The corresponding handler (console or file or whatever) has to be<br>
enabled at TRACE as well.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
- DML<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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></div></div></blockquote></div><br></div>