Re: org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-08 Thread Yves Deschamps
there is an issue with the preferencesController managed bean. What scope is it at? Can you set a breakpoint in geet/set localeItems and try and see what is happening? Can you also send the whole stack so we can see if there is any useful information in it? -Mike- On 3/3/2011 7:40 AM, Yves Deschamps

org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-03 Thread Yves Deschamps
? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25 Blog Pro : http://blogs.univ-lille1.fr/pg/blog/ydescham

Re: org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-03 Thread Yves Deschamps
Hi Scott Trinidad 1.2.14 and portlet-bridge 1.0.0 (JSR 168)... Le 03/03/2011 16:32, Scott O'Bryan a écrit : Trinidad 1.2 and the latest Portlet Bridge 2.0 I assume? On Mar 3, 2011, at 8:29 AM, Yves Deschamps yves.descha...@univ-lille1.fr wrote: Hi, I try to use

Re: TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-28 Thread Yves Deschamps
Deschamps wrote: I am using IE 8.0 Faces 1.2.9 Portlet-Bridge 1.0.0 Trinidad 1.2.13 uPortal 3.1.2 Thanks Le 25/10/2010 23:00, Scott O'Bryan a écrit : Which version of IE, Faces, Bridge, and Trinidad are you using? On 10/25/2010 10:17 AM, Yves Deschamps wrote: Hi All, I have this issue in IE

Re: TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-26 Thread Yves Deschamps
I am using IE 8.0 Faces 1.2.9 Portlet-Bridge 1.0.0 Trinidad 1.2.13 uPortal 3.1.2 Thanks Le 25/10/2010 23:00, Scott O'Bryan a écrit : Which version of IE, Faces, Bridge, and Trinidad are you using? On 10/25/2010 10:17 AM, Yves Deschamps wrote: Hi All, I have this issue in IE, not in Firefox

TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-25 Thread Yves Deschamps
) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: PortletBridge starting portlet problem

2010-08-30 Thread Yves Deschamps
it likely not bug free ... just want you to know you aren't the first. -Mike- On 7/12/2010 1:51 AM, Yves Deschamps wrote: Thank you Michael, I change little things and now, i have this NPE: Caused by: java.lang.NullPointerException

Re: PortletBridge starting portlet problem

2010-08-30 Thread Yves Deschamps
situation is different so it likely not bug free ... just want you to know you aren't the first. -Mike- On 7/12/2010 1:51 AM, Yves Deschamps wrote: Thank you Michael, I change little things and now, i have this NPE: Caused by: java.lang.NullPointerException

Re: PortletBridge starting portlet problem

2010-07-12 Thread Yves Deschamps
, that RequestContext.getCurrentInstance() is returning null. I don't have any idea why this might happen in a portlet/iPhone environment but maybe you can psuh on the Trinidad folks to help or maybe this gives you an idea on where/how to investigate. -Mike- On 7/7/2010 12:34 AM, Yves Deschamps wrote: Thank you

Re: PortletBridge starting portlet problem

2010-07-07 Thread Yves Deschamps
. -Mike- On 7/6/2010 5:39 AM, Yves Deschamps wrote: Hi all, I have this exception when the portlet start... An idea ? GRAVE: Servlet.service() pour la servlet esup-news-mobile a lancé une exception java.lang.NullPointerException

PortletBridge starting portlet problem

2010-07-06 Thread Yves Deschamps
(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: PortletBridge starting portlet problem

2010-07-06 Thread Yves Deschamps
-bridge/ Scott O'Bryan a écrit : I don't have time to take a look at the line ring now but do you have a default viewId specified? Also, what version of the bridge are you using? Sent from my iPhone On Jul 6, 2010, at 6:39 AM, Yves Deschamps yves.descha...@univ-lille1.fr wrote: Hi all, I

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
. -Mike- On 7/1/2010 8:37 AM, Yves Deschamps wrote: Hi at all, I have this view and this methods in controller , all is fine in servlet mode but in portlet mode: - the locale is not immedialty rendered (next page is ok) - the reset change also the locale (in en where i am in fr) without sense

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
= FacesContext.getCurrentInstance(); context.getViewRoot().setLocale(cacheLocale); } Yves Deschamps a écrit : Thank you Michael, I try this: f:view locale=#{commonController.locale} beforePhase=#{commonController.beforePhase} afterPhase=#{commonController.afterPhase} and: public

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
the appserver and portal server/container you are using, specific version information for all, and (if possible) a small sample JSF app I can portletize so I can deploy locally and debug. -Mike- On 7/1/2010 8:37 AM, Yves Deschamps wrote: Hi at all, I have this view and this methods

