[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message size limit with BytesMessage and writeUTF method

2006-01-19 Thread [EMAIL PROTECTED]
For everybody else, here's a link to the bug report: http://jira.jboss.com/jira/browse/JBAS-2641 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918417#3918417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918417

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message size limit with BytesMessage and writeUTF method

2006-01-09 Thread [EMAIL PROTECTED]
Its an implementation detail limitation of the underlying DataOutputStream: http://java.sun.com/products/jdk/serialization/faq/ # Why is UTFDataFormatException thrown by DataOutputStream.writeUTF() when serializing a String? DataOutputStream.writeUTF() does not support writing out strings