JakartaEE 10 stateless service and legacy security domain
I made a homework project for BASIC authentication with Wildfly 33 Beta and Elytron.
When I start server include a @Stateless service in the project I get error:
Defining datasources in wildfly31 standalone.xml file using credential-reference to refer passwords
Is there something changed between wildfly-26 and wildfly-31. I was able to define a data source , while providing the username and password inside tag for the data source tag throws me an error saying it’s not a valid tag. looks like it was deprecated or unsupported for wildfly31