1 Reply Latest reply on Oct 10, 2002 10:05 AM by temafm

    javax.jms.Message incompatible

    raamkig

      Hai,

      I am using jboss 2.4.4

      The jboss-j2ee.jar has an interface Message does not define the method, setByteProperty whereas the same interface has got that method in sun's spec.
      Will there be any problem using jboss-j2ee.jar.

      Thanks and regards

      Ramakrishnan.

        • 1. Re: javax.jms.Message incompatible
          temafm

          Hi,
          I am using JBOSS 3.0.2 and have the same problem. Is there a patch for this problem?
          I get an exception:

          *******
          Publisher.java:98: cannot resolve symbol
          [javac] symbol : method setByteProperty (java.lang.String,byte)
          [javac] location: interface javax.jms.TextMessage
          [javac] sent_message.setByteProperty( name, a );
          ********

          JMS/JBOSS says it supports JMS specs 1.0.2b then howcome this method is not implemented. Is it on purpose or some other reason.

          Thanks.