I too am curious about how this will end up. I am interested in getting DynamoDB support, but I need it from the SpringData side, not the Amazon SDK side.
Type: Posts; User: gregorypierce; Keyword(s):
I too am curious about how this will end up. I am interested in getting DynamoDB support, but I need it from the SpringData side, not the Amazon SDK side.
Yay! Finally the nightmare is almost over. Not sure how that didn't get caught in a unit test though ;)
The biggest issue with that is that it forces you to push all of your definitions into the same xml file. If you have multiple modules each defining their own persistence.xml, you're pretty much...
I've started the migration of my repository from Spring3.0 -> Spring3.1 and one of the areas which is causing some problem is the migration to the new way of handling entityManagers. Right now I am...