SSL: Will JDK 1.2 + JSSE work?

2000-08-21 Thread Hung Le


I am a little bit confused about the requirements to use SSL. The
FAQ states that:

...
For SSL you need JDK 1.3 or you have to download a third party provider.
...

Is the "third party provider" implies one that implements the JSSE
API? If
so, is JDK 1.2.x + Sun JSSE reference implementation sufficient to get SSL
working?







RE: hsql datasource - can't make it work

2000-08-17 Thread Hung Le

Using the latest version: hsql_142.zip (1.42 from June 2000), I had
to change
the value of:

connection-driver="hSql.hDriver"
to
connection-driver="org.hsql.jdbcDriver"



> -Original Message-
> From: Alex Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 17, 2000 4:19 PM
> To: Orion-Interest
> Cc: Orion-Interest
> Subject: Re: hsql datasource - can't make it work
> 
> 
> Thanks, Richard. I have pasted it below.
> 
> 
>  "http://www.orionserver.com/dtds/data-sources.dtd">
> 
> 
> 
>  
>   name="Default data-source"
>   class="com.evermind.sql.ConnectionDataSource"
>   location="jdbc/DefaultDS"
>   pooled-location="jdbc/DefaultPooledDS"
>   xa-location="jdbc/xa/DefaultXADS"
>   ejb-location="jdbc/DefaultEJBDS"
>   url="jdbc:HypersonicSQL:defaultdb"
>   connection-driver="hSql.hDriver"
>   username="username"
>   password="password"
>   schema="database-schemas/hypersonic.xml"
>   
>   />
> 
> 
> 
> 
> 
> 
> --On Friday, August 18, 2000 8:12 AM +1200 Richard Woodward 
> <[EMAIL PROTECTED]> wrote:
> 
> > Oh, right.
> >
> > Might need to see your data-source config file then.
> >
> > If you are going to post it to the group, dont forget to replace any
> > sensitive info like passwords etc... with bogus ones ;-)
> >
> >
> > ---
> >
> > Richard Woodward
> >
> > G8 Labs Ltd.
> >
> > Direct Dial (04) 9393414
> > ---
> > On Thu, 17 Aug 2000, Alex Johnson wrote:
> >
> >> Thanks Richard. Unfortunatly, I get the very same error 
> when I do this...
> >>
> >>
> >>
> >> --On Thursday, August 17, 2000 6:30 PM +1200 Richard Woodward
> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> >
> >> > Alex,
> >> >
> >> > Only put the jar file (hsql.jar) in your lib dir.
> >> >
> >> >
> >> > ---
> >> >
> >> > Richard Woodward
> >> >
> >> > G8 Labs Ltd.
> >> >
> >> > Direct Dial (04) 9393414
> >> > ---
> >> > On Thu, 17 Aug 2000, Alex Johnson wrote:
> >> >
> >> >> Hi All...
> >> >>
> >> >> I'm sorry to ask such a basic question, but I have searched the
> >> >> archive with no luck.
> >> >>
> >> >> I can't make Hypersonic SQL work. I have downloaded 
> hsql version 142
> >> >> and Orion 1.2.0.
> >> >>
> >> >> I believe my problem is confusion about where 
> everything goes. The
> >> >> docs say:
> >> >>
> >> >> 2. Put the hSql directory under /orion/lib/
> >> >>
> >> >> When I examine the hsql distribution, I see the top 
> level directory is
> >> >> "hypersonicsql", not hsql. So, I unzipped the 
> hypersonic distribution
> >> >> below  the orion/lib directory (which I suspect is wrong).
> >> >>
> >> >> I then modified the data-sorces.xml as indicated by the 
> doc, changing
> >> >> the  username and password attributes.
> >> >>
> >> >> When I restart Orion, I get:
> >> >>
> >> >> C:\orion>java -jar orion.jar
> >> >> Error initializing server: DriverManagerDataSource driver
> >> >> 'hSql.hDriver' not found
> >> >>
> >> >> I expect this is a simple problem, but I can't find the 
> solution and
> >> >> would  appreciate any help offered. What should it say 
> when it does
> >> >> work?
> >> >>
> >> >> Thanks in advance...
> >> >>
> >> >> Alex
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >
> >>
> >>
> >>
> >>
> 
> 
> 
> 
>