Container does not detect definition error with non-Dependent generic beans
---------------------------------------------------------------------------
Key: WBRI-378
URL: https://jira.jboss.org/jira/browse/WBRI-378
Project: Web Beans
Issue Type: Bug
Components: Bootstrap
Affects Versions: 1.0.0.PREVIEW1
Reporter: Shane Bryzak
Assertion 3.1.g states:
"If the managed bean class is a generic type, it must have …
[View More]scope @Dependent. If a managed bean with a parameterized bean class declares any scope other than @Dependent, the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container""
see org.jboss.jsr299.tck.tests.definition.bean.genericbroken.GenericManagedBeanTest.testNonDependentGenericManagedBeanNotOk()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Verify Web Beans on EJB 3.1 container
-------------------------------------
Key: WBRI-231
URL: https://jira.jboss.org/jira/browse/WBRI-231
Project: Web Beans
Issue Type: Task
Components: Enterprise Beans
Affects Versions: 1.0.0.CR1
Reporter: Pete Muir
org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest.…
[View More]testEnterpriseBeanWithLocalViewAndNotParameterizedTypeHasClassAndSuperclassesAsBeanTypes()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Request scope is not active/destroyed during call to Ejb timeout method
-----------------------------------------------------------------------
Key: WBRI-228
URL: https://jira.jboss.org/jira/browse/WBRI-228
Project: Web Beans
Issue Type: Bug
Components: Enterprise Beans
Reporter: Pete Muir
Priority: Minor
Fix For: 1.0.0.PREVIEW
org.jboss.jsr299.tck.tests.context.request.ejb.…
[View More]EJBRequestContextTest.testRequestScopeActiveDuringCallToEjbTimeoutMethod()
org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest.testRequestScopeDestroyedAfterCallToEjbTimeoutMethod()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Conversation scoped data not switched in conversations example
--------------------------------------------------------------
Key: WBRI-163
URL: https://jira.jboss.org/jira/browse/WBRI-163
Project: Web Beans
Issue Type: Bug
Components: Examples
Affects Versions: 1.0.0.ALPHA2
Reporter: Nicklas Karlsson
Assignee: Pete Muir
Fix For: 1.0.0.BETA1
The data input box bound to the conversation …
[View More]scoped data component doesn't switch when conversations are switched. Perhaps the bean store is set at a point where the old value is restored in the new conversation incorrectly?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Container does not throw exception for classes annotated with @Decorator and @Interceptor
-----------------------------------------------------------------------------------------
Key: WBRI-379
URL: https://jira.jboss.org/jira/browse/WBRI-379
Project: Web Beans
Issue Type: Bug
Components: Bootstrap
Affects Versions: 1.0.0.PREVIEW1
Reporter: Shane Bryzak
Assertion 3.1.f0 states:
"If the bean class of a managed …
[View More]bean is annotated with both the @Interceptor and @Decorator stereotypes, the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container"."
please see org.jboss.jsr299.tck.tests.interceptors.definition.broken.interceptorCanNotBeDecorator.InterceptorCanNotBeDecoratorTest.testInterceptorCanNotAlsoBeDecorator()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Check passivating bean's interceptors are passivation capable
--------------------------------------------------------------
Key: WBRI-361
URL: https://jira.jboss.org/jira/browse/WBRI-361
Project: Web Beans
Issue Type: Bug
Reporter: Pete Muir
Fix For: 1.0.0.CR1
org.jboss.jsr299.tck.tests.context.passivating.broken.interceptorWithNonPassivatingBeanConstructorParameter.…
[View More]PassivationCapableBeanWithNonPassivatingInterceptorTest.testPassivationCapableBeanWithNonPassivatingInterceptorFails()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]