[keycloak-user] NPE when deploying EAR using Wildfly Submodule

Bill Burke bburke at redhat.com
Sat Feb 22 14:19:31 EST 2014


You have to use the WAR's deployment name (module-name.WAR).  Deployment 
name is a global name.  So two EARs can't have the same name for a WAR 
deployment.

You should be able to find a list of deployments in web console.   In 
CLI, this works:
/:read-children-names(child-type=deployment)


On 2/22/2014 10:16 AM, Michael Irwin wrote:
> I’ve got an EAR file that has an embedded WAR.  I’ve configured the
> security-deployment in wildfly to match the ear’s name.  During deploy,
> I get an NPE.  I’ve created an issue on JIRA about it, but for
> documentation purposes, I assume this is how this should be configured?
>   Is EAR support just not in place yet?  Using Keycloak Alpha 2.
>
> https://issues.jboss.org/browse/KEYCLOAK-331
>
> Thanks!
>
> Michael Irwin
>
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-user mailing list