Spring Operator

Results 417 comments of Spring Operator

**[Emil Glatz](https://jira.spring.io/secure/ViewProfile.jspa?name=eglatz)** commented We want to be able to access stored procedures in our database with the caveat that the user accounts that actually own the schemas are not what...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Actually, this works as is: ```xml stored-procedure-name="SCHEMA.PRC_GET_CJIS_DATA" ``` Regarding `property-paceholder` I meant this: ```xml stored-procedure-name="${user.schema}.PRC_GET_CJIS_DATA" ``` where `user.schema` comes from: ```xml ``` http://docs.spring.io/spring/docs/current/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer.

**[Emil Glatz](https://jira.spring.io/secure/ViewProfile.jspa?name=eglatz)** commented Ok thank you. I must be experiencing some other configuration issue and will need to do more research on my end. In some of our environments the...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented [Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen), wouldn't you mind to help here a bit? The Spring Integration `StoredProcExecutor` uses `SimpleJdbcCall` on the background. We have only one argument to configure -...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented There is more generic robust solution like `jdbc-call-operations` reference, where end-user is free to configure target `SimpleJdbcCall` by the requirements and environment.

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented The modules which are still suffering from wrong package structure:   - [x] `spring-integration-ws` - [x] `spring-integration-stream` - [x] `spring-integration-sftp` - the `gateway` must go into an `outbound`...

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Does not seem to be an essential feature. Set for 2.2

**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented moving to M2 - may be irrelevant

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented I am changing it to the improvement as this was discussed durting the initial implementation and we decided to live with it for now. The real issue...

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Well, this one is tough. need to think about it some more The core fo the issue is that MetadataStore works based on remembering only the latest...