Branch: refs/heads/develop
Home:
https://github.com/seam/security
Commit: 20b45abcec726690bdd8c5d9daf4daa2843ea4c0
https://github.com/seam/security/commit/20b45abcec726690bdd8c5d9daf4daa28...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Log Message:
-----------
Merge branch 'master' of github.com:seam/security into develop
Commit: 5cb1233db953b43fa761c961b48b44e252f3e869
https://github.com/seam/security/commit/5cb1233db953b43fa761c961b48b44e25...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-08 (Thu, 08 Dec 2011)
Changed paths:
M
impl/src/main/java/org/jboss/seam/security/management/picketlink/JpaIdentityStore.java
Log Message:
-----------
Fixing SEAMSECURITY-132
This was a problem with eclipselink (possibly other JPA impls as well)
where the entity given was the fully qualified name of the class instead
of the actual name of the entity / simple class name.
Also made the JpaIdentityStore class work if you specify a different
entity name besides the simple class name. All JPAQL queries should be
working correctly.
Compare:
https://github.com/seam/security/compare/a4a7764...5cb1233