Search:

Type: Posts; User: anshumania; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    319

    Parallelization options

    Within a workflow processing 1000's of messages sent to a queue channel and consumed by service activator what are the parallelization options available ?


    channel a -> service activator a ->...
  2. Replies
    7
    Views
    1,616

    Have a look here and see if it helps you...

    Have a look here and see if it helps you Spring-Batch-Admin-overriding-PropertyPlaceholderConfigurer


    If it is the same then you do not need to override. The idea is that you would want to...
  3. not reproducible ?

    not reproducible ?
  4. Replies
    7
    Views
    1,616

    what is the error you are getting ? make sure ur...

    what is the error you are getting ? make sure ur datasource is loaded.
    You have to override as per the docs + u will need to append the prefix for your database in the configuration, if any.
  5. maybe this with the mock objects will reproduce...

    maybe this with the mock objects will reproduce it for you.

    spring integration 2.0.3,2.0.4
    spring 3.0.5.RELEASE
    java jdk1.6.0_25



    <util:map id="jdbcoutput"...
  6. The bug is that while using the above...

    The bug is that while using the above configurations spel expression of payload.tracking_uuid fails to evaluate. This is because the org.springframework.context.expression.MapAccessor is retrieved as...
  7. well you do need to specify the url of ur db in...

    well you do need to specify the url of ur db in the datasource configuration


    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
    <property name="driverClassName"...
  8. were you able to reproduce this ? Is it a bug or...

    were you able to reproduce this ? Is it a bug or a configuration error ?
  9. Reproduced and another one

    Just to mention i managed to bypass the error by using my own transformer bean and then it worked.

    But the reproduced example is below :
    Did i configure something wrong ?

    adding to the...
  10. will try. spring integration 2.0.3,2.0.4...

    will try.

    spring integration 2.0.3,2.0.4
    spring 3.0.5.RELEASE
    java jdk1.6.0_25
  11. 1. my typo 2. i was under the impression that...

    1. my typo
    2. i was under the impression that specifying the expression would find the appropriate method to invoke, as in if given a payload the appropriate method with the payload as the argument...
  12. SPEL expression on transformer throws class cast exception

    We have a workflow as follows


    jdbc-inbound -> splitter ->
    filter (expression) -> header enricher1 -> transformer1->
    header router -> serviceactivator1 -> router -> header enricher3...
  13. Using Spel Expressions in service activators

    Our Integration services have a few setters and getters for various other services. I wish to use spel expressions to invoke only one (always one) of the actual method in any of the integration...
  14. https://jira.springsource.org/browse/INT-1957 ...

    https://jira.springsource.org/browse/INT-1957

    thanks
  15. I was essentially creating wrappers around actual...

    I was essentially creating wrappers around actual services i wanted to invoke to achieve pretty much the same thing.
    If i understand your approach, I could use my wrappers to implement this...
  16. no. even if i create just a new config file and...

    no. even if i create just a new config file and just place the above code , sts complains with the following.





    <int-jdbc:inbound-channel-adapter channel="tablePoller"
    query="select *...
  17. After reading the a little more carefully. I...

    After reading the a little more carefully.
    I changed my channels from direct to queue channels. and it works as my requirement was quite different from what was obviously stated in the documentation...
  18. poller ref attribute for inner poller definitions

    from the xsd





    <int:poller fixed-rate="10000" error-channel="errorChannel" id="somePoller">
    <int:transactional transaction-manager="transactionManager" />
    </int:poller>
  19. Hi I have attached a sample project (maven)...

    Hi
    I have attached a sample project (maven) explaining my problem. it also has the script for postgres.
    The config file is as described below
    The poller polls rTable and updates a column.
    After...
  20. coming to the original problem and your...

    coming to the original problem and your suggestion i tried ; my poller does work as requested.

    The service activators are Services which do some business logic and update the state of a table...
  21. This somehow worked. I will go back to addressing...

    This somehow worked. I will go back to addressing the original problem.
  22. There is a problem with the update statement but...

    There is a problem with the update statement but the poller does not generate any errormessage. But i had this working yesteday, the only difference is i have created a fresh development environment....
  23. i was trying at my end with different...

    i was trying at my end with different configurations.
    but the poller just stopped working even in a standalone scenario.
    but this has nothing to do with transactions for now though i would guess....
  24. Thanks, i tried this config ...

    Thanks,

    i tried this config




    <int-jdbc:inbound-channel-adapter channel="tablePoller"
    query="select * from table1 where column1 = 'value1' and column2 = 'value2' "...
  25. Spring Batch Admin overriding PropertyPlaceholderConfigurer

    We are using Spring Batch admin and came across different kind of issues trying to override the PropertyPlaceholderConfigurerin env-context in spring-batch-admin-manager



    <!-- Use this to set...
Results 1 to 25 of 53
Page 1 of 3 1 2 3