[arquillian-issues] [JBoss JIRA] Created: (ARQ-590) arquillian-weld-ee-embedded-1.1 fails with SecurityDefinitionException: No matching authorizer found for security binding type

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Tue Sep 13 09:15:42 EDT 2011


arquillian-weld-ee-embedded-1.1 fails with SecurityDefinitionException: No matching authorizer found for security binding type
------------------------------------------------------------------------------------------------------------------------------

                 Key: ARQ-590
                 URL: https://issues.jboss.org/browse/ARQ-590
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Geoffrey De Smet


When I deploy my test that works in tomcat-managed to arquillian-weld-ee-embedded-1.1 version 1.0.0.CR2, I get this stacktrace.

{code}
org.jboss.seam.security.SecurityDefinitionException: No matching authorizer found for security binding type [@org.jboss.seam.security.annotations.LoggedIn] on method [org.drools.guvnor.server.VerificationServiceImplementation.analysePackage].

    at org.jboss.seam.security.extension.SecurityExtension.registerSecuredMethod(SecurityExtension.java:344)

    at org.jboss.seam.security.extension.SecurityExtension.validateBindings(SecurityExtension.java:244)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)

    at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)

    at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)

    at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)

    at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)

    at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)

    at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)

    at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)

    at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)

    at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)

    at org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:88)

    at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:52)

    at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:43)

    at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:380)

    at org.jboss.arquillian.container.weld.ee.embedded_1_1.mock.TestContainer.startContainer(TestContainer.java:257)

    at org.jboss.arquillian.container.weld.ee.embedded_1_1.WeldEEMockContainer.deploy(WeldEEMockContainer.java:98)

    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:148)

    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:115)

    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:258)

    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:114)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list