[JBoss JIRA] Created: (GTNPORTAL-910) No portlet info section in portlet.xml leads to display a portlet error
by Julien Viet (JIRA)
No portlet info section in portlet.xml leads to display a portlet error
-----------------------------------------------------------------------
Key: GTNPORTAL-910
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-910
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Julien Viet
Assignee: Matt Wringe
Fix For: 3.1.0-GA
java.util.MissingResourceException: Can't find resource for bundle org.gatein.common.i18n.ParentChildResourceBundle, key javax.portlet.title
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at javax.portlet.GenericPortlet.getTitle(GenericPortlet.java:261)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:232)
at org.gatein.pc.portlet.impl.jsr168.PortletContainerImpl$Invoker.doFilter(PortletContainerImpl.java:569)
at org.gatein.pc.portlet.impl.jsr168.api.FilterChainImpl.doFilter(FilterChainImpl.java:159)
at org.gatein.pc.portlet.impl.jsr168.api.FilterChainImpl.doFilter(FilterChainImpl.java:80)
at org.gatein.pc.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:506)
at org.gatein.pc.portlet.container.ContainerPortletDispatcher.invoke(ContainerPortletDispatcher.java:42)
followed by
java.lang.NullPointerException
at org.exoplatform.portal.webui.application.UIPortletLifecycle.processRender(UIPortletLifecycle.java:293)
at org.exoplatform.portal.webui.application.UIPortletLifecycle.processRender(UIPortletLifecycle.java:61)
at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] Created: (GTNPORTAL-1874) Support for CDI (JSR-299) in portlets
by Marko Strukelj (JIRA)
Support for CDI (JSR-299) in portlets
-------------------------------------
Key: GTNPORTAL-1874
URL: https://issues.jboss.org/browse/GTNPORTAL-1874
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Packaging, PC integration
Reporter: Marko Strukelj
Assignee: Marko Strukelj
Priority: Minor
Add support for CDI development model in portlets. That will require working out how to inject some standard portlet spec artifacts, how to deal with portlet spec contexts, but also a creation of a clean, injection friendly GateIn Public API to access GateIn services. Make use of CDI events / observers to propagate portlet-spec events, and Web UI or Kernel level events that would be part of the public API.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (GTNPORTAL-1767) The sso mecanism doesn't work
by houssem njah (JIRA)
The sso mecanism doesn't work
-----------------------------
Key: GTNPORTAL-1767
URL: https://issues.jboss.org/browse/GTNPORTAL-1767
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 3.1.0-GA
Environment: tomcat
Reporter: houssem njah
Assignee: Luc Texier
Priority: Critical
Hi,
when we follow the documentation to use gatein with CAS, we can success to let these two server work
the documentation is done using CAS on HTTP mode, with this mode we can login to gatein but, the sso mechanism doesn't work.
In fact, when we use other application that use the same CAS server, we doesn't need to see the login screen delivered by CAS, we need to be already connected to those applications.
the same case is true: if i' m connected to another application, i' m not connected to gatein.
So, i try to use CAS on HTTPS mode, and everything work well, i login to one application and no more need to login to other application.
In the documentation, we need to add that we need to use CAS on HTTPS mode.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months