[JBoss JIRA] (GTNPORTAL-2820) Unable to clone page (PageService) in a different destination
by Gregory SEBERT (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2820?page=com.atlassian.jira.pl... ]
Gregory SEBERT updated GTNPORTAL-2820:
--------------------------------------
Description:
In the PageManagement service, when I clone a page to a different destination, I received an exception :
"Could not clone page " + dst.name + "to existing page " + dst.site.getType() + " with id " + dst.site.getName());
I have a look at the implementation, I find a typo mistake on line 273:
org.gatein.mop.api.workspace.Page dstRoot = srcSite.getRootPage();
It should be :
org.gatein.mop.api.workspace.Page dstRoot = dstSite.getRootPage();
Best regards,
Grégory
was:
In the PageManagement service, when I clone a page to a different destination, I received an exception :
"Could not clone page " + dst.name + "to existing page " + dst.site.getType() + " with id " + dst.site.getName());
I have a look at the implementation, I find a typo mistake on line 273:
org.gatein.mop.api.workspace.Page dstRoot = srcSite.getRootPage();
It should be :
org.gatein.mop.api.workspace.Page dstRoot = dstSite.getRootPage();
Best regards;
Grégory
> Unable to clone page (PageService) in a different destination
> -------------------------------------------------------------
>
> Key: GTNPORTAL-2820
> URL: https://issues.jboss.org/browse/GTNPORTAL-2820
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Java API
> Affects Versions: 3.5.0.Final
> Environment: Gatein 3.5.2 Final
> Reporter: Gregory SEBERT
>
> In the PageManagement service, when I clone a page to a different destination, I received an exception :
> "Could not clone page " + dst.name + "to existing page " + dst.site.getType() + " with id " + dst.site.getName());
> I have a look at the implementation, I find a typo mistake on line 273:
> org.gatein.mop.api.workspace.Page dstRoot = srcSite.getRootPage();
> It should be :
> org.gatein.mop.api.workspace.Page dstRoot = dstSite.getRootPage();
> Best regards,
> Grégory
--
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
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2820) Unable to clone page (PageService) in a different destination
by Gregory SEBERT (JIRA)
Gregory SEBERT created GTNPORTAL-2820:
-----------------------------------------
Summary: Unable to clone page (PageService) in a different destination
Key: GTNPORTAL-2820
URL: https://issues.jboss.org/browse/GTNPORTAL-2820
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Java API
Affects Versions: 3.5.0.Final
Environment: Gatein 3.5.2 Final
Reporter: Gregory SEBERT
In the PageManagement service, when I clone a page to a different destination, I received an exception :
"Could not clone page " + dst.name + "to existing page " + dst.site.getType() + " with id " + dst.site.getName());
I have a look at the implementation, I find a typo mistake on line 273:
org.gatein.mop.api.workspace.Page dstRoot = srcSite.getRootPage();
It should be :
org.gatein.mop.api.workspace.Page dstRoot = dstSite.getRootPage();
Best regards;
Grégory
--
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
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2819) Fix locale parsing in REST API
by Nick Scavelli (JIRA)
Nick Scavelli created GTNPORTAL-2819:
----------------------------------------
Summary: Fix locale parsing in REST API
Key: GTNPORTAL-2819
URL: https://issues.jboss.org/browse/GTNPORTAL-2819
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: REST API
Reporter: Nick Scavelli
Assignee: Nick Scavelli
REST API should accept both "en_US" and "en-US" to specify a locale; however, it will use "en-US" to display the locale in the response.
--
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
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2560) Validation of new user - first/last name
by Vlastislav Ramik (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2560?page=com.atlassian.jira.pl... ]
Vlastislav Ramik reopened GTNPORTAL-2560:
-----------------------------------------
Hi, I've just tried the scenario on gatein-master on tomcat7 and it fails. Jboss AS 7 works fine.
> Validation of new user - first/last name
> ----------------------------------------
>
> Key: GTNPORTAL-2560
> URL: https://issues.jboss.org/browse/GTNPORTAL-2560
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: GateIn master - 3.4.0/ AS7.1.2
> Reporter: Michal Vanco
> Assignee: Viliam Rockai
> Labels: EPP6.0-Test-Dev
> Fix For: 3.5.0.Beta02
>
>
> There is a change at validation of users's first/last name.
> It says: "Only letters or spaces are allowed for the field "First Name"", but there is a problem with names including "-", "'" etc. (Jean-Claude)
> This shouldn't be too strict.
--
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
13 years, 2 months