Return-Path: X-Original-To: apmail-openejb-users-archive@www.apache.org Delivered-To: apmail-openejb-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9343DF21 for ; Mon, 13 Aug 2012 19:18:41 +0000 (UTC) Received: (qmail 64373 invoked by uid 500); 13 Aug 2012 19:18:41 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 64353 invoked by uid 500); 13 Aug 2012 19:18:41 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 64342 invoked by uid 99); 13 Aug 2012 19:18:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 19:18:41 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 19:18:35 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T109W-0000Wd-0V for users@openejb.apache.org; Mon, 13 Aug 2012 12:18:14 -0700 Date: Mon, 13 Aug 2012 12:18:14 -0700 (PDT) From: membersound To: users@openejb.apache.org Message-ID: <1344885493921-4656844.post@n4.nabble.com> Subject: Access @Named bean via EL Expression? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, what do I have to do in order to access a @Named @RequestScoped bean via el-expression like #{myBean.myOroperty}? I'm constantly getting: javax.servlet.ServletException: javax.el.ELException: Error reading 'myProperty' on type MyBean_$$_javassist_1 javax.faces.webapp.FacesServlet.service(FacesServlet.java:229) root cause org.apache.myfaces.view.facelets.el.ContextAwareELException: javax.el.ELException... Do I have to make any configuration for annotations to work? -- View this message in context: http://openejb.979440.n4.nabble.com/Access-Named-bean-via-EL-Expression-tp4656844.html Sent from the OpenEJB User mailing list archive at Nabble.com.