<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: does ModuleClassLoader support class array syntax?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/enguerrandd">Enguerrand Dibanda</a> in <i>JBoss AS 7 Development</i> - <a href="https://community.jboss.org/message/720132#720132">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>does this actually means that this feature in now "out of the box" and the system property </p><p>-D<span style="font-size: 10pt;">sun.lang.ClassLoader.allowArraySyntax=true doesnt have to be set anymore? </span></p><p><span style="font-size: 10pt;">I'm currently having the following problem while using JBoss 7.1.0.Final: </span></p><ul><li><span style="font-size: 10pt;">I set the </span>-D<span style="font-size: 10pt;">sun.lang.ClassLoader.allowArraySyntax=true propery and can see that it is passed to the JVM at boot</span></li></ul><p>10:12:14,514 INFO&#160; [org.jboss.modules] (main) JBoss Modules version 1.1.1.GA</p><p>10:12:14,886 INFO&#160; [org.jboss.msc] (main) JBoss MSC version 1.0.2.GA</p><p>10:12:15,028 INFO&#160; [org.jboss.as] (MSC service thread 1-4) JBAS015899: JBoss AS 7.1.0.Final "Thunder" starting</p><p>10:12:15,030 DEBUG [org.jboss.as.config] (MSC service thread 1-4) Configured system properties:</p><p>...</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; sun.jnu.encoding = UTF-8</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; sun.lang.ClassLoader.allowArraySyntax = true</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; sun.management.compiler = HotSpot 64-Bit Tiered Compilers</p><p>...</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; user.timezone = Europe/Berlin</p><p>10:12:15,049 DEBUG [org.jboss.as.config] (MSC service thread 1-4) VM Arguments: -D[Server:dcs1] -XX:PermSize=256m -XX:MaxPermSize=256m -Xms1536m -Xmx1536m -Xss256k -XX:+UseParallelGC -XX:ParallelGCThreads=16 -XX:+DisableExplicitGC ... -Dsun.lang.ClassLoader.allowArraySyntax=true ... -Dlogging.configuration=file:/usr/local/jboss/domain/configuration/logging.properties </p><p>10:12:15,300 INFO&#160; [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.3.GA</p><p>10:12:15,316 INFO&#160; [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.3.GA</p><p>10:12:15,325 INFO&#160; [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.2.GA</p><p>10:12:22,995 INFO&#160; [org.jboss.as.logging] (MSC service thread 1-3) JBAS011502: Removing bootstrap log handlers</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><ul><li>I can't however see this system property when I query all system properties over the CLI</li></ul><p>[domain@localhost:9999 /] /host=dcs1/core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)</p><p>...</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; "sun.jnu.encoding" =&gt; "UTF-8",</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; "sun.management.compiler" =&gt; "HotSpot 64-Bit Tiered Compilers",</p><p>...</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/720132#720132">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS 7 Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>