<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user">
    <title>gmane.comp.jakarta.myfaces.user</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57267"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57266"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57265"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57264"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57263"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57262"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57261"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57260"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57259"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57258"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57257"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57256"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57255"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57254"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57253"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57252"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57251"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57250"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57249"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57248"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57267">
    <title>jsf - odd &lt;jsp:include&gt; behavior</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57267</link>
    <description>&lt;pre&gt;Hello,
I'm currently using myfaces 1.1.9 for my web app and I am seeing a strange jsf behavior when using &amp;lt;jsp:include&amp;gt;.  Below is what the include page looks like.  Inside this include page, it has a h:commandLink inside of a regular HTML table.  For some reasons, the JSF is generating the resulting HTML with the commandlink outside of this regular HTML table.  If I put this exact code directly into the master page (the one with &amp;lt;jsp:include&amp;gt;), it works fine.

&amp;lt;jsp:root version="2.0"
    xmlns:jsp="http://java.sun.com/JSP/Page"
     xmlns:c="http://java.sun.com/jsp/jstl/core"
     xmlns:f="http://java.sun.com/jsf/core"
     xmlns:h="http://java.sun.com/jsf/html"
     xmlns:t="http://myfaces.apache.org/tomahawk"
     xmlns:a4j="http://richfaces.org/a4j"&amp;gt;

&amp;lt;f:subview&amp;gt;

&amp;lt;h:form&amp;gt;
&amp;lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&amp;gt;
  &amp;lt;tr&amp;gt;
    &amp;lt;td align="right" valign="top" background="redesign/images/newtop.png" &amp;gt;
      &amp;lt;table width="100%" border="0" cellspacing="1" cellpadding="1"&amp;gt;
        &amp;lt;tr&amp;gt;
    &lt;/pre&gt;</description>
    <dc:creator>Lim Hock-Chai</dc:creator>
    <dc:date>2012-05-16T15:29:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57266">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57266</link>
    <description>&lt;pre&gt;
Yes, but please be aware that the EntityManager is still NOT Serializable! Even if some JPA providers claim it, they will loose state on serialisation!

I triggered a discussion on the JPA EG regarding this. See http://java.net/jira/browse/JPA_SPEC-21


It's really annoying that JPA is still borked even after so many years :/ Feel free to vote for the spec issue as it seems that this still will be ignored because of political reasons (the different JPA vendors basically do not agree how to solve this best).


LieGrue,
strub



----- Original Message -----

&lt;/pre&gt;</description>
    <dc:creator>Mark Struberg</dc:creator>
    <dc:date>2012-05-16T08:51:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57265">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57265</link>
    <description>&lt;pre&gt;The context for handling all CODI &amp;lt; at &amp;gt;ConversationScoped beans ALREADY get stored in a &amp;lt; at &amp;gt;SessionScoped bean. Thus it will end up in the Session somehow. But this is impl and situation depending!

In OWB we do NOT store &amp;lt; at &amp;gt;SessionScoped beans directly in the Session, because the http session is _damn_ slow. Instead we store it in an internal map, and only store it over if there is a request for replicating the Session. In OWB we call this mechanism 'FailOver'.



LieGrue,
strub



----- Original Message -----

&lt;/pre&gt;</description>
    <dc:creator>Mark Struberg</dc:creator>
    <dc:date>2012-05-16T08:47:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57264">
    <title>RE: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57264</link>
    <description>&lt;pre&gt;MyFaces Orchestra doesn't support session persistence because the conversation object isn't serializable, and will not work in a cluster environment.

