SizeExceededException on MMS

WTK is limited to 30k large MMSs. The MMS specification dicates 300k large messages. Is there any way to change this limit in the WTK?Thanks in advance
[165 byte] By [redsmurpha] at [2007-11-27 5:59:43]
# 1

I'm using the stream constructor, which is recommended for larger message parts, so that shouldn't be limiting in itself:

ByteArrayInputStream is = new ByteArrayInputStream(img);

message.addMessagePart(new MessagePart(is, type, "id1", "image", null));

The image file is approx 80 kbytes,

redsmurpha at 2007-7-12 16:36:38 > top of Java-index,Java Mobility Forums,Java ME Technologies...