Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. My other part of the application uses EclipseLink...

    My other part of the application uses EclipseLink JPA and Spring Data. Please refer following links:
    ...
  2. When I set 'regularOrclDS' to jobRepository bean...

    When I set 'regularOrclDS' to jobRepository bean it works fine. I get above exception when I pass 'orclDS'.





    <bean id="transactionManager"...
  3. LazyConnectionDataSourceProxy in Spring batch

    When I am using LazyConnectionDataSourceProxy with Spring batch I am getting following exception.

    I have to remove LazyConnectionDataSourceProxy to use Spring batch. Any thoughts?


    ...
  4. Replies
    3
    Views
    461

    Spring data did not work for me on WebSphere8. ...

    Spring data did not work for me on WebSphere8. It is working fine with Weblogic 10.3.6.
  5. Replies
    3
    Views
    461

    Spring Data on WebSphere 8

    I am getting following error when running spring data application in WebSphere 8. This is working fine when I tested the code with LocalContainerEntityManagerFactory. When deploying the code to...
  6. Override Datasource definition in LocalContainerEntityManagerFactoryBean

    i am not able to override the datasource that was in persistence.xml with LocalContainerEntityManagerFactoryBean.
    How can I re-use same persistence.xml file for test and JEE deployments? Do we need...
  7. Replies
    1
    Views
    1,618

    STS-2.8.0, Roo 1.1.5, Maven errors

    I updated my STS from 2.7.x to 2.8 and trying to create a new Spring roo project. I see following Maven errors:


    Plugin execution not covered by lifecycle configuration:...
  8. Working great. Thanks for your help!

    Working great. Thanks for your help!
  9. Spring controller is placing the message on the...

    Spring controller is placing the message on the control bus input channel. The same contoller should be able to read the message from output channel. I am not sure how inbound gateway address this.
  10. Display control bus output channel response in browser and correlating with request

    I want to display the status of a channel adapter in a browser when a user queries through a HTTP URL. I am using control bus and sending the message "isRunning()". Response will be in the output...
  11. Replies
    3
    Views
    967

    That is very helpful. Thanks.

    That is very helpful. Thanks.
  12. Replies
    3
    Views
    967

    initial delay for poller

    I noticed following in my logs:

    "Configuration problem: Poller configuration via 'interval-trigger' subelements is deprecated, use the 'fixed-delay' or 'fixed-rate' attribute instead."

    If...
  13. Thanks a lot for quick replies. The reason I...

    Thanks a lot for quick replies.

    The reason I have thread-pool size as 1 is I have to process them in the order they are received.

    I was under the impression that underlying channel holds the...
  14. publish-subscribe-channel causing out of memory error

    I have a publish-subscribe-channel as defined below.



    <task:executor id="my-subscbr-pool" pool-size="1"/>

    <!-- All Messages will published on this channel. -->...
  15. Replies
    4
    Views
    2,109

    UnexpectedRollbackException

    I have a batch job that does the following:

    1) Using JdbcCursorItemReader to read a record from database.
    2) Using ItemWriterAdapter to call a business method.

    Business Method does following:...
  16. Replies
    0
    Views
    562

    Spring JTA issue

    I am doing a database insert and also writing a message into MQ queue using Spring JMS and WebSphere 6.1. Both the actions are performed inside public method which is annotated with ...
  17. skippable-exception-classes not recognizing IncorrectTokenCountException

    When I added 'IncorrectTokenCountException' as a 'skippable-exception-classes' it is not skipping the record. But if I add 'FlatFileParseException' it works fine. Not sure whether this is a bug or...
  18. Replies
    1
    Views
    1,470

    Re-started active mq and that fixed the problem.

    Re-started active mq and that fixed the problem.
  19. Replies
    1
    Views
    1,470

    Cannot see message in active MQ queue

    I am posting a very simple message to active MQ queue using Spring JMS Template. It is successful but when I go to active mq queue browser, I do not see it.

    I see number of pending messages...
  20. Replies
    9
    Views
    2,272

    Mark, I really appreciate your help. ...

    Mark,

    I really appreciate your help. Following configuration is polling my adapter method continuously and filling up my queue without stopping. initial-delay works fine. Once the delay...
  21. Replies
    9
    Views
    2,272

    I am currently using Spring Batch to load file...

    I am currently using Spring Batch to load file contents into database. Since Spring Integration provides a Pollable Source and JMS adapters, I thought it is a better choice.

    Is it not possible to...
  22. Replies
    9
    Views
    2,272

    Interfacing Database

    I read spring reference manual couple of times and browsed through many posts. But I could not find out a way of implementing following.

    I have a database table and for each row in the table I...
  23. That is very helpful. Thanks a lot!

    That is very helpful. Thanks a lot!
  24. Thanks for yor reply. I am still not sure how...

    Thanks for yor reply. I am still not sure how this can be done. Pardon me if this is a stupid question.

    CompisiteJobLauncher may not work for my case. I use MultiResourceItemReader and I think...
  25. Replies
    3
    Views
    1,026

    Per Section 5.1.8 in UserGuide, the Step can be...

    Per Section 5.1.8 in UserGuide, the Step can be configured with a list of exceptions that should not cause rollback. So I added following transaction-attribute to my step:


    ...
Results 1 to 25 of 64
Page 1 of 3 1 2 3