|
The ejb-security-plus quickstart deploys successfully. However, the 'mvn exec:exec' fails.
In the master branch it fails with:
java.lang.ClassNotFoundException:
org.jboss.as.controller.security.SubjectUserInfo from [Module "deployment.jboss-ejb-security-plus.jar:main" from Service Module Loader]
The issue was fixed in the 6.2.x branch with this commit:
https://github.com/jboss-developer/jboss-eap-quickstarts/commit/631135359e12c5ed01c4c8e5ba841abdff5f2cc2
However, the same changes do not work for master.
|