Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jinitiator error on SSL access

user10483571Oct 28 2008 — edited Oct 28 2008
Question: I'm using SSL access from the internet to a Webcache Server. It works fine with JRE 1.6 with XP or Vista. But I have the need to make Jinitiator 1.3.1.22 or 1.3.1.30 to work in XP. But it doesn't work, it keeps issuing SSL handshake errors. The certiifcate shows no error. What's going on? JRE 1.6 at first was not functioning with the same problem, but it's control panel has more options to configure, and simply activating ths SSL 2.0 option made it working. This option is not present in Jinitiator. Is the a solution for this? Or do I have to just use JRE?

Can anyone help?

Thank you,

PF

Edited by: user10483571 on 28/Out/2008 9:18

Comments

InoL

I am currently also working on a Forms to Apex conversion and encounter the same problems. Alas, you do have to make Ajax calls and confirm dialogs before actually submitting the page.

This (in my case anyway) means a redesign of Forms processing.  All the necessary checks need to be done before submitting the page. So, a Form proces like this:

<do something>

<confirm?>

<do something>

<confirm?>

<final commit>

has to be redesigned to

<do some checks via an Ajax call without committing data>

<confirm?>

<post and commit>

This usually means you first get all the confirmation messages back in one message instead of multiple confirms (as was usually the case in Forms).

If this kind of redesign is not possible, you should hold temporary results in a collection before actually committing the data.

BTW: it gets worse when you have Forms with a POST-FORMS-COMMIT trigger!

Niels IH

Thanks for your reply

Perhaps collections are the way to go. I would rather not offcourse.

I think it will mean that i have to rewrite the standard save action of the interactive grids to process the row(s) through ajax and handle the user interaction before they are actually submitted by the grid.

Perhaps i can come up with some plugin design to do this in a more general way..

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 25 2008
Added on Oct 28 2008
0 comments
2,242 views