Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    972

    But I don't want any references to UUIDGenerator...

    But I don't want any references to UUIDGenerator in my code. so in future i can change the generator without changing code
  2. Replies
    5
    Views
    972

    method invocation in application context

    Hi guys,

    I was just wondering if its possible to invoke a method of a bean in application context file and set another bean property with the return value. something like this



    <bean...
  3. Replies
    5
    Views
    1,685

    JMSMessageId after message is sent

    Hi guys,

    I want to know if there is a way to get a JMSMessageId using JMSTemplate after message is delivered. I am setting MessageID before sending the message but somehow JMS is overwriting my...
  4. Replies
    3
    Views
    2,157

    for format you should use "JMS_IBM_Format" and...

    for format you should use "JMS_IBM_Format" and its a MQCHAR8 please see

    http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/csqzaw06/csqzaw066i.htm#TBLMESPCFT
  5. setMessageSelector of DefaultMessageListenerContainer

    Hi guys,

    I have a ArrayList of correlation IDs and i want to use setMessageSelector of DefaultMessageListener to listern of only these ID from output queue. Can somebody please let me know if its...
  6. Replies
    3
    Views
    2,157

    JMS Messages onto MQSeries Messages

    Hi,

    How i can set following properties on the JMS Messages

    characterSet
    encoding
    format
    persistence
    replyToQueueManagerName
    replyToQueueName
  7. one jmsTemplate to send/receive messages from two different queues

    Hi,

    I want to know can I use the same jmsTemplate to send a message to one queue and receive response message from a different queue?

    regards,
    muhwas
  8. Replies
    1
    Views
    844

    Asynchronous JMS Message

    Hi guys,

    How i can configure MessageListenerAdapter to only receive messages with a perticular correlation ID like in synchronous jms message we can use receiveSelected(String messageSelector)
    ...
  9. Replies
    1
    Views
    1,969

    messages correlation using jmsTemplate

    Hi guys,

    I want to know how we can correlate messages using JmsTemplate. So when i send message i set the messageId and only look for messeges which has that correlation id.

    regards,
    muhwas
  10. Replies
    1
    Views
    1,353

    AS400 MQ connection setting

    Hi guys,

    I am trying to connect to AS400 MQ and i want to know how to specify following things in Spring JMSTemplate bean.

    IP
    Port
    Input Queue
    Output Queue
    Channel
    Queue Manager
  11. Replies
    7
    Views
    40,015

    i have one log4j.xml file in WEB-INF directory....

    i have one log4j.xml file in WEB-INF directory. which define logging configuration for different pakages. I want to also diffine configuration inside applicationContext so that when if i want to...
  12. Replies
    7
    Views
    40,015

    log4j configuration in applicationContext

    Hi everybody,

    I was just wondering if its possible to override log4j configuration in spring ApplicationContxt.

    thank you,
    muhwas
  13. Replies
    4
    Views
    780

    I want to do sometime like i have many...

    I want to do sometime like i have many collections say(list1, list2, list3...etc)
    and in one of my bean1 i just want to use(list1 and list2) collection and in my bean2 i want to use(list1 and list3).
  14. Replies
    4
    Views
    780

    I want to merge two or more list. How i can...

    I want to merge two or more list. How i can acheive this? I know its possible through bean1 parent of bean2 and bean 2 parent of bean 3 and so on.
    but i want bean1 seperate bean containing list,...
  15. Replies
    4
    Views
    780

    multiple inharitance in bean

    I was wondering if it is possible for one bean to inherite from two different beans that is one bean has two or more parents.

    <bean id="bean1" abstract="true">
    <property name="someList">
    ...
  16. Replies
    1
    Views
    955

    org.springframework.beans.TestBean

    can somebody please tell me which spring jar this class located?

    thank you
  17. Replies
    11
    Views
    1,817

    I was able to solve this problem using following...

    I was able to solve this problem using following code

    try { resBundle = ResourceBundle.getBundle("MyProject"); }
    catch (Exception ex) { ex.printStackTrace(); }

    appConfigFile =...
  18. Replies
    11
    Views
    1,817

    No we are looking for to change the bean property...

    No we are looking for to change the bean property values in applicationContext while the application is running and application should pick up those new values without restart.
  19. Replies
    11
    Views
    1,817

    yeah i tried ClassPathResource and it worked but...

    yeah i tried ClassPathResource and it worked but the problem is if i change the bean property value in ApplicationContext.xml then i doesn't load the new bean difination everytime i call

    new...
  20. Replies
    11
    Views
    1,817

    I am able to do it using XmlBeanFactory(new...

    I am able to do it using XmlBeanFactory(new FileSystemResource("applicationContext.xml")

    and now if i change the bean property value in the applicationContext.xml and call new on XmlBeanFactory i...
  21. Replies
    11
    Views
    1,817

    no. I meant when i change the message inside...

    no. I meant when i change the message inside ApplicationContext.xml and then call getMessage() on my bean it return me the old message not new message. So i want to know what should i do to read the...
  22. Replies
    11
    Views
    1,817

    reloading bean properties at runtime

    Hi everybody,

    I am want to know how i can change/load bean properties at runtime in my web application.
    I have a web application. I have a class which first get the applicationContext like this. ...
  23. thank you for your reply. i used the...

    thank you for your reply. i used the ContextLoaderListener but no success.
  24. No WebApplicationContext found: no ContextLoaderListener registered?

    Hi All,

    I have written a sample Hello World service using Spring and Axis deployed under JBoss AS. I can see the service through http://localhost:8080/axis/services/HelloWorld but when i try to...
Results 1 to 24 of 24