According to the official page (http://myfaces.apache.org/orchestra/index.html, see Limitations) "there is still some work to be done".

Because of that, we're now in the process of switching to CODI that it's fully serializable, and allows the session to be persisted/distributed.

-----Original Message-----
From: tclam [mailto:tclam&amp;lt; at &amp;gt;hkeaa.edu.hk] 
Sent: quarta-feira, 16 de Maio de 2012 02:49
To: users&amp;lt; at &amp;gt;myfaces.apache.org
Subject: Conversation Scope in JSF 2.0


I am trying to implement conversation scope in backing bean of JSF for our application. At first, I am trying to use MyFaces Orchestra. It seems to work well. However, I am concerning the case when the application deployed in cluster environment and during session replication. I don't know if MyFaces CODI with OpenWebBean is a better choice.

I have two questions to ask:


(1) Does MyFaces Orchestra wor&lt;/pre&gt;</description>
    <dc:creator>Freire, Jose Luis (PT - Lisbon</dc:creator>
    <dc:date>2012-05-16T08:34:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57263">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57263</link>
    <description>&lt;pre&gt;
Hi struberg,

Do you mean that all the &amp;lt; at &amp;gt;ConversationScoped bean is already stored in
&amp;lt; at &amp;gt;SessionScoped bean in CDI specification?

Or 

Do you mean that I have to wrap a &amp;lt; at &amp;gt;ConversationScoped bean with another
&amp;lt; at &amp;gt;SessionScoped bean in my own coding?




struberg wrote:

&lt;/pre&gt;</description>
    <dc:creator>tclam</dc:creator>
    <dc:date>2012-05-16T08:26:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57262">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57262</link>
    <description>&lt;pre&gt;Hi!

All the CDI &amp;lt; at &amp;gt;ConversationScoped gets stored in a &amp;lt; at &amp;gt;SessionScoped bean managed by the CDI container. Finally this will somewhen end up in the session (the 'when' is implementation specific).

LieGrue,
strub



----- Original Message -----

&lt;/pre&gt;</description>
    <dc:creator>Mark Struberg</dc:creator>
    <dc:date>2012-05-16T07:48:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57261">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57261</link>
    <description>&lt;pre&gt;I don't use codi/cdi conversations but just try it, it should work.
If you would like to use OWB, there is an open issue which prevents session
replication with Tomcat 7.0.22+ but there is also an patch available.
https://issues.apache.org/jira/browse/OWB-669

2012/5/16 tclam &amp;lt;tclam&amp;lt; at &amp;gt;hkeaa.edu.hk&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Thomas Andraschko</dc:creator>
    <dc:date>2012-05-16T07:39:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57260">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57260</link>
    <description>&lt;pre&gt;
Thank you. 
Have you test the conversation during session replication?

Anyone try MyFaces Orchestra?



Thomas Andraschko-2 wrote:

&lt;/pre&gt;</description>
    <dc:creator>tclam</dc:creator>
    <dc:date>2012-05-16T07:23:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57259">
    <title>Re: Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57259</link>
    <description>&lt;pre&gt;I use CODI in an clustered environemnt, no problems till now :)

2012/5/16 tclam &amp;lt;tclam&amp;lt; at &amp;gt;hkeaa.edu.hk&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Thomas Andraschko</dc:creator>
    <dc:date>2012-05-16T07:19:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57258">
    <title>Matt ROSSNER est absent(e).</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57258</link>
    <description>&lt;pre&gt;

Je serai absent(e) à partir du  15/05/2012 de retour le 22/05/2012.

I will be away from May 15th to May 22nd

For urgent issues please contact Vincent Klock


This message and any attachments (the "message") is
intended solely for the intended addressees and is confidential. 
If you receive this message in error,or are not the intended recipient(s), 
please delete it and any copies from your systems and immediately notify
the sender. Any unauthorized view, use that does not comply with its purpose, 
dissemination or disclosure, either whole or partial, is prohibited. Since the internet 
cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS 
(and its subsidiaries) shall not be liable for the message if modified, changed or falsified. 
Do not print this message unless it is necessary,consider the environment.

----------------------------------------------------------------------------------------------------------------------------------

Ce message et toutes les pieces joi&lt;/pre&gt;</description>
    <dc:creator>matt.rossner&lt; at &gt;externe.bnpparibas.com</dc:creator>
    <dc:date>2012-05-16T02:19:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57257">
    <title>Conversation Scope in JSF 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57257</link>
    <description>&lt;pre&gt;
I am trying to implement conversation scope in backing bean of JSF for our
application. At first, I am trying to use MyFaces Orchestra. It seems to
work well. However, I am concerning the case when the application deployed
in cluster environment and during session replication. I don't know if
MyFaces CODI with OpenWebBean is a better choice.

I have two questions to ask:

(1) Does MyFaces Orchestra works well in cluster environment? Will the
conversation maintains after session replication?

(2) Does MyFaces CODI have any issues when deployed in cluster environment?
I cannot found any information about this in its document.
&lt;/pre&gt;</description>
    <dc:creator>tclam</dc:creator>
    <dc:date>2012-05-16T01:48:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57256">
    <title>Announce: JSF and Java EE Newscast - Episode 8 - May 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57256</link>
    <description>&lt;pre&gt;I am pleased to announce a new Newscast on JSFCentral.com.



The JSF and Java EE Newscast, hosted by Kito D. Mann, Ian Hlavats, and
Daniel Hinojosa, is a monthly podcast that covers the latest headlines in
the world of JavaServer Faces and Enterprise Java development.



In this episode, Kito, Ian, and Daniel discuss JDK 8, LiferayFaces, the new
Jenkins repository, and new releases of ICEfaces, MyFaces, Weld, Ceylon,
ModeShape, Arquillian, Akka, NetBeans, and several Spring products.



Listen to the newscast here:



http://blogs.jsfcentral.com/JSFNewscast/entry/jsf_and_java_ee_newscast8

&lt;/pre&gt;</description>
    <dc:creator>Kito Mann</dc:creator>
    <dc:date>2012-05-15T23:43:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57255">
    <title>Re: Re[2]: [CODI] ViewAccessScoped beans without windowId in URL</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57255</link>
    <description>&lt;pre&gt;hi pavel,

you can use ServerSideWindowHandler (see [1] which provides additional
details - i linked the whole thread in my previous answer [2]).

regards,
gerhard

[1] http://markmail.org/message/2chkos7y2vjmjpzy
[2] http://s.apache.org/k4

http://www.irian.at

Your JSF/JavaEE powerhouse -
JavaEE Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



2012/5/10 Pavel Arnošt &amp;lt;pavel.arnost&amp;lt; at &amp;gt;loutka.cz&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Gerhard Petracek</dc:creator>
    <dc:date>2012-05-13T11:40:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57254">
    <title>Josef Sauerland/HKG/HELLA ist außer Haus.</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57254</link>
    <description>&lt;pre&gt;
Ich werde ab  11.05.2012 nicht im Büro sein. Ich kehre zurück am  20.05.2012.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.


&lt;/pre&gt;</description>
    <dc:creator>Josef.Sauerland&lt; at &gt;hella.com</dc:creator>
    <dc:date>2012-05-11T13:09:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57253">
    <title>Re: Switch state saving method per page</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57253</link>
    <description>&lt;pre&gt;Hi Leonardo

thanks for your description - now i understand the state classes much
better!

Also, as far as i understand now, overwriting isSavingStateInClient()
should be enough.
I already implemented a StateManagerWrapper and it works (as far as i see).
My fail was that i extracted the viewId from the viewRoot which is (of
course) null before the view was restored.
Now i also wrap the restoreView() method and store the current viewId in
the facesContext attributes and use this if viewRoot == null.

Do i miss something or are these changes enough?

Thanks!
Thomas

2012/5/10 Leonardo Uribe &amp;lt;lu4242&amp;lt; at &amp;gt;gmail.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Thomas Andraschko</dc:creator>
    <dc:date>2012-05-11T10:53:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57252">
    <title>Re: Autocomplete - suggestion list for Tomahawk</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57252</link>
    <description>&lt;pre&gt;Hi

I think do an autocomplete component with composite components and the
standard f:ajax tag is easy. Unfortunately I didn't had too much time
to write an updated for sandbox and later promote it to tomahawk (too
busy improving myfaces core) but if you write one and you want to
contribute it, I can check it, improve it and do the necessary steps
too.

regards,

Leonardo Uribe

2012/5/11 vinbr88 &amp;lt;vinbr88&amp;lt; at &amp;gt;googlemail.com&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2012-05-11T08:28:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57251">
    <title>Re: Autocomplete - suggestion list for Tomahawk</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57251</link>
    <description>&lt;pre&gt;Hello,

thank you for that helpful information. It's too bad that this component is
not still a standard feature of Tomahawk. Hope this will be added soon. I
found a solution that uses ajax. That could be possible too. But you are
right. I am not allowed to use Sandbox.


2012/5/11 Anton Gavazuk &amp;lt;antongavazuk&amp;lt; at &amp;gt;gmail.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>vinbr88</dc:creator>
    <dc:date>2012-05-11T08:23:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57250">
    <title>Re: Autocomplete - suggestion list for Tomahawk</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57250</link>
    <description>&lt;pre&gt;Tomahawk doesnt have autocomplete components, sandbox has it but you are
not allowed to add extra libs,

so in your case Javascript or writing your own component.

2012/5/11 vinbr88 &amp;lt;vinbr88&amp;lt; at &amp;gt;googlemail.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Anton Gavazuk</dc:creator>
    <dc:date>2012-05-11T08:13:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57249">
    <title>Autocomplete - suggestion list for Tomahawk</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57249</link>
    <description>&lt;pre&gt;Hello,

I have to migrate our current JSF page from Oracle JSF implementation with
Richfaces to Apache MyFaces with Tomahawk.

The problem ist that the JSF 2.0 application has a few &amp;lt;rich:autocomplete&amp;gt;
fields in the xhtml files that I am not allowed to reuse. I can only use
standard components of Myfaces and Tomahawk. I am not allowed to add
aditional libraries.

Is there a possibility to add such a autocomplete field with
MyFaces/Tomahawk without using any other software or library?

Thank you in advance.

Vince
&lt;/pre&gt;</description>
    <dc:creator>vinbr88</dc:creator>
    <dc:date>2012-05-11T08:01:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57248">
    <title>Re: &lt;h:outputScript is not being loaded when located in ui:include that is initially rendered="false"</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57248</link>
    <description>&lt;pre&gt;Ok , Thanks

Opened...

https://issues.apache.org/jira/browse/MYFACES-3546



On Thu, May 10, 2012 at 11:15 AM, Werner Punz &amp;lt;werner.punz&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Daniel Reznick</dc:creator>
    <dc:date>2012-05-10T20:47:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57247">
    <title>Re: commandlink not working in panelgrid</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.user/57247</link>
    <description>&lt;pre&gt;This is one of the basic concepts that you learn as you work with JSF
&lt;/pre&gt;</description>
    <dc:creator>Mike Kienenberger</dc:creator>
    <dc:date>2012-05-10T17:39:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.user</link>
  </textinput>
</rdf:RDF>

