Return-Path: X-Original-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE236EB6A for ; Fri, 8 Mar 2013 12:02:19 +0000 (UTC) Received: (qmail 92036 invoked by uid 500); 8 Mar 2013 12:02:19 -0000 Delivered-To: apmail-incubator-deltaspike-dev-archive@incubator.apache.org Received: (qmail 91269 invoked by uid 500); 8 Mar 2013 12:02:16 -0000 Mailing-List: contact deltaspike-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-dev@incubator.apache.org Received: (qmail 91134 invoked by uid 99); 8 Mar 2013 12:02:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 12:02:15 +0000 Date: Fri, 8 Mar 2013 12:02:15 +0000 (UTC) From: "John D. Ament (JIRA)" To: deltaspike-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament reassigned DELTASPIKE-295: ---------------------------------------- Assignee: John D. Ament (was: Mark Struberg) > JsfMessageProducer createJsfMessage return type should be parametrized > ---------------------------------------------------------------------- > > Key: DELTASPIKE-295 > URL: https://issues.apache.org/jira/browse/DELTASPIKE-295 > Project: DeltaSpike > Issue Type: Bug > Components: JSF-Module > Affects Versions: 0.4-incubating > Environment: Current 0.4-incubating snapshot, Weld 2.0.0.Beta1 > Reporter: Marek Schmidt > Assignee: John D. Ament > Fix For: 0.4-incubating > > > The > {code} > public JsfMessage createJsfMessage(InjectionPoint injectionPoint) > {code} > should probably be > {code} > public JsfMessage createJsfMessage(InjectionPoint injectionPoint) > {code} > instead. > The problem manifests itself in Weld 2.0.0.Beta1: > {noformat} > Tests in error: > org.apache.deltaspike.test.jsf.impl.message.JsfMessageTest: Could not deploy to container: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jsfMessageTest.war\".WeldService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jsfMessageTest.war\".WeldService: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [JsfMessage] with qualifiers [@Default] at injection point [[BackedAnnotatedField] @Inject private org.apache.deltaspike.test.jsf.impl.message.beans.JsfMessageBackingBean.msg]"}} > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira