[JBoss-dev] [JBossWS] - Re: jboss-saaj attachmentpart problem

2004-12-17 Thread p_nevilleuk
Does this relate to https://sourceforge.net/tracker/?func=detailatid=376685aid=1039881group_id=22866? If so, is when will able stable version of 4.0.1 be available? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859033#3859033 Reply to the post :

[JBoss-dev] [JBossWS] - Re: jboss-saaj attachmentpart problem

2004-12-17 Thread p_nevilleuk
Okay, I have a solution. I was using: | AttachmentPart attachmentPart = message.createAttachmentPart(); | attachmentPart.setContentId(payload-1); | attachmentPart.setMimeHeader(Content-Type, text/xml); | attachmentPart.setContent(new JDOMSource(document), text/xml); |