Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    5,714

    Castor unmarshalling wasn't working with spring's...

    Castor unmarshalling wasn't working with spring's objects so I had to switch to "non-spring" code, shown below. I tried using casing the unmarshaller to the...
  2. Replies
    3
    Views
    5,714

    This has to do with a class description resolver....

    This has to do with a class description resolver. I'm now searching about how to implement it. If you found out, could you please post it?
    Kurt
  3. I was using the same port number. Solved by...

    I was using the same port number. Solved by using a different port.
  4. multiple transportconnectors with non-namespace config

    I'm running a broker that works fine, but now we want to interface with some perl code. I thought it would be easy to just add stomp, but I get


    Failed to bind to server socket:...
  5. Listening to Multiple Subscribers/destinations

    I saw multiple posts, but no answers that look right to this question:
    http://forum.springsource.org/showthread.php?t=60192&highlight=listen+multiple+destinations <-- I have no idea how to use this...
  6. Well, I found the some examples have: ...

    Well, I found the some examples have:

    getJmsTemplate().send(getDestination(),new MessageCreator() {
    public Message createMessage(Session session) throws JMSException {
    String text ="Using...
  7. Problem with defaultDestination in JsmTemplate

    I'm trying to follow an online example and get the below error message. I don't see where from many examples I would have to provide one, let alone HOW to apply one.



    DEBUG -...
  8. Following examples, but get error: no default destination

    I've been searching and found a few examples. I've implemented what I think should work, but get this error:



    Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: No...
  9. Best I could find is:...

    Best I could find is:
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/
  10. Replies
    2
    Views
    617

    Eclipse wasn't showing it to me because I had...

    Eclipse wasn't showing it to me because I had "JMSException" instead of "JmsException." My fault.
    Kurt
  11. Replies
    2
    Views
    617

    JMSException not in version 3?

    It seems like JMSException is not in version 3. Has it been moved?
    kurt
  12. I would like to know too. I suppose there's a...

    I would like to know too. I suppose there's a way to modify the Marshaller with a property, but looking at the API I tried to cast the spring CastorMarshaller to (castor.xml.Marshaller) to use...
Results 1 to 12 of 12