When run a spring based application in JBoss, the spring framework will dump the all the loaded beans full name. It's kind of debug information.
We can limit the spring category to WARN to block that information:
<!-- Limit the spring category to WARN-->
<category name="org.springframework">
<priority value="WARN"/>
</category>