[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.…
[View More]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
[View Less]
12 years, 6 months
[JBoss JIRA] (GTNMGMT-31) "File name" param of export/import command is marked as optional but is mandatory
by Tomas Kyjovsky (Created) (JIRA)
"File name" param of export/import command is marked as optional but is mandatory
---------------------------------------------------------------------------------
Key: GTNMGMT-31
URL: https://issues.jboss.org/browse/GTNMGMT-31
Project: GateIn Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cli
Affects Versions: 1.0.0-Beta05
Reporter: Tomas Kyjovsky
Assignee: …
[View More]Nick Scavelli
Priority: Minor
[mop]% export --help
usage: export [-h | --help] [-f | --file] [-r | --filter] path
[-h | --help] command usage
[-f | --file] File name
[-r | --filter] Specifies the value of the filter to use during an export for example.
path
[mop]% export .
Unexpected exception: Non satisfied parameter OptionDescriptor[[f, file]]
----
The exception also occurs if -f parameter is provided in wrong order.
[mop]% export . -f /tmp/mop.zip
Unexpected exception: Non satisfied parameter OptionDescriptor[[f, file]]
----
This way it works fine:
[mop]% export -f /tmp/mop.zip .
Export complete ! File location: /tmp/mop.zip
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
12 years, 6 months