Search:

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

Search: Search took 0.01 seconds.

  1. JMS Viewer

    I have this working. I am using Spring Framework 1.2.8. I use transaction manager in read-only mode and once processed completely, I consume the message.

    Following is XML config.

    <!-- JMS...
  2. Thanks for this excellent reply. I am a strong...

    Thanks for this excellent reply. I am a strong advocate of using Spring where I work and believe me there are objections. I did get this to work but like you said, I don't like it because it is not...
  3. I did look at SingleConnectionDataSource option...

    I did look at SingleConnectionDataSource option in the past and again after your post. My issue is that dataSource is obtained using JNDIObjectFactoryBean as following.

    <bean...
  4. Multiple calls to StoredProcedure using same connection

    I have extended StoredProcedure class and have been calling it with different values within a loop. The StoredProcedure has been instantiated outside of the loop using it's constructor. This seems...
  5. Replies
    1
    Views
    3,082

    No takers, huh? Any senior members?

    No takers, huh? Any senior members?
  6. Replies
    1
    Views
    3,082

    JmsTransactionManager and Message acknowledge

    I implemented following code and the result is that it never actually pulls the message off the queue. That's the effect I desire but only until I acknowledge the message and commit the transaction....
  7. Hey, that's great. That's exactly what I needed. ...

    Hey, that's great. That's exactly what I needed. I found that jmsAccessor class in version 1.2.6 has the ability to set the session.CLIENT_ACKNOWLEDGE which is used by jmsTemplate (via extending a...
  8. I am very surprised that no one has run into this...

    I am very surprised that no one has run into this before. There's no built-in support for browsing the queue in Spring. This is an absolute necessity for a JMS application that doesn't want to...
  9. JMS queue message viewing without removing it from the queue

    Can anyone tell me how I can use "jmsTemplate" (JMS 1.1) to peek at (view only) a message without actually removing it first from the queue. In other words, I would like to get a "virtual" message...
  10. Replies
    2
    Views
    1,030

    I resolved this issue by using...

    I resolved this issue by using UserCredentialsDataSourceAdapter class for those who read this thread and were in need of similar solution.
  11. Replies
    5
    Views
    4,985

    Spring 1.2.6 with Hibernate and LDAP Lookup

    I resolved this issue by using UserCredentialsDataSourceAdapter class for those who read this thread and were in need of similar solution.
  12. Replies
    2
    Views
    1,030

    Spring with Hibernate and LDAP Lookup

    Is this doable or am I trying too hard? Thanks.
  13. Replies
    2
    Views
    1,030

    Spring with Hibernate and LDAP Lookup

    I am some issues wiring JNDI-based lookup of SybDataSource configuration to the hibernatesession. It's complaining about invalid port (which I should be getting via the Lookup) or it's producing...
  14. Replies
    5
    Views
    4,985

    Spring with Hibernate and LDAP Lookup

    Still having some issues wiring JNDI-based lookup of SybDataSource configuration to the hibernatesession. It's complaining about invalid port (which I should be getting via the Lookup) or it's...
  15. Replies
    5
    Views
    4,985

    Thanks! I was thinking the problem still had...

    Thanks!

    I was thinking the problem still had to with my setup. It's now complaining about some other class. I will keep digging.
  16. Replies
    5
    Views
    4,985

    Spring 1.2.6 with Hibernate and LDAP Lookup

    I am very new to using Spring framework and need some help with configuring lookup for Sybase DataSource and being able to create Hibernate sessionFactory. I have setup following application...
Results 1 to 16 of 16