Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. any idea available? Cheers, Pieper

    any idea available?

    Cheers,
    Pieper
  2. MessageListener and Hibernate - not closing connections

    Hi all,

    I have a problem with using the MessageListener together with Hibernate.

    I am receiving messages via JMS and the MessageListener mechanism of Spring 2.0m3. As this is startup by the...
  3. Replies
    7
    Views
    4,540

    Hi, sorry, I have mixed up two things: -...

    Hi,

    sorry, I have mixed up two things:

    - targetClient (define whether the target is MQ or JMS)
    - transportType (define type of transport)

    For target client you can use an URL, which is...
  4. Replies
    7
    Views
    4,540

    Hi, I've done it without having used a .dll or...

    Hi,

    I've done it without having used a .dll or .so lib on my path.

    Which connection type do you try to use? I have set the connection type to 1 within the JMS URL.

    Cheers,
    Pieper
  5. Hi, I had a similar problem. I solved it using...

    Hi,

    I had a similar problem. I solved it using an empty username " " and an empty password " ", whereby empty means just one blank character.

    I think that is the standard user/pass...
  6. Spring & Hibernate - Running out of database connections

    Hi all,

    I have a strange problem with running out of database connections.

    I have a command line application using spring 2.0m3, hibernate 3.1.3, c3p0 as connection pooling and Oracle 9.2 as...
  7. Replies
    3
    Views
    906

    The question is: is it possible to have two...

    The question is: is it possible to have two active consumers at the same time. I think the JMS spec says, that only one consumer can be active.


    My understanding of Spring MessageListener is:
    ...
  8. Replies
    3
    Views
    906

    Redundant MessageDriven POJOs

    Hi all,

    I've a question about redundancy with MessageDriven POJOs.

    There is one Websphere MQ queue and I want to use the new Spring 2.x MessageListener to read new incoming messages...
  9. Hi all, does anyone have an idea how to handle...

    Hi all,

    does anyone have an idea how to handle the JmsException?

    Pieper
  10. Catch JMSException for DefaultMessageListenerContainer

    Hi all,

    I'm working with Websphere MQ and receiving an JmsException during shutdown of QueueManager.




    2006-04-25 11:01:35,341 ERROR [DefaultMessageListenerContainer][003015]- Execution of...
  11. Hi all, same question from my side. ...

    Hi all,

    same question from my side.

    Theoretically the MessageListener should reconnect automatically after getting an exception.

    There is an onException() method in the ExceptionListener...
  12. Replies
    2
    Views
    1,093

    Thanks for the hint. It's working fine. ...

    Thanks for the hint.

    It's working fine.

    Pieper
  13. Replies
    13
    Views
    17,257

    move to top of forum. I haven't found a...

    move to top of forum.

    I haven't found a solution using Spring. I've now have developed a class which uses plain JDBC to access the stored procedure.

    Does anyone know how to solve it with...
  14. Replies
    2
    Views
    1,093

    Property value set as result of a method?

    Hi all,


    is it possible to set a property value for a bean as a result of a (static) method?



    <bean id="testBean" class="test.bean">
    <property name="testProp" ref="RESULT OF METHOD"/>...
  15. Replies
    20
    Views
    6,329

    No, you don't have to deploy it. The consumer is...

    No, you don't have to deploy it. The consumer is automatically started up at startup of Spring, while loading the applicationContext.

    But you have to load the appContext. Otherwise it will not be...
  16. Replies
    20
    Views
    6,329

    Hi Morten, you can setup the numbers of...

    Hi Morten,



    you can setup the numbers of concurrentConsumers for the DefaultMessageListenerContainer, see:


    ...
  17. Custom MessageSelector and DefaultMessageListenerContainer

    Hi all,

    I'm having a quite strange problem to solve:

    I'm using the new DefaultMessageListenerContainer (org.springframework.jms.listener.DefaultMessageListenerContainer) for receiving messages...
  18. Replies
    12
    Views
    5,179

    Hi Colin, there is a road map within the issue...

    Hi Colin,

    there is a road map within the issue tracking system:

    http://opensource.atlassian.com/projects/spring/browse/SPR?report=com.atlassian.jira.plugin.system.project:roadmap-panel


    But...
  19. Replies
    5
    Views
    1,184

    I want to have a well known location, but...

    I want to have a well known location, but specifiy that within the code and not within a beanFactory file.

    My issue is, that I have an absolute path for my config file, which resides somewhere in...
  20. Replies
    3
    Views
    878

    Thanks for you advice. I think I'll use the...

    Thanks for you advice.

    I think I'll use the Version class within my startup client class.

    What is the purpose of InitializingBean? Can I load a class at startup of the Spring container?
    ...
  21. Replies
    3
    Views
    878

    Display spring version during startup?

    Hi all,

    while playing around with Spring versions 1.2.7 and 2.0 M3 I thought it would be good to have some possibility to show the spring version number while startup of spring container (e.g....
  22. Replies
    5
    Views
    1,184

    Hi all, sorry for being unprecise. I'm...

    Hi all,

    sorry for being unprecise.

    I'm currently using XmlBeanDefinitionReader and I want to exchange that with something like the SingletonBeanFactoryLocator.

    But I want to specify the main...
  23. Replies
    5
    Views
    1,184

    Spring - sharing file resource context

    Hi all,

    I want to share the application context between several plain Java clients to reduce the startup time of the Spring container.

    Currently I'm using a XmlBeanDefinitionReader to load my...
  24. Replies
    3
    Views
    1,126

    Hi all, any update available for the current...

    Hi all,

    any update available for the current schedule?

    Pieper
  25. Replies
    3
    Views
    1,126

    Thanks for the info. I'll wait until sunset :-) ...

    Thanks for the info. I'll wait until sunset :-)

    Pieper
Results 1 to 25 of 45
Page 1 of 2 1 2