[JBoss JIRA] (GTNPORTAL-3112) Minor fixes for OAuth
by Marek Posolda (JIRA)
Marek Posolda created GTNPORTAL-3112:
----------------------------------------
Summary: Minor fixes for OAuth
Key: GTNPORTAL-3112
URL: https://issues.jboss.org/browse/GTNPORTAL-3112
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.6.0.Beta02
Reporter: Marek Posolda
Fix For: 3.6.0.Final
There are some minor issues like:
- serialVersionUID for class OAuthException is not correctly declared
- field with interceptors in OAuthDelegateFilter needs to be declared as volatile
--
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
11 years, 7 months
[JBoss JIRA] (GTNPORTAL-3110) IDM DAO classes are only catching IdentityExceptions
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3110?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration updated GTNPORTAL-3110:
-----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=973039
> IDM DAO classes are only catching IdentityExceptions
> ----------------------------------------------------
>
> Key: GTNPORTAL-3110
> URL: https://issues.jboss.org/browse/GTNPORTAL-3110
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Identity integration
> Affects Versions: 3.6.0.Beta02
> Reporter: Martin Weiler
> Assignee: Marek Posolda
>
> In some IDM DAO classes, such as GroupDAOImpl, MembershipDAOImpl and UserProfileDAOImpl all IDM calls are wrapped with try..catch(Exception e) blocks, which ensures that not only IdentityException, but also Hibernate exceptions are caught and recovered with rollback().
> But in UserDAOImpl only "IdentityException e" instances are caught. So HibernateException are not handled, which can result in transaction errors. Additionally, in MembershipTypeDAOImpl the IDM calls are not wrapped with any catch blocks, which also needs to be 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
11 years, 7 months
[JBoss JIRA] (GTNPORTAL-3110) IDM DAO classes are only catching IdentityExceptions
by Martin Weiler (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3110?page=com.atlassian.jira.pl... ]
Martin Weiler updated GTNPORTAL-3110:
-------------------------------------
Description:
In some IDM DAO classes, such as GroupDAOImpl, MembershipDAOImpl and UserProfileDAOImpl all IDM calls are wrapped with try..catch(Exception e) blocks, which ensures that not only IdentityException, but also Hibernate exceptions are caught and recovered with rollback().
But in UserDAOImpl only "IdentityException e" instances are caught. So HibernateException are not handled, which can result in transaction errors. Additionally, in MembershipTypeDAOImpl the IDM calls are not wrapped with any catch blocks, which also needs to be fixed.
was:
In some IDM DAO classes, such as GroupDAOImpl, MembershipDAOImpl and UserProfileDAOImpl all IDM calls are wrapped with try..catch(Exception e) blocks, which ensures that not only IdentityException, but also
Hibernate exceptions are caught and recovered with rollback().
But in UserDAOImpl we are catching only "IdentityException e" instances.
So HibernateException are not handled, which can result in
transaction errors. Additionally, in MembershipTypeDAOImpl the IDM
calls are not wrapped with any catch blocks, which also needs to be fixed.
> IDM DAO classes are only catching IdentityExceptions
> ----------------------------------------------------
>
> Key: GTNPORTAL-3110
> URL: https://issues.jboss.org/browse/GTNPORTAL-3110
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Identity integration
> Affects Versions: 3.6.0.Beta02
> Reporter: Martin Weiler
> Assignee: Marek Posolda
>
> In some IDM DAO classes, such as GroupDAOImpl, MembershipDAOImpl and UserProfileDAOImpl all IDM calls are wrapped with try..catch(Exception e) blocks, which ensures that not only IdentityException, but also Hibernate exceptions are caught and recovered with rollback().
> But in UserDAOImpl only "IdentityException e" instances are caught. So HibernateException are not handled, which can result in transaction errors. Additionally, in MembershipTypeDAOImpl the IDM calls are not wrapped with any catch blocks, which also needs to be 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
11 years, 7 months
[JBoss JIRA] (GTNPORTAL-3110) IDM DAO classes are only catching IdentityExceptions
by Martin Weiler (JIRA)
Martin Weiler created GTNPORTAL-3110:
----------------------------------------
Summary: IDM DAO classes are only catching IdentityExceptions
Key: GTNPORTAL-3110
URL: https://issues.jboss.org/browse/GTNPORTAL-3110
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Identity integration
Affects Versions: 3.6.0.Beta02
Reporter: Martin Weiler
Assignee: Marek Posolda
In some IDM DAO classes, such as GroupDAOImpl, MembershipDAOImpl and UserProfileDAOImpl all IDM calls are wrapped with try..catch(Exception e) blocks, which ensures that not only IdentityException, but also
Hibernate exceptions are caught and recovered with rollback().
But in UserDAOImpl we are catching only "IdentityException e" instances.
So HibernateException are not handled, which can result in
transaction errors. Additionally, in MembershipTypeDAOImpl the IDM
calls are not wrapped with any catch blocks, which also needs to be 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
11 years, 7 months
[JBoss JIRA] (GTNPORTAL-3109) Handle navigation menu's better on small width devices
by Matt Wringe (JIRA)
Matt Wringe created GTNPORTAL-3109:
--------------------------------------
Summary: Handle navigation menu's better on small width devices
Key: GTNPORTAL-3109
URL: https://issues.jboss.org/browse/GTNPORTAL-3109
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Mobile, WebUI
Reporter: Matt Wringe
Assignee: Matt Wringe
The navigation menus like in the shared layout don't work very well on smaller width screen. This causes issues where the menu is rendered outside of the visible screen area.
--
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
11 years, 7 months