37 reputation
7
bio website
location herndon VA
age
visits member for 7 months
seen May 15 at 20:28
stats profile views 3

Nov
21
comment gorm projection and loss of metainformation
grails could perform this mapping and uphold the DRY
Nov
20
awarded  Commentator
Nov
20
comment How to download source code for Spring Framework 3.1.2?
Please see here for details.
Nov
20
comment How to download source code for Spring Framework 3.1.2?
Thanks a bunch for the updates - it was really helpful.
Nov
19
comment gorm projection and loss of metainformation
A neat workaround.
Nov
19
asked grails executor plugin - executorService injection
Nov
18
accepted How to download source code for Spring Framework 3.1.2?
Nov
18
comment How to download source code for Spring Framework 3.1.2?
New to Maven - can you please detail the steps for indicating maven to download the sources? I did change the preferences in eclipse to download the source but that did not work. So, I just downloaded the sources and it seems to work now.
Nov
17
asked How to download source code for Spring Framework 3.1.2?
Nov
14
awarded  Tumbleweed
Nov
10
comment gorm projection in where clause not working
I actually changed the code to add 'author.home.state' to the projections and still getting the same error.
Nov
10
awarded  Editor
Nov
10
revised gorm projection in where clause not working
modified the projection to remove the book and added state - still getting error
Nov
10
asked gorm projection in where clause not working
Nov
8
accepted using detachedCriteria as a subquery for in clause
Nov
8
comment using detachedCriteria as a subquery for in clause
trades.list() should work but I was hoping that the query parser would parse the trades criteria within activities and at that time expand the query within activities and call list by default.
Nov
7
awarded  Supporter
Nov
7
comment GORM many-to-many mapping and jointable with an additional field
Thanks - that might work!
Nov
7
comment using detachedCriteria as a subquery for in clause
The documentation for the detachedCriteria says that list() is a default method but apparently it is not doing it. I was expecting 'print trades' to get the trades but it prints the object reference. Am I doing something wrong?
Nov
7
asked using detachedCriteria as a subquery for in clause