Trinidad PortletBridge buttons don't work fine

2010-07-01 Thread Yves Deschamps
; logger.info(Action: reset); return home; } -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: Portletbride and Trinidad skin not found

2010-06-15 Thread Yves Deschamps
Hi, I solve my problem with this defintition skin: skin idiphone/id familyiphoneFamily/family render-kit-id*portlet*/render-kit-id style-sheet-name/iPhone/iPhonePortlet.css/style-sheet-name /skin Yves Deschamps a écrit : Thank's Scott My english is also very

Re: Portletbride and Trinidad skin not found

2010-06-11 Thread Yves Deschamps
Here is my tomcat screen (attached file). Michael Freedman a écrit : Can you provide more information? What specific warnings are you seeing? Anything else? On 6/10/2010 6:50 AM, Yves Deschamps wrote: Hi, My JSF Trinidad application (servlet) run. But in portlet mode the skins

Re: Portletbride and Trinidad skin not found

2010-06-11 Thread Yves Deschamps
Thank's Yves Deschamps a écrit : Here is my tomcat screen (attached file). Michael Freedman a écrit : Can you provide more information? What specific warnings are you seeing? Anything else? On 6/10/2010 6:50 AM, Yves Deschamps wrote: Hi, My JSF Trinidad application (servlet) run

Re: portletbridge action don't work

2010-06-11 Thread Yves Deschamps
information being output to the log? Maybe you can send the log along as well? -Mike- On 6/8/2010 7:50 AM, Yves Deschamps wrote: Hi all, I am using Myfaces trinidad JSF 1.2 Myfaces PortletBridge (1.0) uPortal 3.2 container My JSF application (servlet) run but not in portlet mode. When i

Re: Portletbride and Trinidad skin not found

2010-06-11 Thread Yves Deschamps
or doesn't have an equivalent in the portal. Trinidad was reskinned a while back and I'm not sure I ever checked it for portal compatibilith. Can ypi confirm what skin you are using and I'll try to generate a Jira ticket to get this fixed? Scott On Friday, June 11, 2010, Yves Deschamps yves.descha...@univ

Re: portletbridge action don't work

2010-06-10 Thread Yves Deschamps
: I have no clue on the Yves.. Does it work without the actionListener? On 06/08/2010 08:50 AM, Yves Deschamps wrote: Hi all, I am using Myfaces trinidad JSF 1.2 Myfaces PortletBridge (1.0) uPortal 3.2 container My JSF application (servlet) run but not in portlet mode. When i see the home page

Portletbride and Trinidad skin not found

2010-06-10 Thread Yves Deschamps
Hi, My JSF Trinidad application (servlet) run. But in portlet mode the skins are not found (warning message)... An idea ? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

portletbridge action don't work

2010-06-08 Thread Yves Deschamps
... An idea ? -- Yves Deschamps Université de Lille 1 CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: Error with deploying portlet in uportal with portlet bridge

2010-05-28 Thread Yves Deschamps
and I can look at fixing this in the bridge.* !-- Faces Servlet -- servlet servlet-namefaces/servlet-name servlet-classjavax.faces.webapp.FacesServlet/servlet-class /servlet * On 5/26/2010 6:38 AM, Yves Deschamps wrote: I have this error: Caused

session and don't find skin in portlet mode

2010-05-28 Thread Yves Deschamps
kit portlet An Idea ? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Error with deploying portlet in uportal with portlet bridge

2010-05-26 Thread Yves Deschamps
servlet-mapping servlet-nameesup-annuaire-mobile/servlet-name url-pattern/PlutoInvoker/EsupAnnuaireMobilePortlet/url-pattern /servlet-mapping /web-app -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89