<div dir="ltr"><div><div><div>Hi,<br><br></div>discussions like this belong to forums.<br><br>please post to <a href="https://community.jboss.org/en/jbosseap">https://community.jboss.org/en/jbosseap</a><br></div>where you will more likely to get help you seek.<br>
<br>--<br>tomaz<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 3, 2014 at 10:25 AM, ArchangelAurora . <span dir="ltr">&lt;<a href="mailto:archangel.aurora@gmail.com" target="_blank">archangel.aurora@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">Hi all, I&#39;m using jboss-eap 6.2 as 7.4, when I start the server with<br>
default standalone.xml config, it sees my MySQL driver deployd as a<br>
module and I can connect to the datasource. But when I start it with<br>
standalone-full.xml, it says:<br>
<br>
ERROR [org.jboss.as.controller.management-operation] (ServerService<br>
Thread Pool -- 31) JBAS014613: Operation (&quot;add&quot;) failed - address: ([<br>
    (&quot;subsystem&quot; =&gt; &quot;datasources&quot;),<br>
    (&quot;jdbc-driver&quot; =&gt; &quot;mysql&quot;)<br>
]) - failure description: &quot;JBAS010441: Failed to load module for<br>
driver [com.mysql]&quot;<br>
<br>
<br>
though datasource parts in my standalone and standalone-full.xml files<br>
are exactly the same:<br>
<br>
        &lt;subsystem xmlns=&quot;urn:jboss:domain:datasources:1.1&quot;&gt;<br>
            &lt;datasources&gt;<br>
                &lt;datasource<br>
jndi-name=&quot;java:jboss/datasources/ExampleDS&quot; pool-name=&quot;ExampleDS&quot;<br>
enabled=&quot;true&quot; use-java-context=&quot;true&quot;&gt;<br>
<br>
&lt;connection-url&gt;jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE&lt;/connection-url&gt;<br>
                    &lt;driver&gt;h2&lt;/driver&gt;<br>
                    &lt;security&gt;<br>
                        &lt;user-name&gt;sa&lt;/user-name&gt;<br>
                        &lt;password&gt;sa&lt;/password&gt;<br>
                    &lt;/security&gt;<br>
                &lt;/datasource&gt;<br>
                &lt;datasource jndi-name=&quot;java:jboss/datasources/yyDS&quot;<br>
pool-name=&quot;yyDS&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot;&gt;<br>
<br>
&lt;connection-url&gt;jdbc:mysql://localhost:3306/yy&lt;/connection-url&gt;<br>
                    &lt;driver&gt;mysql&lt;/driver&gt;<br>
                    &lt;pool&gt;<br>
                        &lt;min-pool-size&gt;30&lt;/min-pool-size&gt;<br>
                        &lt;max-pool-size&gt;400&lt;/max-pool-size&gt;<br>
                        &lt;prefill&gt;true&lt;/prefill&gt;<br>
                    &lt;/pool&gt;<br>
                    &lt;security&gt;<br>
                        &lt;user-name&gt;yy&lt;/user-name&gt;<br>
                        &lt;password&gt;yy&lt;/password&gt;<br>
                    &lt;/security&gt;<br>
                &lt;/datasource&gt;<br>
                &lt;drivers&gt;<br>
                    &lt;driver name=&quot;h2&quot; module=&quot;com.h2database.h2&quot;&gt;<br>
<br>
&lt;xa-datasource-class&gt;org.h2.jdbcx.JdbcDataSource&lt;/xa-datasource-class&gt;<br>
                    &lt;/driver&gt;<br>
                    &lt;driver name=&quot;mysql&quot; module=&quot;com.mysql&quot;/&gt;<br>
                &lt;/drivers&gt;<br>
            &lt;/datasources&gt;<br>
        &lt;/subsystem&gt;<br>
<br>
Secondly, when I start jboss from the console with standalone.bat, I<br>
can login to management console but when I start it from JBoss<br>
developer studio, it says &quot;However you have not yet added any users to<br>
be able to access the admin console.&quot;. What&#39;s the difference?<br>
_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</blockquote></div><br></div>