[JBoss JIRA] (GTNPORTAL-2742) Warning - using a private module org.jboss.security.negotiation
by Marko Strukelj (JIRA)
Marko Strukelj created GTNPORTAL-2742:
-----------------------------------------
Summary: Warning - using a private module org.jboss.security.negotiation
Key: GTNPORTAL-2742
URL: https://issues.jboss.org/browse/GTNPORTAL-2742
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Marko Strukelj
Assignee: Marko Strukelj
17:24:48,434 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.gatein.ear" is using a private module ("org.jboss.security.negotiation:main") which may be changed or removed in future versions without notice.
17:24:48,446 WARN [org.jboss.as.dependency.private] (MSC service thread 1-12) JBAS018567: Deployment "deployment.gatein.ear.integration.war" is using a private module ("org.jboss.security.negotiation:main") which may be changed or removed in future versions without notice.
17:24:48,451 WARN [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.gatein.ear.rest.war" is using a private module ("org.jboss.security.negotiation:main") which may be changed or removed in future versions without notice.
...
...
--
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, 1 month
[JBoss JIRA] (GTNPORTAL-2744) Changing page size in AbstractSerializablePageList should recreate underlying lazy list
by Marek Posolda (JIRA)
Marek Posolda created GTNPORTAL-2744:
----------------------------------------
Summary: 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, 1 month
[JBoss JIRA] (GTNPORTAL-2739) Add db-tablename-suffix property to JCR configuration to make it Oracle ready
by Viliam Rockai (JIRA)
Viliam Rockai created GTNPORTAL-2739:
----------------------------------------
Summary: Add db-tablename-suffix property to JCR configuration to make it Oracle ready
Key: GTNPORTAL-2739
URL: https://issues.jboss.org/browse/GTNPORTAL-2739
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.5.0.Beta02
Reporter: Viliam Rockai
Assignee: Viliam Rockai
Add db-tablename-suffix property to JCR configuration to make it Oracle ready. Due to max identificator length, GateIn does not work correctly in isolated mode with Oracle. Using the db-tablename-suffix property in JCR configuration, this can be easily fixed.
--
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, 1 month
[JBoss JIRA] (GTNPORTAL-2598) Edit dashboard page label doesn't work
by Vlastislav Ramik (JIRA)
Vlastislav Ramik created GTNPORTAL-2598:
-------------------------------------------
Summary: Edit dashboard page label doesn't work
Key: GTNPORTAL-2598
URL: https://issues.jboss.org/browse/GTNPORTAL-2598
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.4.0.Final
Environment: GateIn 3.4.0 M1, AS 7.1.2.Final
Reporter: Vlastislav Ramik
Fix For: 3.5.0.Beta01
There is unedited label of dashboard page after editing label with double click on it and edit it. When I change the label via Dashboard Editor -> Edit page -> View Page properties. There is the edited label from double click way.
--
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, 1 month