Re: Message level service .. Attachment problems

2007-10-15 Thread Cencio
Now that i solve config problems to work with SOAPMessage i found problems to work with attachments... If i send a simple message everything works fine, if i send a message with attachments it throws this error: 11:00:41,080 ERROR [STDERR] 15-ott-2007 11.00.41

RE: CXF + ACEGI security - full example

2007-10-15 Thread Kaleb Walton
Thank you for the example! | | From: | | --| |Anne Racel [EMAIL PROTECTED]

RE: JSR 181 Document literal wrapped

2007-10-15 Thread Benson Margulies
Where are you getting the requirement that the response be named 'Response', as opposed to, say, OpNameResponse? Aside from that, I think that what you are asking for is the default behavior of JAX-WS + JAXB. -Original Message- From: cunparis [mailto:[EMAIL PROTECTED] Sent: Monday,

Destination factory problem

2007-10-15 Thread Sergey Beryozkin
Hi I have this Np DestinationFactory found problem when running a system test. I've checked archives, the suggested solutions are all about doing some programmatic bus setup, etc... Unfortunately it's not something I can do in my scenario. Here's my configuration : beans

SOAPMessage with Attachment service problems

2007-10-15 Thread Cencio
Hi all, i deploy a message level service that receive a SOAPMessage and works fine until i send a message with attachment: 18:37:13,026 ERROR [STDERR] 15-ott-2007 18.37.13 com.sun.xml.messaging.saaj.soap.EnvelopeFactory createEnvelope GRAVE: SAAJ0511: Unable to create envelope from given source

Re: about cxf security

2007-10-15 Thread Fred Dushin
Hi Feng, There are currently so WS-Security samples. You can look directly at the WS security system tests, though, for some examples of how to configure CXF endpoints for use with WS- Security (message protection, for example). http://tinyurl.com/3azs3j [1] These tests are based loosly

Re: JAXB and namespace prefixes

2007-10-15 Thread Jim Ma
It is right . package-info.class is only used to generate schema element . It will not impact on the namespace prefixes for the wsdl:definition element. -jim Benson Margulies wrote: At least with CXF, the namespace prefixes for the wsdl:definition element ignore any @XmlNs mappings on the

Re: Are namespace prefixes normative in jaxb?

2007-10-15 Thread Jim Ma
It is ok to set this property to JAXB Marshaller to control the namespace prefix. Currently we use hard code to set properties for JAXB Marshaller , maybe we need more flexible way to configure JAXB Marshaller.(use spring configuration ? ) -Jim Benson Margulies wrote: I see a way to get a