<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "deryk.sinotte"]]></title>
		<link>http://jforum.icesoft.org/JForum/posts/listByUser/19.page</link>
		<description><![CDATA[Messages posted by "deryk.sinotte"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Re:Is it possible read/write cookie with Icefaces 1.8.2.GA_P03 + Liferay-6.0.12?</title>
				<description><![CDATA[ Looks to be a bug.  I've created a JIRA:

<a href='http://jira.icesoft.org/browse/ICE-8135' target='_new' rel="nofollow">http://jira.icesoft.org/browse/ICE-8135</a>

From what I can tell it's only the initial request where the cookie map is not properly populated.  Subsequent requests do show the cookie map with relevant values.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20871/73465.page#73465</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20871/73465.page#73465</link>
				<pubDate><![CDATA[Fri, 18 May 2012 12:23:00]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:ICEpush 3.0.1 causes no response in JBoss 7.1.1</title>
				<description><![CDATA[ A couple of things:

1)  I don't believe you need to add the following to your web.xml:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;servlet&gt; 
    &lt;servlet-name&gt;icepush&lt;/servlet-name&gt; 
    &lt;servlet-class&gt;org.icepush.servlet.ICEpushServlet&lt;/servlet-class&gt; 
    &lt;load-on-startup&gt;1&lt;/load-on-startup&gt; 
&lt;/servlet&gt; 

&lt;servlet-mapping&gt; 
    &lt;servlet-name&gt;icepush&lt;/servlet-name&gt; 
    &lt;url-pattern&gt;*.icepush&lt;/url-pattern&gt; 
&lt;/servlet-mapping&gt; 
</pre>
		</div>

Those settings are only necessary if you are trying to use ICEpush in a Java EE environment without JSF+ICEfaces.  It should be possible to simply include icepush.jar in your app and deploy it.  Of course depending on the scope, scalability, etc of your project, moving to Enterprise Push Server might be worth considering at some point.

2) If removing the settings doesn't help, can you deploy one of our sample apps (like showcase) as part of your .ear and see if that has the same problem?]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20819/73402.page#73402</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20819/73402.page#73402</link>
				<pubDate><![CDATA[Fri, 11 May 2012 16:04:29]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:PortableRenderer.rerender(GROUP) not working after Browser Window Refresh (F5)</title>
				<description><![CDATA[ I've attempted to update and enhance our Wiki docs in this area so that the ways to use the APIs and why is a bit clearer:

<a href='http://wiki.icesoft.org/display/ICE/Ajax+Push+-+APIs' target='_new' rel="nofollow">http://wiki.icesoft.org/display/ICE/Ajax+Push+-+APIs</a>

Thank for using ICEfaces and if you have an other suggestions or comments, please let us know.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20848/73401.page#73401</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20848/73401.page#73401</link>
				<pubDate><![CDATA[Fri, 11 May 2012 13:17:09]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:PortableRenderer.rerender(GROUP) not working after Browser Window Refresh (F5)</title>
				<description><![CDATA[ Adding the individual views via ViewScoped beans should work.  You just need to ensure that the reference to the renderer and the view being added are the appropriate ones for the current context.  Normally we'd recommend getting a reference to the renderer in the bean constructor to be sure.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20848/73400.page#73400</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20848/73400.page#73400</link>
				<pubDate><![CDATA[Fri, 11 May 2012 11:12:41]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:PortableRenderer.rerender(GROUP) not working after Browser Window Refresh (F5)</title>
				<description><![CDATA[ Instead of:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre> PushRenderer.addCurrentView&#40;...</pre>
		</div>

try

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre> PushRenderer.addCurrentSession&#40;...</pre>
		</div>

You're likely get a new View on reload. ]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20848/73392.page#73392</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20848/73392.page#73392</link>
				<pubDate><![CDATA[Thu, 10 May 2012 12:48:43]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:Capture disconnection on the server</title>
				<description><![CDATA[ Can you provide more information on your environment? 

<li> What version of ICEfaces?
<li> What app server you are using?
<li> Does your application use Ajax Push?

Typically a "Network Connection Interrupted" (NCI) occurs when either:

<li> a request takes too long to return (perhaps there is a long running task that doesn't complete in a timely manner)
<li> an Ajax Push connection can't reliably make a connection to the server after trying a configurable number of times (if you are not using Ajax Push, you can turn it off)]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20829/73360.page#73360</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20829/73360.page#73360</link>
				<pubDate><![CDATA[Mon, 7 May 2012 12:43:23]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:BUG: icefaces 3.0.1 no Gzip Compression</title>
				<description><![CDATA[ If you are running with Mojarra, try using the following context parameter:


    &lt;context-param&gt;
        &lt;param-name&gt;com.sun.faces.compressableMimeTypes&lt;/param-name&gt;
        &lt;param-value&gt;text/*&lt;/param-value&gt;
    &lt;/context-param&gt;

You can set the value to the content types you would like to have compressed.  Note that if you set the project stage to development:

    &lt;context-param&gt;
        &lt;param-name&gt;javax.faces.PROJECT_STAGE&lt;/param-name&gt;
        &lt;param-value&gt;Development&lt;/param-value&gt;
    &lt;/context-param&gt;

no compression will be applied.
]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20837/73357.page#73357</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20837/73357.page#73357</link>
				<pubDate><![CDATA[Fri, 4 May 2012 18:39:44]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:Is Ice push  getPortableRenderer() broken in latest 3.0.1</title>
				<description><![CDATA[ The initial reference to the PortableRenderer must be retrieved from a JSF request thread (ie has a valid FacesContext).  So for example, during the construction of your Window-scoped bean.  After that, the PortableRenderer reference can be used on non-JSF threads.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20833/73339.page#73339</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20833/73339.page#73339</link>
				<pubDate><![CDATA[Wed, 2 May 2012 11:15:28]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:ace:fileEntry Component not working with Liferay 6.1</title>
				<description><![CDATA[ Yes, there used to be a YUI conflict but it should be gone in 3.x.  Glad you got it going.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20769/73205.page#73205</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20769/73205.page#73205</link>
				<pubDate><![CDATA[Fri, 13 Apr 2012 10:38:06]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:ace:fileEntry Component not working with Liferay 6.1</title>
				<description><![CDATA[ Odd...you shouldn't be getting redirected.  Those updates that are coming back are basically responses to Ajax requests that should be handled by the JavaScript supplied by JSF and/or ICEfaces.

Have you tried running the samples/showcase/showcase-portlets sample application?  An example of the ace:fileEntry component is in there and should run fine.  That might help narrow things down (e.g. an interaction with the tabs).

Which browser are you using?  If you try Chrome or Firefox + Firebug, does the client console show any errors trying to load/run JavaScript files?  Perhaps a needed resource is not being loaded.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20769/73198.page#73198</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20769/73198.page#73198</link>
				<pubDate><![CDATA[Thu, 12 Apr 2012 11:46:30]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:Migrated IceFaces webapp to Liferay's Portlet loose Hibernate session</title>
				<description><![CDATA[ I haven't tried to make it work with a portlet filter and we don't have any samples or docs around Hibernate.  

Googling for Hibernate with PortletFilter and I found:

https://forum.hibernate.org/viewtopic.php?t=979240

Maybe that will help.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20623/72906.page#72906</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20623/72906.page#72906</link>
				<pubDate><![CDATA[Mon, 19 Mar 2012 16:48:51]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:Migrated IceFaces webapp to Liferay's Portlet loose Hibernate session</title>
				<description><![CDATA[ Can it be made to work as a PortletFilter rather than a regular web app Filter?]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20623/72900.page#72900</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20623/72900.page#72900</link>
				<pubDate><![CDATA[Mon, 19 Mar 2012 15:42:40]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:Migrated IceFaces webapp to Liferay's Portlet loose Hibernate session</title>
				<description><![CDATA[ I'm not a Hibernate expert but portlets have slightly different notions of "session" than regular web applications.  If I had to guess, I'd say it might be related to that and doesn't really involve ICEfaces.

I recommend Googling for something like:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>hibernate "failed to lazily initialize a collection" portlet</pre>
		</div>

That particular error seems to be pretty common and there are other people out there who have seen the same issue and been able to fix it.  One of the top hits I got was:

<a href='https://forum.hibernate.org/viewtopic.php?f=1&t=1002633' target='_new' rel="nofollow">https://forum.hibernate.org/viewtopic.php?f=1&t=1002633</a>

That forum might have more details for you.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20623/72785.page#72785</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20623/72785.page#72785</link>
				<pubDate><![CDATA[Wed, 7 Mar 2012 10:54:33]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:ICEFaces 2.0 and Liferay 6.0 Session Timeout</title>
				<description><![CDATA[ I'll probably need a simple test case that shows the problem if that's possible.

If not, perhaps the entire client-side console log from Firebug or Chrome console that shows all the communication between client and server up until the error dialog pops up.]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20486/72784.page#72784</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20486/72784.page#72784</link>
				<pubDate><![CDATA[Wed, 7 Mar 2012 10:33:53]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
			<item>
				<title>Re:dataPaginator FAILS to work in IE inside portlet, works fine in Firefox and Chrome</title>
				<description><![CDATA[ We'll probably need a bit more information here:

What specific versions of ICEfaces, WebSphere Portal, and IE are involved?

This sounds more client-side related so is there anything in the IE dev console in the way of logging or exceptions?  Even Firebug or Chrome's console might be reporting some kind of problem but just dealing with it better than IE.

If there is any relevant server-side logging, that would help as well.

Please note that general support for WebSphere and WebSphere Portal is covered under our Enterprise Edition (EE) offerings. You can get more info here:


<a href='http://www.icesoft.org/products/ICEfaces-EE/overview.jsf' target='_new' rel="nofollow">http://www.icesoft.org/products/ICEfaces-EE/overview.jsf</a>

<a href='http://www.icesoft.org/projects/ICEfaces/supported-platforms.jsf' target='_new' rel="nofollow">http://www.icesoft.org/projects/ICEfaces/supported-platforms.jsf</a>
]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/20622/72770.page#72770</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/20622/72770.page#72770</link>
				<pubDate><![CDATA[Tue, 6 Mar 2012 10:36:48]]> GMT</pubDate>
				<author><![CDATA[ deryk.sinotte]]></author>
			</item>
	</channel>
</rss>
