Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    2,010

    Hmmm, seems I've over simplified things but what...

    Hmmm, seems I've over simplified things but what you see is an example taken almost verbatim from Pro Spring and there is no mention of having to use EJBs. So I should bounce this example off Rob H...
  2. Replies
    11
    Views
    2,010

    :) good analogy but I thought the mail man would...

    :) good analogy but I thought the mail man would be more akin to the ActiveMQ service that is running managing the queues. Ie give the message to the mail man, bid him fond farewell and assume he...
  3. Replies
    11
    Views
    2,010

    Just came across this page on the web. ...

    Just came across this page on the web. http://www.bytemonkey.org/documents/springjms/spring_activemq.html

    What use is the JMSTemplate if I can't use it for reading off a topic?
  4. Replies
    11
    Views
    2,010

    I have also tried putting the Producer thread...

    I have also tried putting the Producer thread into an infinite loop and also to Sleep but the Consumer never recieves any message when I fire it up. If the two classes were within the same VM I...
  5. Replies
    11
    Views
    2,010

    But that should not be a problem. My Consumer...

    But that should not be a problem. My Consumer should need to know nothing about the Producer and be able to run on a seperate JVM or seperate Server. My Sender/Reciever pair work fine and they create...
  6. Replies
    11
    Views
    2,010

    My Consumer is not reading off the topic

    Hi,
    I have attached my code which is giving me trouble. The Sender/ Reciever pair work fine writing/reading from a Point2Point Queue.
    My Topic publisher sends it's messages fine with no exceptions...
  7. Thanks a mil. So I guess the example as shown...

    Thanks a mil. So I guess the example as shown could not have worked as the line you added is not in the original config file and the target does not implement any interface.
    Have it working now as...
  8. Introductions ... Are they an important/useful feature?

    I have read a few threads here on Introductions and read a few chapters in books but cannot see what the benefit is of this feature. I find them hard to get an understanding of and can't see why I...
  9. Thanks ... I will post the stacktrace when I get...

    Thanks ... I will post the stacktrace when I get back to my laptop but your reply has thrown up another question. Pro Spring reccomends you use CGLIB as it has better performance and only to use JDK...
  10. Why does my target have to implement an interface when I'm using CGLIB

    Hi,
    This is a problem I've noticed with a Pro Spring book example which I assume is something that I'm doing wrong. I read that if your using CGLIB to return you proxies that you should be able to...
  11. Replies
    6
    Views
    2,038

    I guess what I'm trying to get at is what Spring...

    I guess what I'm trying to get at is what Spring IDE actually helps me with. Assuming a person is using an XML plugin ( I'm using XMLbuddy ) what does Spring IDE actually do for you?
    I was under...
  12. Replies
    6
    Views
    2,038

    PS: I know the wiki tells me the beans config...

    PS: I know the wiki tells me the beans config validator is called by the beans project validator for modified config files but this does not seem to be happening. I have the config file registered...
  13. Replies
    6
    Views
    2,038

    How is this BeansConfigValidator run?...

    How is this BeansConfigValidator run? manually/automatically?
    Spring IDE does not catch the "badID" I'm using when getting a Bean and also it doesn't spot the invalid class name "BadAdvisor" I use...
  14. Replies
    6
    Views
    2,038

    VAlidating Class names/Id string

    Is it possible to have Spring check at compile time that your references to the beans in the config file are correct, and that your config file does not have any typos in class names. ?

    ie that...
Results 1 to 14 of 14