Re: TSSConfigEditorTest requires SSL?

2008-03-31 Thread Vasily Zakharov
I've found the cause for the problem (see HARMONY-5626). It was a very old Yoko issue, YOKO-289. It was actual as Harmony used a very (more than a year) old version of Yoko. With moving to a newer version, the problem resolved. Thanks everybody for help and sorry for disturbance. Vasily

RE: TSSConfigEditorTest requires SSL?

2008-01-11 Thread Zakharov, Vasily M
, January 10, 2008 6:13 PM To: dev@geronimo.apache.org Subject: Re: TSSConfigEditorTest requires SSL? Vasily, When I tried to run this test with Harmony, it seemed to hang for me. Didn't really investigate more than that why but I was curious if you get that IOException error right away or after

Re: TSSConfigEditorTest requires SSL?

2008-01-10 Thread Alexey Petrenko
issue. Vasily -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 8:37 PM To: dev@geronimo.apache.org Subject: Re: TSSConfigEditorTest requires SSL? It has been a long time since I've worked with this test but I'm pretty

RE: TSSConfigEditorTest requires SSL?

2008-01-10 Thread Zakharov, Vasily M
@geronimo.apache.org Subject: Re: TSSConfigEditorTest requires SSL? Try adding the following line to this test: corbaBean.getSslConfig().setProtocol(TLS); so the code looks like: corbaBean.setTssConfig(tss); corbaBean.getSslConfig().setProtocol(TLS); Jarek On Dec

Re: TSSConfigEditorTest requires SSL?

2008-01-10 Thread Jarek Gawor
@geronimo.apache.org Subject: Re: TSSConfigEditorTest requires SSL? Try adding the following line to this test: corbaBean.getSslConfig().setProtocol(TLS); so the code looks like: corbaBean.setTssConfig(tss); corbaBean.getSslConfig().setProtocol(TLS

Re: TSSConfigEditorTest requires SSL?

2007-12-28 Thread Jarek Gawor
@geronimo.apache.org Subject: Re: TSSConfigEditorTest requires SSL? It has been a long time since I've worked with this test but I'm pretty sure that you are correct, the test sets up an SSL socket. I seem to recall that Harmony supports TLS?? From the stack trace I wonder if the problem is in Yoko. I'm

RE: TSSConfigEditorTest requires SSL?

2007-12-27 Thread Zakharov, Vasily M
: TSSConfigEditorTest requires SSL? It has been a long time since I've worked with this test but I'm pretty sure that you are correct, the test sets up an SSL socket. I seem to recall that Harmony supports TLS?? From the stack trace I wonder if the problem is in Yoko. I'm definitely not a TLS

Re: TSSConfigEditorTest requires SSL?

2007-12-27 Thread David Jencks
It has been a long time since I've worked with this test but I'm pretty sure that you are correct, the test sets up an SSL socket. I seem to recall that Harmony supports TLS?? From the stack trace I wonder if the problem is in Yoko. I'm definitely not a TLS expert, do you have any