[JBoss JIRA] Created: (GTNPORTAL-884) JCR NullPointerException when using the navigation editor
by Julien Viet (JIRA)
JCR NullPointerException when using the navigation editor
---------------------------------------------------------
Key: GTNPORTAL-884
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-884
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.1.0
Login as john
Click sites
Edit classic navigation
Remove Home
Remove Site Map
Save
Edit classic navigation
Add new navigation node
Save : creates NPE with
java.lang.NullPointerException
at org.exoplatform.services.jcr.impl.dataflow.session.SessionChangesLog.addItem(SessionChangesLog.java:594)
at org.exoplatform.services.jcr.impl.dataflow.session.SessionChangesLog.add(SessionChangesLog.java:99)
at org.exoplatform.services.jcr.impl.core.NodeImpl.doOrderBefore(NodeImpl.java:2494)
at org.exoplatform.services.jcr.impl.core.NodeImpl.orderBefore(NodeImpl.java:1612)
--
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
14 years, 2 months
[JBoss JIRA] Created: (GTNPORTAL-1463) Fully translate to Arabic language in webui_ar.xml file
by kien nguyen (JIRA)
Fully translate to Arabic language in webui_ar.xml file
--------------------------------------------------------
Key: GTNPORTAL-1463
URL: https://jira.jboss.org/browse/GTNPORTAL-1463
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: kien nguyen
In webui_ar.xml resource bundle file, some keys don't be tranlate to Arabic
Examples:
############################################################################
# org.exoplatform.portal.webui.container.UIBrowserPortlet #
############################################################################
-->
<UIBrowserPortlet>
<Back>Back</Back>
<Forward>Forward</Forward>
<Refresh>Refresh</Refresh>
<Stop>Stop</Stop>
<Goto>Go to the address in the Address Bar</Goto>
<Go>Go</Go>
<Untitled>(Untitled)</Untitled>
<Tab>New tab</Tab>
</UIBrowserPortlet>
<!--
############################################################################
# org.exoplatform.portal.webui.container.UIPopupWindow #
############################################################################
-->
<UIPopupWindow>
<Close>Close Window</Close>
<title>
<UIPageNodeForm>ADD/EDIT PAGE NODE</UIPageNodeForm>
<UINavigationManagement>Navigation Management</UINavigationManagement>
<UIPageNavigationForm>Page Navigation Form</UIPageNavigationForm>
</title>
</UIPopupWindow>
<!--
#############################################################################
# org.exoplatform.portal.organization.component.UIGroupNavigationManagement#
#############################################################################
-->
<UIGroupNavigationManagement>
<Action>
<Add>Add Navigation</Add>
</Action>
<Delete>
<Confirm>Are you sure to delete this navigation?</Confirm>
</Delete>
</UIGroupNavigationManagement>
<!--
#############################################################################
# org.exoplatform.portal.organization.component.UIAddGroupNavigation#
#############################################################################
-->
<UIAddGroupNavigation>
<Action>
<Add>Add Navigation</Add>
</Action>
<Label>
<NoPermission>This user doesn't have permisson to add navigation</NoPermission>
</Label>
<header>
<Group>Group</Group>
</header>
</UIAddGroupNavigation>
<!--
############################################################################
# org.exoplatform.portal.webui.application.UIGadget #
############################################################################
-->
<UIGadget>
<tooltip>
<Minimize>تصغير</Minimize>
<Unminimize>استعادة</Unminimize>
<Maximize>تكبير</Maximize>
<Unmaximize>استعادة بانخفاض</Unmaximize>
<editGadget>Edit Gadget</editGadget>
<deleteGadget>Delete this gadget</deleteGadget>
</tooltip>
</UIGadget>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (GTNPORTAL-1095) IE6 User Interface problems
by Michal Vanco (JIRA)
IE6 User Interface problems
---------------------------
Key: GTNPORTAL-1095
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1095
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: User Interface
Affects Versions: 3.0.0-GA
Environment: IE6
Reporter: Michal Vanco
Attachments: ie6_dashboard.png, ie6_hp.png, ie6_navigation.png
Screenshots:
ie6-hp:
There is missing logo in header, problem with navigation (link Home isn't visible, there are arrows to move right in navigation - there is Site map link)
ie6-navigation:
When click on Site map link, link in navigation bar is highlighted over whole width.
(Site Map is weird in IE6 as well - problem with first subnodes)
ie6-dashboard:
Pages on dashboard are spread over whole witdh, only selected page is small.
IE6 do not support png files (for example portlet icons in App.registry and portlets menu when editing page)
When you sign in, at the bottom of the browser (progress bar) - there is still "Loading Javascript Module exo.portal.UIAdminToolbar".
--
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
14 years, 2 months
[JBoss JIRA] Created: (GTNPORTAL-1345) Avoid NPE when a portal container has been disabled
by Nicolas Filotto (JIRA)
Avoid NPE when a portal container has been disabled
---------------------------------------------------
Key: GTNPORTAL-1345
URL: https://jira.jboss.org/browse/GTNPORTAL-1345
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Nicolas Filotto
Thanks to EXOJCR-842, it is possible to avoid creating a given portal container if it has not been registered. However this has for consequences that we get some NPE (due to the fact that the container is null) in the portal since up to now GateIn doesn't allow to disable a portal.
The steps to reproduce are the following
1. Use exo.kernel.container-2.2.3-GA (or build the snapshot version if it is not yet released), in order to have the benefit of the feature EXOJCR-842
2. Remove the portal container definition of sample-portal from gatein-sample-portal.ear/exo.portal.sample.portal.config-3.0.0-GA.jar/conf/configuration.xml, in order to avoid registering the sample-portal
3. Start JBoss
4. Ensure that only the portal container "portal" has been launched
5. Stop JBoss, you should get the following exception:
Cannot broadcast the event 'org.exoplatform.web.GenericHttpListener.contextDestroyed'
java.lang.NullPointerException
at org.exoplatform.web.GenericHttpListener.broadcast(GenericHttpListener.java:216)
at org.exoplatform.web.GenericHttpListener.contextDestroyed(GenericHttpListener.java:143)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3882)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4516)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:924)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1189)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1160)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:313)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1086)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1098)
at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:448)
at org.apache.catalina.core.StandardService.stop(StandardService.java:584)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:744)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:628)
at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:671)
7 juil. 2010 07:56:26 org.apache.coyote.http11.Http11Protocol destroy
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months