I tried, but it didn't change.

DEBUG EntityUtil:194 - Finding..... @Id for 
com.package.User$$EnhancerByCGLIB$$d8977ea6

DEBUG EntityUtil:194 - Looking for @Id on field userLogin

DEBUG EntityUtil:194 - Found @Id for com.package.User on field userLogin

But the id value is still null.



If I log user.getUserLogin() in the actionBean, I can see it's value.



If I use a session.get(login) instead of a session.load(login) everything works 
fine so I will use that for now.



By the way, your deproxyfication only works for cglib. With javassist (the new 
default with hibernate 3.3) the classname is not the same:

com.package.User_$$_javassist_9

There an underscore that needs to be removed:

Unable to deproxify CGLIB proxy: com.package.User_ not found !



"Aaron Porter" a écrit dans le 

OK. I've updated SVN. Give that a shot and let me know if it works.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to