Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Sri Ram](https://jira.spring.io/secure/ViewProfile.jspa?name=sriram11)** commented **Person -----> parent entity** **Address -----> child entity** **Person has one to many relationship with address entity** I'm using `@EntityGraph`(attributePaths = \{"Person", "Person.address"}) to eager fetch the...

**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Could you please provide a reproducer? I.e. a small but complete project demonstrating the issue preferable in the form of a failing test?

**[anpieber](https://jira.spring.io/secure/ViewProfile.jspa?name=anpieber)** commented OK, I've found out the reason for the problem and attached a working and a failing test. The problem is the kotlin "val" keyword. Especially this creates all...

**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Ok, that makes sense

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

**[Rodrigo Witzel](https://jira.spring.io/secure/ViewProfile.jspa?name=rwit)** commented Hint: When I use Spring Data JPA or Spring Data MongoDb I can start the application context successfully even if MySQL or MongoDB are not available. Thus...

**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** commented I see.. we are planning to change that with the new 2.0 SDK as well, but one question arises: when you access it it will fail right...

**[Rodrigo Witzel](https://jira.spring.io/secure/ViewProfile.jspa?name=rwit)** commented Yes, when I try to read or write data although the Couchbase server is not available, I should get an exception immediately. Btw, MongoDB had a 'write...

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...