[portal-commits] JBoss Portal SVN: r9058 - modules/identity/branches/JBP_IDENTITY_BRANCH_1_0_0/identity/src/main/org/jboss/portal/identity/db.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 21 05:18:37 EST 2007


Author: bdaw
Date: 2007-11-21 05:18:37 -0500 (Wed, 21 Nov 2007)
New Revision: 9058

Modified:
   modules/identity/branches/JBP_IDENTITY_BRANCH_1_0_0/identity/src/main/org/jboss/portal/identity/db/HibernateUserImpl.java
Log:
JBPORTAL-1720 patch

Modified: modules/identity/branches/JBP_IDENTITY_BRANCH_1_0_0/identity/src/main/org/jboss/portal/identity/db/HibernateUserImpl.java
===================================================================
--- modules/identity/branches/JBP_IDENTITY_BRANCH_1_0_0/identity/src/main/org/jboss/portal/identity/db/HibernateUserImpl.java	2007-11-21 10:18:12 UTC (rev 9057)
+++ modules/identity/branches/JBP_IDENTITY_BRANCH_1_0_0/identity/src/main/org/jboss/portal/identity/db/HibernateUserImpl.java	2007-11-21 10:18:37 UTC (rev 9058)
@@ -549,8 +549,8 @@
          }
          catch (ParseException e)
          {
-            throw new IllegalArgumentException();
-         }
+            throw new IllegalArgumentException("Can't convert the date in the user profile. value=[" + value + "].", e);
+         } 
       }
 
       protected String toString(Object value)




More information about the portal-commits mailing list