[JBoss JIRA] (WFLY-3900) Unable to inject EJB Context into CDI Interceptor
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-3900?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated WFLY-3900:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1149644, https://bugzilla.redhat.com/show_bug.cgi?id=1149646 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1149644)
> Unable to inject EJB Context into CDI Interceptor
> -------------------------------------------------
>
> Key: WFLY-3900
> URL: https://issues.jboss.org/browse/WFLY-3900
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld
> Affects Versions: 9.0.0.Alpha1
> Reporter: Brad Maxwell
> Assignee: Stuart Douglas
> Fix For: 9.0.0.Beta1
>
> Attachments: inject-ejb-context-into-cdi-interceptor.jar, server.log
>
>
> CDI Interceptor cannot inject EJB session context.
> If the Interceptor is changed to EJB interceptor by removing the @Interceptor on the interceptor and removing it from the beans.xml, and adding @Interceptors(...) to the EJB, then it is able to inject.
> See attached reproducer with source and log file.
> private @Resource SessionContext sessionContext;
> Caused by: javax.naming.NameNotFoundException: env/test.ServiceLoggedInterceptor/sessionContext -- service jboss.naming.context.java.comp.inject-ejb-context-into-cdi-interceptor.inject-ejb-context-into-cdi-interceptor.HelloEJB.env."test.ServiceLoggedInterceptor".sessionContext
> at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:202) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:235) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:188) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:184) [wildfly-naming-9.0.0.Alpha1.jar:9.0.0.Alpha1]
> at javax.naming.InitialContext.lookup(InitialContext.java:411) [rt.jar:1.7.0_51]
> at javax.naming.InitialContext.lookup(InitialContext.java:411) [rt.jar:1.7.0_51]
> at org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices.resolveResource(WeldResourceInjectionServices.java:185)
> ... 127 more
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (ELY-102) MD5 Compatibility tests failing on Windows
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/ELY-102?page=com.atlassian.jira.plugin.sy... ]
David Lloyd resolved ELY-102.
-----------------------------
Fix Version/s: 1.0.0.Beta1
Resolution: Done
Seems fixed.
> MD5 Compatibility tests failing on Windows
> ------------------------------------------
>
> Key: ELY-102
> URL: https://issues.jboss.org/browse/ELY-102
> Project: WildFly Elytron
> Issue Type: Bug
> Components: SASL
> Reporter: David Lloyd
> Assignee: Peter Skopek
> Fix For: 1.0.0.Beta1
>
>
> The following tests fail on Windows or any platform which does not have UTF-8 as its default encoding:
> * CompatibilityClientTest.testUtf8Charset
> * CompatibilityServerTest.testUtf8Charset
> Can be reproduced on Linux on the command line by setting the LANG environment variable to something other than UTF_8, like ISO-8859-1.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (ELY-101) GSSAPI failures on Windows
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/ELY-101?page=com.atlassian.jira.plugin.sy... ]
David Lloyd resolved ELY-101.
-----------------------------
Resolution: Done
Seems fixed.
> GSSAPI failures on Windows
> --------------------------
>
> Key: ELY-101
> URL: https://issues.jboss.org/browse/ELY-101
> Project: WildFly Elytron
> Issue Type: Bug
> Components: SASL
> Environment: Windows
> Reporter: David Lloyd
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Beta1
>
>
> The following GSSAPI tests fail on Windows for reasons unknown (probably not character encoding though):
> * BasicAuthTest.testAuth
> * BasicConfidenceTest.testAuthConf
> * BasicIntegrityTest.testAuthInt
> * NoServerAuthTest.testAuth
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months