Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    462

    JMS channel error handler

    Hello,
    I have below configuration for the jms channel.
    <jms:channel id="inputchannel" queue="jmsQueue" error-handler="errorHandler"/>

    1.In case of error, errorHandler is getting called multiple...
  2. Replies
    4
    Views
    351

    got it. thanks

    got it. thanks
  3. Replies
    2
    Views
    538

    integration experts, please provide some hints.

    integration experts, please provide some hints.
  4. Replies
    4
    Views
    351

    thanks oleg. I have already looked at the...

    thanks oleg. I have already looked at the example, but could not find what I'm looking for. can you please let me know what changes we need to do error handling example to get both payload and...
  5. Replies
    4
    Views
    351

    question errorhandlig example

    Hello,
    I'm looking at the errorHandling example.
    In case of error, below method is called

    public void onInvitationFailed(Invitation inv) {
    logger.info("Host received failure notification...
  6. Replies
    2
    Views
    538

    JMS channel transaction config

    Hello,
    I'm new to spring integration and my app runs in jboss.
    this is my integration flow. ...
  7. Hello, I'm trying to get auto-gen key using...

    Hello, I'm trying to get auto-gen key using namedparameterjdbctemplate as shown above.
    but getting below error. I'm using oracle 10g and spring 2.5x. any idea why this operation isnot supported.
    ...
  8. Replies
    8
    Views
    2,061

    thanks marten. I got your point. i was just...

    thanks marten. I got your point. i was just experimenting with those settings.
    But how can I force the framework to commit on exit of method call ? in my case, it is not already happening
  9. Replies
    8
    Views
    2,061

    txn hanging with explicit commit

    as per this link (http://sujitpal.blogspot.com/2006/12/spring-jdbctemplate-with-autocommit.html), i tried to do explicit commit using "getJdbcTemplate().getDataSource().getConnection().commit()". ...
  10. Replies
    1
    Views
    674

    if @transactional is omitted

    i have configured <tx:annotation-driven/> transaction in my app.
    If I dont specify @transactional annotation in my dao class, what would be transaction settings of that class(for select & insert...
  11. Replies
    8
    Views
    2,061

    that scenario is possible as per this link...

    that scenario is possible as per this link
    http://sujitpal.blogspot.com/2006/12/spring-jdbctemplate-with-autocommit.html
  12. Replies
    8
    Views
    2,061

    Thanks Marten. i'm trying to debug one issue and...

    Thanks Marten. i'm trying to debug one issue and same is explained below
    i'm using db pool. Lets say that thread1 has inserted some data in table1.
    After thread1 is done, when thread2 is executing...
  13. Replies
    8
    Views
    2,061

    when does commit happen with datasouce

    I use spring 2.5 with apache commons data source. i defined the transaction manager as below.
    <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"...
  14. Replies
    8
    Views
    1,556

    this is what i'm looking for. thx a lot Grzegorz...

    this is what i'm looking for. thx a lot Grzegorz Grzybek & srikanthradix
  15. Replies
    8
    Views
    1,556

    I dont find any setter for fetchsize in...

    I dont find any setter for fetchsize in SimpleJdbcTemplate. thats problem I'm facing now
  16. Replies
    8
    Views
    1,556

    hello, at least, please tell me whether this can...

    hello, at least, please tell me whether this can be done or not.

    Thanks
  17. Replies
    8
    Views
    1,556

    Spring experts, Please shed some light on this.

    Spring experts,
    Please shed some light on this.
  18. Hello, how can we set fetchsize at connection...

    Hello,

    how can we set fetchsize at connection level when there is no set function
    if i want to write below function?

    public static void setFetchSize(final SimpleJdbcTemplate jdbcTemplate,
    ...
  19. Replies
    8
    Views
    1,556

    setting fetchsize in SimpleJdbcTemplate

    Hello,
    I see that this has been discussed in the thread http://forum.springsource.org/showthread.php?t=50401

    but i still don't find how to set fetchsize in SimpleJdbcTemplate directly.

    Please...
  20. placeholder - config file not found scenario

    Hello,
    I'm using config place holder as given below.
    <context:property-placeholder location="classpath*:config1.properties,classpath*:config2.properties" />

    I noticed that if spring could not...
  21. Replies
    2
    Views
    2,199

    Handling LargetResult set

    Hello,

    Yes it is yet another "common" question on Handling LargetResult set. Forgive me for that.

    I would like to process upto 30 million of records using drools. I went through the forum and...
  22. Replies
    1
    Views
    851

    Can someone please respond to me?

    Can someone please respond to me?
  23. Replies
    1
    Views
    851

    wiring app context to other beans.

    Hello,
    I have a standalone spring app.
    I would like to wire application context to a bean for my special purpose the same way other beans ref are wired. Is there way to do that in xml?
    I can also...
  24. IN_ACTIVE TRANSACTIONS left behind in case of exception in jdbc dao module

    Hello,
    I'm using spring jdbc+ transaction module in stand alone java project.
    Though I'm doing context.registerShutdownHook(), I see IN_ACTIve TRANSACTION left behind(even after application...
  25. Replies
    1
    Views
    1,270

    is SimpleJdbcTemplate thread-safe?

    Hello,
    Can I share same instance of SimpleJdbcTemplate across threads?
    Please clarify.
    Thanks in advance.
Results 1 to 25 of 60
Page 1 of 3 1 2 3