alternative to saaj?

2007-09-25 Thread Bc. Jiří Mikulášek
Hello, we are developing for IBM java on AIX, which doesn't contain packages like com.sun.org.apache.xerces.*. Unfortunately saaj-impl depends directly on these packages. Is there some possibility to replace saaj implementation with another alternative? I have already tried axis2-saaj

Missing prefix in request on IBM

2007-09-25 Thread Bc. Jiří Mikulášek
Hello, yet another question regarding WS-client development on IBM. This issue appears only on IBM java on AIX os. Using IBM java on another operating system everything works fine. There is missing prefix by operation element in SOAP request. We are using document/literal wrapped binding Our

Re: Missing prefix in request on IBM

2007-09-25 Thread Bc. Jiří Mikulášek
Margulies napsal(a): This is going to be mighty difficult to make any sense of. I, for one, have no access to an environment to repro this in. -Original Message- From: Bc. Jiří Mikulášek [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 3:45 PM To: cxf-user

Re: Missing prefix in request on IBM

2007-09-26 Thread Bc. Jiří Mikulášek
to sync before sending the announcment). Dan On Tuesday 25 September 2007, Bc. Jiří Mikulášek wrote: I understand, that's why I am looking for just a hint about the architecture - can somebody tell me which CXF class or which another library is responsible for serializing the SOAP request

Re: Missing prefix in request on IBM

2007-09-26 Thread Bc. Jiří Mikulášek
26 of September 2007 09:31:52 Bc. Jiří Mikulášek wrote: Hi thanks a lot for information. I am not very experienced regarding binding styles but I presume that we are using doc/lit/wrapped. We are suing stubs and here is how the stub looks like: @WebService(targetNamespace = http://sapdev06

Re: JAXB Bindings problem in runtime

2007-10-19 Thread Bc. Jiří Mikulášek
and call this service ? Cheers Jim Bc. Jiří Mikulášek wrote: Hi all, I have used wsdl2java with external binding file specified through -b. My stubs for client have been generated correctly, but I got in trouble during runtime. The point is, that have renamed response properties

Re: JAXB Bindings problem in runtime

2007-10-22 Thread Bc. Jiří Mikulášek
Hi, we have migrated to 2.0.2 version and problem seems to be solved. Thanks for help On Friday 19 of October 2007 11:20:19 Jim Ma wrote: This issue is fixed in cxf 2.0.2 . You need to update cxf to 2.0.2 . Cheers Jim Bc. Jiří Mikulášek wrote: Hi, we are using cxf 2.0, we are using

WSS4jInInterceptor properties

2007-10-22 Thread Bc. Jiří Mikulášek
Hi all, is there any list of possible values and properties if wss4jinterceptors available? I could not find it in the javadoc nor in user guide. Yes of course I haven't tried to go trough the source of the interceptor or wss4j ;-( thanks for any advice -- Jiri Mikulasek

Re: WSS4jInInterceptor properties

2007-10-23 Thread Bc. Jiří Mikulášek
or printout all these constants in simple program. But in a normal world when somewhere is the possiblity to configure some properties, man expects there is a list of them available :-), which seems to be not this case. On Tuesday 23 of October 2007 08:51:45 Mayank Mishra wrote: Bc. Jiří Mikulášek

CRL support

2007-11-28 Thread Bc. Jiří Mikulášek
Hi all, can somebody give me a hint how to configure or program CRL (certificate revocation list) checking before each SSL handshake. In detail: I have this configuration on client: http-conf:conduit name={http:///}portName.http-conduit; http-conf:client

Re: CRL support

2007-12-03 Thread Bc. Jiří Mikulášek
. That's the idea, at any rate. -Fred On Nov 28, 2007, at 4:26 PM, Bc. Jiří Mikulášek wrote: thanks, because I really need CRL support is there any way how to handle it on my own - maybe use some interceptor, which will handle it before each connection? If there is such possibility, please

PropertyPlaceHolderConfigurer and cxf.xml

2007-12-04 Thread Bc. Jiří Mikulášek
Hi all, I would like to use PropertyPlaceHolder inc cxf.xml tu enable some parameters modification from properties. So I would like to use something like: http-conf:client AllowChunking=false property name=ConnectionTimeoutvalue${ConnectionTimeout}/value/property

Securing server

2007-12-13 Thread Bc. Jiří Mikulášek
Hi all, I would like to secure my server and started with first*https sample. Here is my configuration below, but I am still getting this error: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'httpj:engine-factory'. Have somebody any idea?

Re: Securing server

2007-12-13 Thread Bc. Jiří Mikulášek
Hi again, sorry I forgot to add new namesapce to schemaLocation also and could not catch this trivial mistake for a long time On Thursday 13 of December 2007 14:22:17 Bc. Jiří Mikulášek wrote: Hi all, I would like to secure my server and started with first*https sample. Here is my

My own TrustManager

2007-12-13 Thread Bc. Jiří Mikulášek
Hi all, I need to add some spicific features to my SSL communictaion - so basically I would like to implement my own TrustManager. But when using CXF the code suplying TrustManagers is not under my control. Is there any way how to do it ofr CXF? thanks for any hints -- Jiri Mikulasek

Re: bug in sec:include / exclude ?

2007-12-17 Thread Bc. Jiří Mikulášek
: Java heap space On Friday 14 of December 2007 14:13:54 Fred Dushin wrote: Interesting. I wonder if this is related to https://issues.apache.org/jira/browse/CXF-1222 Could I ask you to check your CPU utilization, while your server comes up? On Dec 14, 2007, at 1:48 AM, Bc. Jiří Mikulášek