[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication using PortletSession

2006-07-06 Thread thomasra
Shouldn't you be doing getSession().getXx on the request in the jsp instead of looking at the request attributes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955759#3955759 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication using PortletSession

2006-07-06 Thread louise_za
Thank you thomasra! That solved the problem. Solution code: | String test = (String)request.getSession().getAttribute(id); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955807#3955807 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-27 Thread dibell
Thanks for the confirmation Roy. It turns out that removing the common and core jars from the helloworldipc.sar fixes it for deployment to a running server but when the server is restarted it fails to deploy the portlet with a ClassNotFoundException. I'm guessing this is something to do with

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-27 Thread msmcgovern
Thanks a lot fellas! I am all set. I appreciate the response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939862#3939862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939862

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-26 Thread [EMAIL PROTECTED]
Yes, the core libraries changed from RC2 to RC3, so your ipc portlet will not have to include the corresponding libs from RC3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939624#3939624 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-25 Thread dibell
I had the same problem. The portlet seems to come bundled with portal libraries from an older version. I changed the build to use all the portlet-*-lib.jar files from the actual portal lib and removed the portlet-*-lib.jar files from src/resources/helloworldipcportlet-sar so they don't get

[JBoss-user] [JBoss Portal] - Re: Inter Portlet Communication

2006-01-06 Thread arvind_pv
I thank you for watching my query and giving response to it. As per you instructions, I did the same thing i.e. I have placed my jar file in the below given folders, but it's not working, it's giving me the same exception. 1) jboss/server/default/lib 2) jboss/lib 3)

[JBoss-user] [JBoss Portal] - Re: Inter Portlet Communication

2006-01-04 Thread [EMAIL PROTECTED]
try to put your library with your code in the jboss/server/default/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3915725#3915725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3915725