[jboss-user] [JBoss Portal] - Re: integrate alfresco and jboss portal

2009-06-18 Thread rivetlogic
Hi, You might find the new FAQ wiki page we create for AWPr useful. Here's the URL: http://wiki.rivetlogic.com/display/AWPr/FAQ Hope this helps --Alaaeldin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238601#4238601 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: integrate alfresco and jboss portal

2009-05-09 Thread rivetlogic
Hi, You could also try Rivet Logic's latest rivet AWPr (Alfresco Web script Portlet rivet). It's a light weight JSR-168 portlet that can be used to expose remote Alfresco Web scripts including ones that require authentication. You can learn more about it on our forge: http://forge.rivetlogic.c

[jboss-user] [JBoss Portal] - Re: Alfresco Portlet.

2009-05-02 Thread rivetlogic
Hi, You could also use Rivet Logic's portlet AWPr. It's open source and will expose remote Alfresco Web scripts including those that need authentication. You can learn more about it on our forge page: http://forge.rivetlogic.com/Forge/Rivets/Alfresco-Web-script-Portlet Hope this helps, --Alaa

[jboss-user] [JBoss Portal] - Re: Full Portal Page Refresh Problem

2008-09-02 Thread rivetlogic
Hi, Refer to the appropriate guide from this link. http://www.jboss.org/jbossportal/docs/ As far as JSR 168 spec is concerned Inter portlet communication is not standardized. Jboss supports this through listeners.You need to implement your own listeners and the guide has instructions. Also you

[jboss-user] [JBoss Portal] - Re: Transfer of parametres between portlets

2008-08-28 Thread rivetlogic
Hi, Interportlet Communication is not standardized in Portlet Specification (JSR 168), but will be in the next specification. Jboss portal offers a way in which two portlets can communication using Portal event listeners. Please take a look at the reference guide available for your jboss porta

[jboss-user] [JBoss Portal] - Re: authentication server and login module

2008-06-17 Thread rivetlogic
Take a look at SSO section in the reference guide. You could provide your implementation of AuthenticationValve and specify that in your portal-server.war/WEB-INF/context.xml Like this. | | Make sure you have this class available in the classpath. Best Regards, Shagul View the origi

[jboss-user] [JBoss Portal] - Re: Sharing session attribute between servelt and portlet

2008-06-17 Thread rivetlogic
Try using APPLICATION SCOPE to retrieve the session attribute in your portlet code. | | request.getPortletSession().getAttribute("foo", PortletSession.APPLICATION_SCOPE); | | | | Best Regards, Shagul View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Re: Question on SSO (OpenSSO)

2008-05-06 Thread rivetlogic
Hi, >From your post it looks like the default portal has some security-constraint. If this is to open to unauthenticated users , you shouldn't be forced to login. -Shagul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148883#4148883 Reply to the post : ht

[jboss-user] [JBoss Portal] - Re: How can I get current portal user from javax.portlet.Por

2008-05-06 Thread rivetlogic
Hi, request.getRemoteUser() should give you the currently logged in user or null if not logged in. You could use the UserModule or UserProfileModule JNDI entries to get the necessary user information. Regards, Shagul View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: Need help regarding JBossPortal

2008-05-06 Thread rivetlogic
Hi, portal-instances.xml can be used to specify the security constraint for the portlet declaratively. Here is the link to the reference for 2.6.2. http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/#desc_instancesxml If you want to do this through UI , you can take a look at the

[jboss-user] [JBoss Portal] - Re: Dynamically hide Portlets

2008-04-16 Thread rivetlogic
Take a look at this http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/#descriptor_debug You should be able to hide a window on exception/error through this configuration. Regards, Shagul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144515