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...
Type: Posts; User: petersk; Keyword(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...
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
I was using the same port number. Solved by using a different port.
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:...
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...
Well, I found the some examples have:
getJmsTemplate().send(getDestination(),new MessageCreator() {
public Message createMessage(Session session) throws JMSException {
String text ="Using...
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 -...
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...
Best I could find is:
https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/
Eclipse wasn't showing it to me because I had "JMSException" instead of "JmsException." My fault.
Kurt
It seems like JMSException is not in version 3. Has it been moved?
kurt
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...