Hi Freeman, It will take me some time to package my test case into something that is easy for you to reproduce the problem. It might be easier to take the existing CxfBCMtomTest and copy it to make a CxfSEMtomTest. Here, a test client would communicate via JBI directly to the CXF-SE. Before we go too far, do you agree that the CXF-SE alone (w/out the CXF-BC) should be able to handle both incoming and outgoing JBI attachments? Do the comments I made in my previous postings make sense? Do you have any questions?
Let me know at your earliest convenience. Thanks, - Ron ----- Original Message ---- From: Freeman Fang <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, April 29, 2008 11:16:17 PM Subject: Re: CXF-SE Support for outgoing attachments Hi Ron, For outgoing attachments, we reuse the AttachemntOutInterceptor from CXF, you can see the code piece in the CxfBcProvider if (isMtomEnabled()) { outList.add(new JbiOutInterceptor()); outList.add(new MtomCheckInterceptor(true)); outList.add(new AttachmentOutInterceptor()); } If possible, would you please append your test case, which is easy for me to reproduce the problem. Thanks Freeman Ron Gavlin wrote: > Greetings, > > In SM-1109, I see that inbound attachment support was added to CXF-SE via the > AttachmentInInterceptor.java class. However, I do not see a corresponding > interceptor for handling outgoing attachments. Also, in my testing, I am not > seeing JBI attachments created for my outgoing base64 binaries. Is this a bug? > > - Ron > > > >
