Hello,
Does WSRP provider in portal 2.7.2 support usage of portlet's public render parameters ? I created simple remotable portlet using custom render param defined in portlet.xml. In Admin Console I can see this parameter in "local" Portlet Definition detail, but if I look at the same portlet, but provided with WSRP "self" provider, the public render parameter record is missing. Do I something wrong or it's just limitation of current WSRP implementation ?
Thanks for help
Karel
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218882#4218882
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218882
Hi friends , I got the solution from your help
renderRequest.getUserPrincipal() - this code is solved my problem
but previously I used
"Principal principal = (Principal)request.getAttribute"org.jboss.portal.header.PRINCIPAL");" , so I got only null value.
Fuchs - I tried using
<session-config>
true
</session-config>
in the jboss-portlet.xml, but i cant get the session attributes across web applications.
Thankyou apemberton and Fuchs..
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218876#4218876
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218876
Hi,
We have deployed jboss-4.2.3.GA with jboss-messaging-1.4.0.SP3 in our production environment.
In our application,we have developed with recivers are restarting automatically for every 15 minutes(configurable). In this case, when restarting, we are closing all the objects are session, subscriber, connection.
Problem as when we close the connection obejct, it takes around 1 hour at some time(not all the time). We don't know the reason why it takes that much of time.
Please some help me.
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218874#4218874
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218874