1 Reply Latest reply on Jul 15, 2003 3:39 AM by frito

    Message.setByteProperty not found in JBoss 3.2.1

    jrodgers74

      I get the following compile error when compiling against jboss-j2ee.jar in JBoss 3.2.1. The same code works when using JBoss 3.0.7. The javax.jms.Message class is 2664 bytes in 3.0.7 compared to 2603 bytes in 3.2.1. Is this method no longer supported?

      [javac] C:\xxx.java:304: cannot resolve symbol
      [javac] symbol : method setByteProperty (java.lang.String,byte)
      [javac] location: interface javax.jms.Message
      [javac] message.setByteProperty(key, value);
      [javac] ^