0 Replies Latest reply on Jul 21, 2003 10:47 AM by strkrobertm

    javax.jms.MessageFormatException: ClassNotFoundException: ..

    strkrobertm

      Sometimes during the day we will get a user who encounters a client side exception that tells us a particular class can not be found on our JMS Object Messages - all the other users who get the same jms message find the class and everything works fine for them. Very low load ~ a few small messages a minute.

      The application is a Swing based WebStart application and the problem certainly could be related to the JWS classloaders.

      I searched the forums and I don't see anyone else with this problem so I'm guessing its Sun JWS related. But if anyone knows a work around for it I'd be all ears!

      We are using JBOSS 3.0.6 currently.

      Top of the stack trace:

      javax.jms.MessageFormatException: ClassNotFoundException: com.si.quotes.bond.BondQuoteVO
      TRACE:
      org.jboss.mq.SpyObjectMessage.getObject(SpyObjectMessage.java:108)
      com.si.client.messaging.QuoteMessageHandler.go(QuoteMessageHandler.java:21)