[JBoss JIRA] (GTNPORTAL-3018) REST API - NoClassDefFoundError in log - JSONWriter
by Nick Scavelli (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3018?page=com.atlassian.jira.pl... ]
Nick Scavelli resolved GTNPORTAL-3018.
--------------------------------------
Fix Version/s: 3.6.0.Beta02
Resolution: Done
Recent modularization issues removed some dependencies from gatein.lib that gatein-management needed. Issue resolved by adding gatein-management module to as7 packaging, see GTNPORTAL-3023.
> REST API - NoClassDefFoundError in log - JSONWriter
> ---------------------------------------------------
>
> Key: GTNPORTAL-3018
> URL: https://issues.jboss.org/browse/GTNPORTAL-3018
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST API
> Affects Versions: 3.6.0.Beta02
> Reporter: Monika Gottvaldova
> Fix For: 3.6.0.Beta02
>
>
> Error in log during accessing REST API:
> ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/rest].[RestServer]] (http-/127.0.0.1:8080-3) Servlet.service() for servlet RestServer threw exception: java.lang.NoClassDefFoundError: org/json/JSONWriter
> at org.gatein.management.rest.providers.JsonResourceProvider.writeTo(JsonResourceProvider.java:79) [gatein-management-rest-2.0.0.CR01.jar:2.0.0.CR01]
> at org.gatein.management.rest.providers.JsonResourceProvider.writeTo(JsonResourceProvider.java:57) [gatein-management-rest-2.0.0.CR01.jar:2.0.0.CR01]
> at org.exoplatform.services.rest.servlet.RestServlet$ServletContainerResponseWriter.writeBody(RestServlet.java:138) [exo.ws.rest.core-2.3.3-GA.jar:2.3.3-GA]
> at org.exoplatform.services.rest.impl.ContainerResponse.writeResponse(ContainerResponse.java:211) [exo.ws.rest.core-2.3.3-GA.jar:2.3.3-GA]
> at org.exoplatform.services.rest.impl.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:240) [exo.ws.rest.core-2.3.3-GA.jar:2.3.3-GA]
> at org.exoplatform.services.rest.servlet.RestServlet.onService(RestServlet.java:85) [exo.ws.rest.core-2.3.3-GA.jar:2.3.3-GA]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (GTNPORTAL-2896) Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
by Ken Finnigan (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2896?page=com.atlassian.jira.pl... ]
Ken Finnigan resolved GTNPORTAL-2896.
-------------------------------------
Resolution: Done
> Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
> ----------------------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2896
> URL: https://issues.jboss.org/browse/GTNPORTAL-2896
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: 3.6.0.Beta02
>
>
> {{@PortletLifecycleScoped}} will be active during the Action -> Event -> Render lifecycle, and a new context will be used for each {{ResourceRequest}}.
> {{@PortletRedisplayScoped}} will be active during the same request lifeycyle as {{@PortletLifecycleScoped}}, but it will be terminated:
> * when commencing a new {{ActionRequest}}
> * when commencing a new {{EventRequest}} executing after a {{RenderRequest}}
> * when a {{ResourceRequest}} navigates to a new view
> * when resource limitations require the scope to be garbage collected
> Any beans created during a {{ResourceRequest}} will be merged into the existing {{@PortletRedisplayScoped}} context at its completion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (GTNPORTAL-3025) Group link doesn't behave as expected
by Vlastislav Ramik (JIRA)
Vlastislav Ramik created GTNPORTAL-3025:
-------------------------------------------
Summary: Group link doesn't behave as expected
Key: GTNPORTAL-3025
URL: https://issues.jboss.org/browse/GTNPORTAL-3025
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.6.0.Beta02
Reporter: Vlastislav Ramik
The behaviour should be:
Before if you clicked on 'groups' it would take you to the group
navigator, now it will only open/close the submenu.
It was already done and it worked, but now the button behaves in previous way (click takes you to group navigator)
There is also {noformat} <a title="Group" href="/portal/classic/groupnavigation" class="GroupIcon TBIcon">Group</a>{noformat} in the DOM. But in my opinion there should be something similar as: {noformat} <span title="Sites" class="SitesIcon TBIcon">Site</span>{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months