2 Replies Latest reply on May 28, 2003 10:36 AM by chewitty

    javax.jms.MessageFormatException: Invalid object type

    jotsetung

      hi
      i have a stupid question: what for objects can i put into a message? i created a MapMessage and added a Vector to the message with the setObjectProperty() method. now i get this error message:
      javax.jms.MessageFormatException: Invalid object type when my bean puts the Vector to the message. i must admit, that the Vector contains a lot of different objects... could this be the error?

      thanks