Re: bug in sec:include / exclude ?

2007-12-17 Thread Bc. Jiří Mikulášek
; 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 wrote: > > Hi all, > > I wonder this problem when testiong how to force the hanshake to > > one specific > > algorithm. > > > >

Re: bug in sec:include / exclude ?

2007-12-13 Thread Bc. Jiří Mikulášek
specifying is getting > applied to the endpiont that's getting logged? > > I have not seen this behavior before, but I also don't know how well > the feature is tested in the code. > > -Fred > > On Dec 13, 2007, at 8:47 AM, Bc. Jiří Mikulášek wrote: > > Hi, >

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 -

bug in sec:include / exclude ?

2007-12-13 Thread Bc. Jiří Mikulášek
Hi, I am using 2.0.2 and found strange behaviour: example: .*_WITH_RC4_.* .*_RSA_WITH_NULL_SHA.* gives message: INFO: The cipher suites have been set to TLS_RSA_WITH_AES_128_CBC_SHA, . containing RSA_WITH_NULL_SHA and .*_RSA_WITH_NULL_SHA.* .*_WITH_RC4_.* gives the same bu

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. >

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? I

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: ${ConnectionTimeout} ${ReceiveTimeout} which obviously doesn't work. Pleas

Re: CRL support

2007-12-03 Thread Bc. Jiří Mikulášek
any application data > is sent down the pipe. 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

Re: CRL support

2007-11-28 Thread Bc. Jiří Mikulášek
listopad 2007 21:32 Fred Dushin napsal(a): > CXF does not have support for CRLs. > > On Nov 28, 2007, at 6:18 AM, Bc. Jiří Mikulášek wrote: > > Hi all, > > can somebody give me a hint how to configure or program CRL > > (certificate > > revocation list) checking befo

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:///}portName.http-conduit";>

Re: WSS4jInInterceptor properties

2007-10-23 Thread Bc. Jiří Mikulášek
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á

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: 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, &

Re: JAXB Bindings problem in runtime

2007-10-19 Thread Bc. Jiří Mikulášek
rsion CXF did you use ? > How did you start 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,

JAXB Bindings problem in runtime

2007-10-19 Thread Bc. Jiří Mikulášek
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 names. But it seems that cxf ignores jaxb annotations when handling the resp

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 = &

Re: Missing prefix in request on IBM

2007-09-26 Thread Bc. Jiří Mikulášek
nt with it. > > There must be some difference in IBM java for AIX and other system > > which definetely cause my problem. If I will know who is responsible > > for serializing soap request in cxf it will be easy to find which API > > from jdk is called and findout the differen

Re: Missing prefix in request on IBM

2007-09-25 Thread Bc. Jiří Mikulášek
enson 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 2

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 r

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 implementa