Migrating to using elytron

20 views
Skip to first unread message

Mansour Al Akeel

unread,
Apr 29, 2026, 11:03:00 PM (2 days ago) Apr 29
to WildFly
I have a legacy thick client application using swing, and connecting to remote EJBs running under Wildfly 26.0.3-Final. The connection is established using old JAAS logins with username/password defined through the ManagementDomain, and passed as in:

`

props.put(Context.SECURITY_PRINCIPAL, System.getenv("EJB_USER"));

props.put(Context.SECURITY_CREDENTIALS, System.getenv("EJB_PASS"));

`

I am trying to migrate to using elytron. This is working fine so far, however

it is failing when EJBs are trying to access JMS Topics/Queues. Topics and Queues are

created by the EAR deployment unit through XML file.


The question I have is what do I need to do to allow the current user to access

those queues/topics.

Should I move them to Server-created instead of xml ?




Reply all
Reply to author
Forward
0 new messages