Content of SecuredBean: //OK @CustomSecurityBinding() public SecuredBean doSomething(@MySecurityParameter String parameter) { return null; } //Not-OK @CustomSecurityBinding() public SecuredBean doSomething2(String parameter) { return null; } Log: 13:15:00,159 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final-redhat-1 13:15:00,301 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1 13:15:00,458 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1) starting 13:15:01,706 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found securityParameterBinding-0.0.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called securityParameterBinding-0.0.1-SNAPSHOT.war.dodeploy 13:15:01,753 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 13:15:01,773 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.3.6.Final-redhat-1 13:15:01,781 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.6.Final-redhat-1 13:15:01,820 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors 13:15:01,849 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem. 13:15:01,868 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main] 13:15:01,894 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem 13:15:01,896 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.3.Final-redhat-1) 13:15:01,911 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique. 13:15:01,935 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension 13:15:01,935 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem 13:15:01,946 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 13:15:01,965 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2 13:15:02,095 INFO [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.6.Final-redhat-1 13:15:02,111 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service 13:15:02,112 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 13:15:02,122 INFO [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.18.Final-redhat-1 13:15:02,151 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.3.21.Final-redhat-1 starting 13:15:02,152 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.3.21.Final-redhat-1 starting 13:15:02,263 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/home/lvalach/JBDS/devstudio-10.1.0.GA-v20160824-1226-B5851/runtimes/jboss-eap/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 13:15:02,270 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server. 13:15:02,271 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0018: Host default-host starting 13:15:02,302 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing. 13:15:02,303 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host. 13:15:02,329 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 13:15:02,563 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 13:15:02,618 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /home/lvalach/JBDS/devstudio-10.1.0.GA-v20160824-1226-B5851/runtimes/jboss-eap/standalone/deployments 13:15:02,628 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "securityParameterBinding-0.0.1-SNAPSHOT.war" (runtime-name: "securityParameterBinding-0.0.1-SNAPSHOT.war") 13:15:02,744 INFO [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBossWS 5.1.3.SP1-redhat-1 (Apache CXF 3.1.4.redhat-1) 13:15:02,776 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.2.Final-redhat-1 13:15:03,341 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment securityParameterBinding-0.0.1-SNAPSHOT.war 13:15:03,399 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 5.2.4.Final-redhat-1 13:15:03,508 INFO [org.apache.deltaspike.core.util.ProjectStageProducer] (MSC service thread 1-3) Computed the following DeltaSpike ProjectStage: Production 13:15:03,819 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0006: Starting Services for CDI deployment: securityParameterBinding-0.0.1-SNAPSHOT.war 13:15:03,854 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.3 (redhat) 13:15:03,889 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0009: Starting weld service for deployment securityParameterBinding-0.0.1-SNAPSHOT.war 13:15:04,107 INFO [org.jboss.weld.Event] (MSC service thread 1-2) WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.security.impl.extension.SecurityExtension.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 13:15:04,157 INFO [org.jboss.weld.Event] (MSC service thread 1-2) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 13:15:04,163 INFO [org.jboss.weld.Event] (MSC service thread 1-2) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 13:15:04,193 INFO [org.jboss.weld.Event] (MSC service thread 1-2) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 13:15:04,512 WARN [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001478: Interceptor class org.apache.deltaspike.core.impl.throttling.ThrottledInterceptor is enabled for the application and for the bean archive securityParameterBinding-0.0.1-SNAPSHOT.war/WEB-INF/lib/deltaspike-core-impl-1.7.1.jar. It will only be invoked in the @Priority part of the chain. 13:15:04,512 WARN [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001478: Interceptor class org.apache.deltaspike.core.impl.lock.LockedInterceptor is enabled for the application and for the bean archive securityParameterBinding-0.0.1-SNAPSHOT.war/WEB-INF/lib/deltaspike-core-impl-1.7.1.jar. It will only be invoked in the @Priority part of the chain. 13:15:04,512 WARN [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001478: Interceptor class org.apache.deltaspike.core.impl.future.FutureableInterceptor is enabled for the application and for the bean archive securityParameterBinding-0.0.1-SNAPSHOT.war/WEB-INF/lib/deltaspike-core-impl-1.7.1.jar. It will only be invoked in the @Priority part of the chain. 13:15:04,513 WARN [org.jboss.weld.Validator] (MSC service thread 1-2) WELD-001478: Interceptor class org.apache.deltaspike.security.impl.extension.SecurityInterceptor is enabled for the application and for the bean archive securityParameterBinding-0.0.1-SNAPSHOT.war/WEB-INF/lib/deltaspike-security-module-impl-1.7.1.jar. It will only be invoked in the @Priority part of the chain. 13:15:04,938 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions: Exception 0 : org.apache.deltaspike.security.api.authorization.SecurityDefinitionException: No matching authorizer found for security binding type [@test.CustomSecurityBinding] on method [test.SecuredBean.doSomething2]. at org.apache.deltaspike.security.impl.extension.SecurityMetaDataStorage.registerSecuredMethod(SecurityMetaDataStorage.java:182) at org.apache.deltaspike.security.impl.extension.SecurityMetaDataStorage.registerSecuredMethods(SecurityMetaDataStorage.java:99) at org.apache.deltaspike.security.impl.extension.SecurityExtension.validateBindings(SecurityExtension.java:153) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88) at org.jboss.weld.injection.MethodInvocationStrategy$SpecialParamPlusBeanManagerStrategy.invoke(MethodInvocationStrategy.java:144) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:309) at org.jboss.weld.event.ExtensionObserverMethodImpl.sendEvent(ExtensionObserverMethodImpl.java:124) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:287) at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:265) at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:271) at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:260) at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:154) at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:148) at org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:42) at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:61) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:422) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:83) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:95) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44) at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:61) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:422) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:83) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:95) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) ... 3 more 13:15:04,948 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "securityParameterBinding-0.0.1-SNAPSHOT.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"securityParameterBinding-0.0.1-SNAPSHOT.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"securityParameterBinding-0.0.1-SNAPSHOT.war\".WeldStartService: Failed to start service Caused by: org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions: Exception 0 : org.apache.deltaspike.security.api.authorization.SecurityDefinitionException: No matching authorizer found for security binding type [@test.CustomSecurityBinding] on method [test.SecuredBean.doSomething2]. at org.apache.deltaspike.security.impl.extension.SecurityMetaDataStorage.registerSecuredMethod(SecurityMetaDataStorage.java:182) at org.apache.deltaspike.security.impl.extension.SecurityMetaDataStorage.registerSecuredMethods(SecurityMetaDataStorage.java:99) at org.apache.deltaspike.security.impl.extension.SecurityExtension.validateBindings(SecurityExtension.java:153) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88) at org.jboss.weld.injection.MethodInvocationStrategy$SpecialParamPlusBeanManagerStrategy.invoke(MethodInvocationStrategy.java:144) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:309) at org.jboss.weld.event.ExtensionObserverMethodImpl.sendEvent(ExtensionObserverMethodImpl.java:124) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:287) at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:265) at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:271) at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:260) at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:154) at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:148) at org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:42) at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:61) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:422) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:83) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:95) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) "}} 13:15:04,970 INFO [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "securityParameterBinding-0.0.1-SNAPSHOT.war" (runtime-name : "securityParameterBinding-0.0.1-SNAPSHOT.war") 13:15:04,971 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService: Failed to start service 13:15:05,064 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 13:15:05,065 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 13:15:05,065 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1) started (with errors) in 5212ms - Started 342 of 649 services (17 services failed or missing dependencies, 382 services are lazy, passive or on-demand) 13:15:05,130 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment securityParameterBinding-0.0.1-SNAPSHOT.war (runtime-name: securityParameterBinding-0.0.1-SNAPSHOT.war) in 41ms 13:15:05,192 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0009: Undeployed "securityParameterBinding-0.0.1-SNAPSHOT.war" (runtime-name: "securityParameterBinding-0.0.1-SNAPSHOT.war") 13:15:05,195 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT", service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".WeldInstantiator, service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator, WFLYCTL0208: ... and 5 more ] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT", service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".deploymentCompleteService] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".CREATE (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT", service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".deploymentCompleteService] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT", service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".deploymentCompleteService] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".ee.ComponentRegistry (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService] service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."org.jboss.weld.servlet.WeldTerminalListener".START, service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.faces.webapp.FacetTag".START, service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT" (missing) dependents: [service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".deploymentCompleteService] service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".session (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService] service org.wildfly.request-controller.control-point."securityParameterBinding-0.0.1-SNAPSHOT.war".undertow (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/securityParameterBinding-0.0.1-SNAPSHOT".UndertowDeploymentInfoService] WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."securityParameterBinding-0.0.1-SNAPSHOT.war".WeldStartService 13:15:09,991 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0004: Found securityParameterBinding-0.0.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called securityParameterBinding-0.0.1-SNAPSHOT.war.dodeploy