-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Data JPA based repositories. #422
Conversation
Thanks a lot for your contribution! You clearly know more Spring than I do :-) While I have you here - would you be interested in helping porting the spring-txn example to be a direct port of the AJAX example in the Cucumber book? (If so, I'll get you a copy if you don't have it). I have been experimenting with this on a branch called spring-ajax, and the main problem I'm facing is to have a shared database transaction between the Cucumber Step Definitions and the Spring app. If I can get this to work it would be easier to clean the database with a rollback in an /cc @paoloambrosio who wrote the original code my spring-ajax branch is based on. |
Hello! I'm glad to hear that. Thanks in advance. |
I totally missed the spring-ajax branch! I have done a few changes since I gave you the code (use mysql for production and hsql for test, introduced page objects, switchable js/non-js browser). Feel free to take a look: https://bitbucket.org/paoloambrosio/web-java/src (it was a private repository, so no licensing info, references to the book, etc.) |
@paoloambrosio, I forked your repository on bitbucket. I'll take a look in a couple of days. Thanks. |
Hello, There will be a local Ukrainian Hackathon [RU] in Kiyv. So I think, why do not port the spring-txn example to a direct port of the AJAX example from the Cucumber book? Thanks in advance. |
I've made a research on MVC testing support in Spring 3.1 So I can implement required functionality without shared transactions. |
I made the Chapter 14 of the Cucumber Book pull request. |
Isn't this PR obsoleted by #438 now? |
Yes it is. Respectfully, 13.01.2013, 22:29, "Aslak Hellesøy" notifications@github.com:
|
I'm confused. You are saying this PR is obsoleted and you want me to accept it? (I assume you mean merge it in). That sounds contradictory to me. |
I'm sorry, I confused you. Respectfully, 13.01.2013, 23:05, "Aslak Hellesøy" notifications@github.com:
|
Ok, closed it, but since the two PRs were diverging, #438 no longer applies cleanly. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello!
Could you consider introduction of Spring Data - JPA based CRUD repositories to the spring-txn example project? It can help avoid writing some redundant code.
Thanks.
Have a great day.