Relative Content

Tag Archive for wildfly

Deployment failure in wildfly 31

I am trying to deploy my war file in wildfly 31 server and getting some signature verifier issue in microsoft-windowsazure-api jar. The same war file is working in jboss. The reported jar downloaded from maven. if delete the .sf,.rsf files then deployments goes fine but not sure why i am facing this issue in wildfly 31 alone. I have pasted the error message details below. Please guide me how to resolve this issue.

Is there a way to add a second principal query without re-creating the whole login configuration?

I am configuring a jdbc-realm as described in the official wildlfy documentation, but with a small difference.
(see: https://docs.wildfly.org/30/WildFly_Elytron_Security.html#set-up-and-configure-authentication-for-applications)
When I configured the realm, I left out the part of ther query that selects the roles from my database.
I configured the rest of my system as described in the docs.