[JBoss JIRA] (GTNPORTAL-2874) Several Enhancements to GateIn Redirect Admin UI
by Boleslaw Dawidowicz (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2874?page=com.atlassian.jira.pl... ]
Boleslaw Dawidowicz updated GTNPORTAL-2874:
-------------------------------------------
Fix Version/s: 3.6.0.Final
(was: 3.6.0.Beta02)
> Several Enhancements to GateIn Redirect Admin UI
> ------------------------------------------------
>
> Key: GTNPORTAL-2874
> URL: https://issues.jboss.org/browse/GTNPORTAL-2874
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Alexandre Mendonça
> Assignee: Alexandre Mendonça
> Fix For: 3.6.0.Final
>
>
> Redirect Administratio UI needs several enhancements, such as:
> - Show modal with confirmation before deleting a redirect;
> - Update redirects list after deleting a redirect;
> - Show alerts/messages when there aren't any Conditions;
> - Show alerts/messages when there aren't any Node Mappings defined;
> - Show tooltips for explaining what can go in the Conditons input text;
> - Show tooltips for explaining what can go in the Device Properties input text;
> - Show the "X" button on modal windows (it works but it's not visible);
> - Show initial empty rows for User Agent String Contains/Does Not Contain when adding a new condition;
> - Fix when saving a redirect (it shows both summary and redirect edit at some point);
> - Remove toggle icon on left of "Redirects" left menu header;
> - Stop page redirect when clicking "Cancel" on Redirect Configuration view;
> - Change "Add Condition" modal title when editing an existing condition, to show "Edit Condition";
> - Properties add/edit must work even when not using "-Dorg.apache.el.parser.COERCE_TO_ZERO=false";
> - etc...
--
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-2744) Changing page size in AbstractSerializablePageList should recreate underlying lazy list
by Boleslaw Dawidowicz (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2744?page=com.atlassian.jira.pl... ]
Boleslaw Dawidowicz updated GTNPORTAL-2744:
-------------------------------------------
Fix Version/s: 3.6.0.Final
(was: 3.6.0.Beta02)
> Changing page size in AbstractSerializablePageList should recreate underlying lazy list
> ---------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2744
> URL: https://issues.jboss.org/browse/GTNPORTAL-2744
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.0.Beta02
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Priority: Minor
> Fix For: 3.6.0.Final
>
>
> It seems that if we have pageList of type AbstractSerializablePageList and we want to change the size of the page via setPageSize, we should recreate underlying lazyList. Currently underlying lazyList is not recreated, which means that it's not in line with pageList and still have old pageSize.
> Example:
> - I will create pageList of size 10
> - I will call pageList.setPageSize(6) -- this will update info of pageList, but underlying lazyList will still have bad info about pageSize
> - I will call pageList.getPage(7). Now lazyList needs to load 20 items (all items from 30 to 39 and then all items from 40 to 49) instead of 6 items (items from 36 to 41).
> Unit test will follow.
--
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] (GTNSSO-26) mvn install is getting failed in cas server due to pom.xml issues
by Marek Posolda (JIRA)
[ https://issues.jboss.org/browse/GTNSSO-26?page=com.atlassian.jira.plugin.... ]
Marek Posolda commented on GTNSSO-26:
-------------------------------------
Could you try to simply build CAS without any changes? So simply extract CAS sources and build them with "mvn clean install" .
It seems to me that it's really some error with network, maybe you need to setup proxy server or something?
> mvn install is getting failed in cas server due to pom.xml issues
> -----------------------------------------------------------------
>
> Key: GTNSSO-26
> URL: https://issues.jboss.org/browse/GTNSSO-26
> Project: GateIn SSO
> Issue Type: Bug
> Affects Versions: 1.0.1-GA, 1.3.2.Final
> Environment: Linux
> Reporter: Laxmaiah Chowdary
> Assignee: Marek Posolda
> Labels: maven
> Fix For: 1.3.2.Final
>
>
> Hi mates,
> I am newbie to maven build.
> i would like to get cas.war file by maven build.
> I copied gatein_SSO/cas/plugin/WEB-INF/lib/sso-cas-plugin-<VERSION>.jar and gatein_SSO/cas/plugin/WEB-INF/lib/commons-httpclient-<VERSION>.jar into the CAS_DIR/cas-server-webapp/src/main/webapp/WEB-INF/lib created directory.
> I get the below issues when "mvn install" command is executed in /cas-server-3.5.2/cas-server-webapp/ directory.
> [root@secserv cas-server-webapp]# mvn install
> [INFO] Scanning for projects...
> Downloading: http://developer.ja-sig.org/maven2/org/jasig/parent/jasig-parent/34/jasig...
> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/jasig/p...
> Downloading: http://repo.maven.apache.org/maven2/org/jasig/parent/jasig-parent/34/jasi...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jasig.cas:cas-server-webapp:3.5.2 (/CAS_DIR/cas-server-webapp/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM for org.jasig.cas:cas-server-documentation:3.5.2: Could not transfer artifact org.jasig.parent:jasig-parent:pom:34 from/to jasig-repository (http://developer.ja-sig.org/maven2): developer.ja-sig.org @ org.jasig.cas:cas-server-documentation:3.5.2, /root/.m2/repository/org/jasig/cas/cas-server/3.5.2/cas-server-3.5.2.pom, line 22, column 13: Unknown host developer.ja-sig.org -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> [root@secserv cas-server-webapp]#
> I messed up with this issue. Can anyone please help me what is happening here and how the issue needs to be resolved ?
> Thanks in Advance,
> VLC
--
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