Hello
I found out, that adding a user and a password would solve the problem (no more warning)
<pooled-connection-factory name="hornetq-ra">
<transaction mode="xa"/>
<user>guest</user>
<password>guestpw</password>
<connectors>
<connector-ref connector-name="netty"/>
</connectors>
<entries>
<entry name="java:/JmsXA"/>
</entries>
</pooled-connection-factory>
Unfortunately these two options are getting deleted when the server is started. So after starting the server once I have the problem again. How can it be, that options are recognized but discared during the startup?
Any ideas?