<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.PropertyNot</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=73459015" />
  <subtitle>Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.PropertyNot</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=73459015</id>
  <updated>2026-04-04T10:24:19Z</updated>
  <dc:date>2026-04-04T10:24:19Z</dc:date>
  <entry>
    <title>RE: Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.Propert</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73485965" />
    <author>
      <name>Kyle Joseph Stiemann</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73485965</id>
    <updated>2016-04-25T18:19:14Z</updated>
    <published>2016-04-25T18:19:14Z</published>
    <summary type="html">As I mentioned in &lt;a href="https://web.liferay.com/community/forums/-/message_boards/message/73481816"&gt;your other thread&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;The issue you are running into is &lt;a href="https://issues.liferay.com/browse/FACES-2621"&gt;FACES-2621&lt;/a&gt;. &lt;a href="https://github.com/liferay/liferay-faces-bridge-impl/commit/47e5285397ead81ff731a8436f97b2375a32f59f"&gt;It was fixed in our new liferay-faces-bridge-impl repo&lt;/a&gt;, so you can try the snapshot from the 4.x version to see if things work better.&lt;/blockquote&gt;&lt;br /&gt;Let&amp;#39;s continue the discussion on your original thread. I&amp;#39;ll lock this one.&lt;br /&gt;&lt;br /&gt;- Kyle</summary>
    <dc:creator>Kyle Joseph Stiemann</dc:creator>
    <dc:date>2016-04-25T18:19:14Z</dc:date>
  </entry>
  <entry>
    <title>RE: Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.Propert</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73482324" />
    <author>
      <name>Arkaprovo Bhattacharjee</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73482324</id>
    <updated>2016-04-25T16:00:08Z</updated>
    <published>2016-04-25T16:00:08Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Kyle Joseph Stiemann:&lt;/div&gt;&lt;blockquote&gt;Hi Arkaprovo,&lt;br /&gt;&lt;a href="https://web.liferay.com/community/forums/-/message_boards/message/73469863"&gt;I&amp;#39;ve answered this question already in your other thread&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Your problems with JBoss/Wildfly are probably due to Mojarra being included twice on the classpath: once from the portlet&amp;#39;s &lt;strong&gt;&lt;span style="font-family: Courier New"&gt;WEB-INF/lib&lt;/span&gt;&lt;/strong&gt; and once from the servlet container. The sample JSF2 portlet you mentioned is designed to be used in Tomcat, not JBoss, so it includes Mojarra in its &lt;strong&gt;&lt;span style="font-family: Courier New"&gt;WEB-INF/lib&lt;/span&gt;&lt;/strong&gt;. If you want things to run correctly, you should ensure that Mojarra is not included in your portlet&amp;#39;s &lt;span style="font-family: Courier New"&gt;&lt;strong&gt;WEB-INF/lib&lt;/strong&gt;&lt;/span&gt;...&lt;/blockquote&gt;&lt;br /&gt;See the other thread for more details.&lt;br /&gt;&lt;br /&gt;- Kyle&lt;/blockquote&gt;&lt;br /&gt;I did exactly what you said excluded jsf-api and jsf-impl from WEB-INF/lib  but  same problem persist.</summary>
    <dc:creator>Arkaprovo Bhattacharjee</dc:creator>
    <dc:date>2016-04-25T16:00:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.Propert</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73469944" />
    <author>
      <name>Kyle Joseph Stiemann</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73469944</id>
    <updated>2016-04-25T11:29:43Z</updated>
    <published>2016-04-25T11:29:43Z</published>
    <summary type="html">Hi Arkaprovo,&lt;br /&gt;&lt;a href="https://web.liferay.com/community/forums/-/message_boards/message/73469863"&gt;I&amp;#39;ve answered this question already in your other thread&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Your problems with JBoss/Wildfly are probably due to Mojarra being included twice on the classpath: once from the portlet&amp;#39;s &lt;strong&gt;&lt;span style="font-family: Courier New"&gt;WEB-INF/lib&lt;/span&gt;&lt;/strong&gt; and once from the servlet container. The sample JSF2 portlet you mentioned is designed to be used in Tomcat, not JBoss, so it includes Mojarra in its &lt;strong&gt;&lt;span style="font-family: Courier New"&gt;WEB-INF/lib&lt;/span&gt;&lt;/strong&gt;. If you want things to run correctly, you should ensure that Mojarra is not included in your portlet&amp;#39;s &lt;span style="font-family: Courier New"&gt;&lt;strong&gt;WEB-INF/lib&lt;/strong&gt;&lt;/span&gt;...&lt;/blockquote&gt;&lt;br /&gt;See the other thread for more details.&lt;br /&gt;&lt;br /&gt;- Kyle</summary>
    <dc:creator>Kyle Joseph Stiemann</dc:creator>
    <dc:date>2016-04-25T11:29:43Z</dc:date>
  </entry>
  <entry>
    <title>Deploying JSF 2.2 Portlets On Jboss 7.1.1-Liferay 6.2  javax.el.PropertyNot</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73459014" />
    <author>
      <name>Arkaprovo Bhattacharjee</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73459014</id>
    <updated>2016-04-25T07:19:24Z</updated>
    <published>2016-04-25T07:19:24Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;I have downloaded liferay-portal-jboss-6.2-ce-ga6  from &lt;a href="https://sourceforge.net/projects/lportal/files/Liferay%20Portal/6.2.5%20GA6/liferay-portal-jboss-6.2-ce-ga6-20160112152609836.zip/download"&gt;here &lt;/a&gt; and Upgraded Mojarra to 2.2.12 . For testing purpose, I have deployed &lt;a href="http://www.liferay.com/community/liferay-projects/liferay-faces/demos#jsf2-portlet"&gt;this &lt;/a&gt;Liferay sample portlet. After placing the portlet on  page it is detect everything like &lt;blockquote&gt;2.2.12-jbossorg-2&lt;br&gt;Liferay Faces Alloy 4.2.5-ga6 (Philippi / Aug 11, 2015 AD)&lt;br&gt;Liferay Faces Bridge 4.2.5-ga6 (Philippi / Aug 11, 2015 AD)&lt;/blockquote&gt; but when  I am clicking on SUbmit (or in any action on portlet That has an action assiociated with managed Bean) I am getting this error&lt;br&gt;&lt;pre&gt;&lt;code&gt;07:08:53,566 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed "jsf2-portlet.war" (runtime-name : "jsf2-portlet.war")
07:14:36,899 WARNING [javax.enterprise.resource.webcontainer.jsf.lifecycle] (default task-39) javax.el.PropertyNotFoundException: /WEB-INF/views/applicant.xhtml @19,93 value="#{applicantModelBean.firstName}": Target Unreachable, identifier 'applicantModelBean' resolved to null: javax.faces.FacesException: javax.el.PropertyNotFoundException: /WEB-INF/views/applicant.xhtml @19,93 value="#{applicantModelBean.firstName}": Target Unreachable, identifier 'applicantModelBean' resolved to null&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;checked everything ,totally confused why this problem is happening.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Arkaprovo Bhattacharjee</dc:creator>
    <dc:date>2016-04-25T07:19:24Z</dc:date>
  </entry>
</feed>
