Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > That allows you to detect errors ... Code that doesn't produce these guarantees ... I'm still able to detect errors and produce guarantees -- if Part's...

**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > if Part's source is not found in domain's HS fields. That's with my latest patch -- not with current Part code.

**[Michael Simons](https://jira.spring.io/secure/ViewProfile.jspa?name=michael.simons)** commented I find this discussion as a user of both Spring Data JPA and Hibernate Search pretty interesting. As a user I understood that I have a write...

**[Yoann Rodiere](https://jira.spring.io/secure/ViewProfile.jspa?name=fenrhil)** commented > What I didn't understand from the discussion: A Spring Data Hibernate Search modul, should it be used in addition to Data JPA? If so, it would...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I like Michael's solution quite a lot as it keeps the advanced functionality where it belongs: inside the repository. It also shows that even a simple search...

**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > I like Michael's solution quite a lot as it keeps the advanced functionality where it belongs: inside the repository.And as those queries apparently don't make up...

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...

**[Abdul Gaffar Khan](https://jira.spring.io/secure/ViewProfile.jspa?name=agk)** commented Hi, I am also facing similar issue below is log. class path resource [org/springframework/batch/core/schema-db2zos.sql] cannot be opened because it does not exist Exception in thread "main"...

**[Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine)** commented `SystemCommandTasklet#setEnvironmentParams` is what you are looking for: ```java SystemCommandTasklet systemCommandTasklet = new SystemCommandTasklet(); systemCommandTasklet.setCommand("/bin/bash"); systemCommandTasklet.setEnvironmentParams(new String[] {"-c", "tshark -i enp1s0 -w ~/Documents/log.pcap -f \"host 8.8.8.8\""}); ```...

**[dgray16](https://jira.spring.io/secure/ViewProfile.jspa?name=dgray16)** commented [Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine) thanks! I suggest adding this to https://github.com/spring-projects/spring-batch/tree/master/spring-batch-samples