Check that BeanDeployment is not being kept around after bootstrap
------------------------------------------------------------------
Key: WELD-692
URL: https://jira.jboss.org/browse/WELD-692
Project: Weld
Issue Type: Sub-task
Components: Bootstrap and Metamodel API
Reporter: Pete Muir
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Interceptor for lifecycle callback with binding type @Target({TYPE, METHOD}) not detected as definition error
-------------------------------------------------------------------------------------------------------------
Key: WELD-458
URL: https://jira.jboss.org/jira/browse/WELD-458
Project: Weld
Issue Type: Bug
Components: Interceptors and Decorators
Affects Versions: 1.0.1.Final
Reporter: Ondrej Skutka
Spec says:
An interceptor for lifecycle callbacks may only declare interceptor binding types that are defined as @Target(TYPE). If an
interceptor for lifecycle callbacks declares an interceptor binding type that is defined @Target({TYPE, METHOD}), the con-
tainer automatically detects the problem and treats it as a definition error.
org.jboss.jsr299.tck.tests.interceptors.definition.broken.interceptorForLifecycleTargetMethod.InterceptorForLifecycleTargetMethodTest
In the TCK trunk
--
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
Support EEJB environment in harness
-----------------------------------
Key: CDITCK-51
URL: https://jira.jboss.org/jira/browse/CDITCK-51
Project: CDI TCK
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Infrastructure
Affects Versions: 1.0.0.GA
Reporter: Pete Muir
Fix For: 1.1.0.CR1
--
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
Investigate using dependency:copy-dependencies rather than dependency:copy as it looks in the reactor
-----------------------------------------------------------------------------------------------------
Key: CDITCK-42
URL: https://jira.jboss.org/jira/browse/CDITCK-42
Project: CDI TCK
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Infrastructure
Reporter: Pete Muir
Fix For: 1.0.0.CR3
--
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
More details to WELD-000072 Managed bean declaring a passivating scope must be passivation capable.
---------------------------------------------------------------------------------------------------
Key: WELD-537
URL: https://jira.jboss.org/browse/WELD-537
Project: Weld
Issue Type: Feature Request
Components: Class Beans (Managed and Session)
Affects Versions: 1.0.1.Final
Reporter: Nicklas Karlsson
The error message should be more detailed, currently ManagedBean.initializeAfterBeanDiscovery can have multiple conditions that set the passivationCapableBean to false (non-serializable interceptors etc) but it's hard to tell exactly what is wrong.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Around-Invoke Interceptors with wrong signature should cause DefinitionException
--------------------------------------------------------------------------------
Key: WELD-580
URL: https://jira.jboss.org/browse/WELD-580
Project: Weld
Issue Type: Bug
Components: Interceptors and Decorators
Affects Versions: 1.0.1.Final
Reporter: Aslak Knutsen
Around-invoke methods have the following signature:
Object <METHOD>(InvocationContext) throws Exception
Interceptors that does not follow that should cause a DefinitionException.
In current impl they are registered, enabled but can not be resolved on Bean lookup.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Refactoring InstantiatorFactory to allow per-deployment configuration
---------------------------------------------------------------------
Key: WELD-687
URL: https://jira.jboss.org/browse/WELD-687
Project: Weld
Issue Type: Feature Request
Affects Versions: 1.1.0.Beta1
Reporter: Marius Bogoevici
Fix For: 1.1.0.Beta2
InstantiatorFactory is currently using static fields for storing the enabled/disabled status for unsafe instantiators, as well as the instantiator that should be used. In a shared library scenario, the instantiator factory will be enabled if at least one of the deployed applications contains the META-INF/org.jboss.weld.enableUnsafeProxies resource.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira