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 af

Re: TSSConfigEditorTest requires SSL?

2008-01-10 Thread Jarek Gawor
to:[EMAIL PROTECTED] > Sent: Saturday, December 29, 2007 2:28 AM > To: dev@geronimo.apache.org > Subject: Re: TSSConfigEditorTest requires SSL? > > Try adding the following line to this test: > >corbaBean.getSslConfig().setProtocol("TL

RE: TSSConfigEditorTest requires SSL?

2008-01-10 Thread Zakharov, Vasily M
: dev@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?

2008-01-10 Thread Alexey Petrenko
nd this test > > is the last one about which I'm not sure if we have > > a bug in Harmony, or a bug in the test or it's just because > > Harmony doesn't have SSL and that's a known issue. > > > > Vasily > > > > > > > > -Original

Re: TSSConfigEditorTest requires SSL?

2007-12-28 Thread Jarek Gawor
iginal 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 s

RE: TSSConfigEditorTest requires SSL?

2007-12-27 Thread Zakharov, Vasily M
eronimo.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 probl

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 advice

TSSConfigEditorTest requires SSL?

2007-12-27 Thread Zakharov, Vasily M
Hi, all, I wonder if org.apache.geronimo.yoko.TSSConfigEditorTest test is SSL dependent? I'm trying to run Geronimo Unit Tests on Apache Harmony, and this test fails (with the stack below) for the reason I couldn't find out. Could that be because Harmony has no SSL implementation? SEVERE: Failur