[ https://jira.jboss.org/jira/browse/WELD-29?page=com.atlassian.jira.plugin... ]
Pete Muir updated WELD-29:
--------------------------
Fix Version/s: 1.0.1.GA
(was: 1.0.1.CR2)
Slip, we need feedback from Servlet guys.
> web.xml configured jsf error-page throws ContextNotActiveException
> ------------------------------------------------------------------
>
> Key: WELD-29
> URL: https://jira.jboss.org/jira/browse/WELD-29
> Project: Weld
> Issue Type: Bug
> Components: GlassFish Integration, Scopes & Contexts, Web Tier integration (JSF, JSP, EL and Servlet)
> Affects Versions: 1.0.0.PREVIEW1
> Environment: glassfish V3 prelude, jsf 2.0.0-SNAPSHOT (May 17 2009)
> Reporter: Guy Veraghtert
> Assignee: Pete Muir
> Fix For: 1.0.1.GA
>
>
> An ContextNotActiveException is thrown by Web beans when the container tries to forward to a jsf error-page (configured in web.xml). See forum reference.
--
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
[ https://jira.jboss.org/jira/browse/WELD-29?page=com.atlassian.jira.plugin... ]
Pete Muir commented on WELD-29:
-------------------------------
Test is fixed, Ryan L is chatting to Sun Servlet guys to find out why the requestDestroyed listener is called before the error page is rendered.
> web.xml configured jsf error-page throws ContextNotActiveException
> ------------------------------------------------------------------
>
> Key: WELD-29
> URL: https://jira.jboss.org/jira/browse/WELD-29
> Project: Weld
> Issue Type: Bug
> Components: GlassFish Integration, Scopes & Contexts, Web Tier integration (JSF, JSP, EL and Servlet)
> Affects Versions: 1.0.0.PREVIEW1
> Environment: glassfish V3 prelude, jsf 2.0.0-SNAPSHOT (May 17 2009)
> Reporter: Guy Veraghtert
> Assignee: Pete Muir
> Fix For: 1.0.1.CR2
>
>
> An ContextNotActiveException is thrown by Web beans when the container tries to forward to a jsf error-page (configured in web.xml). See forum reference.
--
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
[ https://jira.jboss.org/jira/browse/WELD-29?page=com.atlassian.jira.plugin... ]
Pete Muir commented on WELD-29:
-------------------------------
Largely working on Servlet 3 containers. Will enhance test to verify all aspects of David's comments.
> web.xml configured jsf error-page throws ContextNotActiveException
> ------------------------------------------------------------------
>
> Key: WELD-29
> URL: https://jira.jboss.org/jira/browse/WELD-29
> Project: Weld
> Issue Type: Bug
> Components: GlassFish Integration, Scopes & Contexts, Web Tier integration (JSF, JSP, EL and Servlet)
> Affects Versions: 1.0.0.PREVIEW1
> Environment: glassfish V3 prelude, jsf 2.0.0-SNAPSHOT (May 17 2009)
> Reporter: Guy Veraghtert
> Assignee: Pete Muir
> Fix For: 1.0.1.CR2
>
>
> An ContextNotActiveException is thrown by Web beans when the container tries to forward to a jsf error-page (configured in web.xml). See forum reference.
--
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
Signature of BeforeBeanDiscovery.addInterceptorBinding() is wrong
-----------------------------------------------------------------
Key: WELD-412
URL: https://jira.jboss.org/jira/browse/WELD-412
Project: Weld
Issue Type: Bug
Components: CDI API
Affects Versions: 1.0.0.GA, 1.0.1.CR1
Reporter: Pete Muir
Priority: Blocker
Fix For: 1.0.1.CR2
Should be BeforeBeanDiscovery#public void addInterceptorBinding(Class<? extends Annotation> bindingType, Annotation... bindingTypeDef);
--
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
[ https://jira.jboss.org/jira/browse/WELDINT-39?page=com.atlassian.jira.plu... ]
Pete Muir closed WELDINT-39.
----------------------------
Resolution: Done
> Weld Injection Interceptor - MessageDrivenBean does not support SessionContext
> ------------------------------------------------------------------------------
>
> Key: WELDINT-39
> URL: https://jira.jboss.org/jira/browse/WELDINT-39
> Project: Weld Integration
> Issue Type: Bug
> Reporter: Aslak Knutsen
> Assignee: Pete Muir
> Fix For: 6.0.0.Beta7
>
> Attachments: JBAS-7671.patch
>
>
> SessionBeanInterceptor and Jsr299BindingsInterceptor use the SessionContext. MessageDrivenBeans don't have a SessionContext so they fail.
--
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
/WebProfileMethodSelector Does not work
---------------------------------------
Key: CDITCK-101
URL: https://jira.jboss.org/jira/browse/CDITCK-101
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.0.1.CR1
Reporter: Gurkan Erdogdu
/WebProfileMethodSelector includeMethod must contain setStopped(true).
--
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
Decorator Error
---------------
Key: CDITCK-99
URL: https://jira.jboss.org/jira/browse/CDITCK-99
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gurkan Erdogdu
AFAIK, Decorators must implement interface for its decorated types. But org.jboss.jsr299.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.FooDecorator.FooDecorator does not implement any interface. I think it is error.
--
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
org.jboss.jsr299.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest Error
-------------------------------------------------------------------------------------
Key: CDITCK-100
URL: https://jira.jboss.org/jira/browse/CDITCK-100
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gurkan Erdogdu
org.jboss.jsr299.tck.tests.extensions.afterBeanDiscovery.Cockatoo class is not a managed bean, it does not define default constructor or any constructor annotated with @Inject. There ProcessBean event is never fired
--
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
Writing null to a response header isn't guaranteed to add it to the response
----------------------------------------------------------------------------
Key: CDITCK-104
URL: https://jira.jboss.org/jira/browse/CDITCK-104
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tests
Affects Versions: 1.0.1.CR1
Reporter: Pete Muir
Fix For: 1.0.1.GA, 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
tld's don't conform to strict schema
------------------------------------
Key: CDITCK-103
URL: https://jira.jboss.org/jira/browse/CDITCK-103
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tests
Reporter: Pete Muir
Fix For: 1.0.1.GA, 1.1.0.CR1
/jsr299-tck-impl/src/main/resources/org/jboss/jsr299/tck/tests/lookup/injection/non/contextual/TestLibrary.tld
--
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