More galleon - messaging and activemq extension

227 views
Skip to first unread message

Mike Douglass

unread,
Dec 14, 2021, 11:53:47 AM12/14/21
to WildFly
Just to record my experience...

I'm working with the latest release 25.0.1.FINAL

For a couple of days I was stumped by this error message:

    org.wildfly.security.legacy-security-domain.other; There are no known registration points which can provide this capability."}}

I eventually tracked it down to the way the messaging extension handles security domains. If none is specified then it tries to reference the legacy domain. I got round it by specifying

<param name="elytron-domain" value="ApplicationDomain"/>

I only have in vm acceptor and connectors. Am I right in thinking that a security domain is only necessary for externally visible connectors?

Kestrel Thumper

unread,
Dec 20, 2021, 11:43:29 AM12/20/21
to WildFly
Yea, I had the same issue when upgrading from 23--> 26

I had to add it to the default server

In the standalone-full.xml it is present. This should be treated as a documentation bug IMHO

<subsystem xmlns="urn:jboss:domain:messaging-activemq:13.0">
<server name="default">
<security elytron-domain="ApplicationDomain"/>

wf23.png
Reply all
Reply to author
Forward
0 new messages