[JBoss JIRA] Created: (GTNPORTAL-397) Blank zone when user put permission on Container in a page / Content should be filled up automatically
by Tugdual Grall (JIRA)
Blank zone when user put permission on Container in a page / Content should be filled up automatically
-------------------------------------------------------------------------------------------------------
Key: GTNPORTAL-397
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-397
Project: GateIn Portal
Issue Type: Bug
Affects Versions: 3.0.0-Beta03
Environment: Beta 03 on JBossAs5.1
FF3.5
OSX
Reporter: Tugdual Grall
Summary:
- When a page is created with column layout and one of the container (column) is not accessible by a user (permission) the page shows a blank page
- the product should fill the space automatically to be more user friendly
Use case / Step by Step
1- Create a new page
2- Select "2 Column Layout"
3- Drop 1 portlet in each column (for example iframe portlet)
4- Check the permission on the PORTLET instances (make them "public")
5- Select the left CONTAINER
6- Edit the permissions and select for example "*:platform/administrators"
7- Save the page
8- CP1: you see both portlets in 2 columns
9- Logout
10- Go to the page you have just created
11- CP2: BUG: the page is divided in 2 part with a left blank that take 50% of the page
>> The product should automcatilly fills the blank when it is needed/possible.
Other use cases to test/check:
- do the same when permission is set on a portlet and a container is now empty
- test with 3 or more columns
- test on vertical layout
--
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
16 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-929) NPE during user creation with Postgre
by Prabhat Jha (JIRA)
NPE during user creation with Postgre
-------------------------------------
Key: GTNPORTAL-929
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-929
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Prabhat Jha
Assignee: Boleslaw Dawidowicz
Full log is at http://hudson.qa.jboss.com/hudson/view/EPP5/job/epp5_ui_selenium_tests_po...
07:12:56,483 INFO [UserDAOImpl] Cannot authenticate user: test_user_02;
java.lang.NullPointerException
at org.picketlink.idm.impl.store.hibernate.HibernateIdentityStoreImpl.validateCredential(HibernateIdentityStoreImpl.java:2175)
at org.picketlink.idm.impl.repository.WrapperIdentityStoreRepository.validateCredential(WrapperIdentityStoreRepository.java:287)
at org.picketlink.idm.impl.api.session.managers.AttributesManagerImpl.validatePassword(AttributesManagerImpl.java:364)
at org.exoplatform.services.organization.idm.UserDAOImpl.authenticate(UserDAOImpl.java:265)
at org.exoplatform.services.organization.auth.OrganizationAuthenticatorImpl.validateUser(OrganizationAuthenticatorImpl.java:131)
at org.exoplatform.services.security.jaas.DefaultLoginModule.login(DefaultLoginModule.java:117)
at sun.reflect.GeneratedMethodAccessor653.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
--
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
16 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-949) Cannot remove user (with PosgreSQL DB)
by Boleslaw Dawidowicz (JIRA)
Cannot remove user (with PosgreSQL DB)
--------------------------------------
Key: GTNPORTAL-949
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-949
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Boleslaw Dawidowicz
Assignee: Boleslaw Dawidowicz
Fix For: 3.1.0-GA
11:17:50,925 ERROR [portal:UIPortalApplication] Error during the processAction phase
org.hibernate.NonUniqueResultException: query did not return a unique result: 2
at org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:844)
at org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:328)
at org.picketlink.idm.impl.store.hibernate.HibernateIdentityStoreImpl.removeRelationship(HibernateIdentityStoreImpl.java:973)
at org.picketlink.idm.impl.repository.WrapperIdentityStoreRepository.removeRelationship(WrapperIdentityStoreRepository.java:197)
--
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
16 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-950) Add profile for Sybase DB with different PLIDM hibernate mappings
by Boleslaw Dawidowicz (JIRA)
Add profile for Sybase DB with different PLIDM hibernate mappings
------------------------------------------------------------------
Key: GTNPORTAL-950
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-950
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Boleslaw Dawidowicz
Assignee: Boleslaw Dawidowicz
Fix For: 3.1.0-GA
PLIDM has a separate mapping files for Sybase to avoid issues with binary data. While GTN is not using those IDM features at the moment (binary attributes) those mapping files should be used with Sybase to avoid possible issues in the future. The needed change is in the idm-configuration.xml:
<values-param profiles="sybase">
<name>hibernate.mapping</name>
<value>picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml</value>
<value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml</value>
</values-param>
--
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
16 years, 1 month