RE: orion-application.xml

2001-09-14 Thread Prashant Gaikwad
Hi Oisin, For deploying bean, I'm using approach similar to you. A session bean has been deployed on Orion and I want to access it from a servlet with the desired result passed by the bean to servlet. Problem is :- The servlet is not getting access to the bean with the browser

Re: orion, ssl and ie

2001-09-14 Thread Peter Peltonen
Now I've got some more information on the problem and it seems that there are random mishaps with IE, but the worst case scenario is this combination: https, Netscape 4.4x with iMac (MacOS 9.something)... Strange, as I've never heard anyone complaining about Netscape. But that is a quite old

RE: orion-application.xml

2001-09-14 Thread The elephantwalker
Prashant, Go to www.elephantwalker.com, and join, its free. Post your server.xml and default-web-site.xml. If you deploy with the admin tool, get these files from the config directory after you have deployed your app. Also post your web.xml from your war, your ejb-jar.xml from your ejb.jar, and

Using NT Authentication

2001-09-14 Thread John . Miller
Hi, I am developing an intranet EJB application and am interested in using the users NT authentication as a means for user authentication. I know it is possible to do this in IIS, but has anyone ever tried doing it with a Java Web App? Any advice or suggestions would be appreciated.

OC4J and Oracle 9i AS product version mappings

2001-09-14 Thread GUNDA, Satish / RSAIFS - IOM
Title: OC4J and Oracle 9i AS product version mappings Hi, We have a license for Oracle 9iAS. So we intend to use Orion server as part of Oracle 9iAS. I understand Orion is at version 1.5.2 now. And 9iAS is at v1.0.2.2.1. Can somebody tell me which version of Orion is bundled with 9iAS

org.apache.soap.providers.OrionProvider

2001-09-14 Thread Stepan Samarin
Please send me subj. Best regards, Stepan Samarin, Web developer [EMAIL PROTECTED] Daxx Web Industries | www.daxx.ru

dAHHH ... BLOODY CLOB!

2001-09-14 Thread Paul Medcraft
have you ensured that the write to the clob is in the same transaction as the select for update statement that gets the handle to the clob? you can do this programatically in the saveInfo() method, or preferably, in the deployment descriptor. i think the clob handle is set to null if rollback or

Re: Using NT Authentication

2001-09-14 Thread BRICKER_JONATHAN_E
I've seen it down by asking for a FTP connection to the server and using the password. If it goes through then the password it good. It is clunky but it works. Jonathan Bricker Lilly Research Labs Java ATG [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/14/01 04:08 AM Please respond to

Primary Key with multiple Fields

2001-09-14 Thread Markus Hildebrandt
How must I configure ORION to deploy successfully a CMP Entity Bean with a Primary Key Class with multiple Fields? Has anyone an example? Thanks Markus Hildebrandt ( Leiter der Softwareentwicklung ) mailto:[EMAIL PROTECTED] IOP Unternehmensberatung GmbH Büropark Ruhrallee III Ruhrallee 307

RE: OC4J and Oracle 9i AS product version mappings

2001-09-14 Thread GUNDA, Satish / RSAIFS - IOM
Thanks Paolo. Is it Orion 1.0.5? On the Orion site, I only see versions 1.4.5 (released in January) and 1.5.2 (released in June). 1.0.5 seems to be quite an old release. Thanks Satish -Original Message-From: Paolo Ramasso [mailto:[EMAIL PROTECTED]]Sent: Friday, September 14,

Re: Running Orion as Win 2000 services ???

2001-09-14 Thread Matthew E. Porter
Eddie: I ran into the same problem with RunExecSvc on a Windows2000 Server. The solution, use JNT from http://www.eworksmart.com/JNT/. It was very simple to setup and use. The only problem is that the Service Control Panel does not seem to detect that Orion has shutdown. -matthew porter

FW: OC4J and Oracle 9i AS product version mappings

2001-09-14 Thread DeVincentiis Giustino
No, it isn't 1.0.5, it should be1.5.0. Bye Giustino De Vincentiis -Messaggio originale-Da: GUNDA, Satish / RSAIFS - IOM [mailto:[EMAIL PROTECTED]]Inviato: venerdì 14 settembre 2001 16.39A: Orion-InterestOggetto: RE: OC4J and Oracle 9i AS product version mappings Thanks

RE: Running Orion as Win 2000 services ???

2001-09-14 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
JNT is a viable and simple alternative - http://www.eworksmart.com/JNT/ problems I encountered with it are that shutting down the service from the W2K services console hangs (after shutting the service down, so it's no big problem). A larger issue is that it uses the "default JVM", which on

RE: DataSource question

2001-09-14 Thread David Libke
greg, Use a ConnectionPoolDataSource, then Orion will return a different data source. Dave -Original Message- From: Greg Kogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:41 PM To: Orion-Interest Subject: DataSource question I have run into a problem where

Re: OC4J and Oracle 9i AS product version mappings

2001-09-14 Thread Kuassi Mensah
Satish, Sure, Oracle's response is that there is no exact mapping between the Orion product and Oracle9iAS; the 10221 is roughly equivalent to 1.5.x . The goal and scope of Oracle9iAS is larger than J2EE, expect more and more integration of the Orion codebase, with other enterprise systems or

RE: Using NT Authentication

2001-09-14 Thread Juan Lorandi (Chile)
You could also use JIntegra or JNI to access ADSI objects. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Viernes, 14 de Septiembre de 2001 8:44To: Orion-InterestSubject: Re: Using NT AuthenticationI've seen it down by asking for a FTP connection

Re: OC4J and Oracle 9i AS product version mappings

2001-09-14 Thread Robert Krüger
kuassi, does this mean you also fork the development for the J2EE core, i.e. bugfixes made there will not make it back to the ironflare orion development? hope you don't have to give away classified information to answer this question. regards, robert On Friday 14 September 2001 19:28,

Re: Running Orion as Win 2000 services ???

2001-09-14 Thread Eddie
Thanks guys, I will try it. Eddie - Original Message - From: SAURUGGER,PETER (A-PaloAlto,ex2) To: Orion-Interest Sent: Friday, September 14, 2001 5:54 PM Subject: RE: Running Orion as Win 2000 services ??? JNT is a viable and simple alternative -

Re: Oracle questions (Slightly OT)

2001-09-14 Thread Robert S. Sfeir
You can't insert large data into Oracle directly. If you want to use a CLOB to store your large amount of data you CAN do it with a bean, but you have to use some of the procedures imbeded in Oracle to deal with LOB data. An example would be something like this: public int insertClob( int

RE: Oracle questions (Slightly OT)

2001-09-14 Thread The elephantwalker
Bob, This won't work. It may for a day or so, but the server will soon choke under heavy load. You need to have the finally also close the statement, the result set, AND the connection. Also, you need to take care with the update, because clobs will need a new empty clob in the column or

install ssl on Orion

2001-09-14 Thread Akbari Hamid Reza
dear . i have a big prblem with ssl on orion . i do all of work that suggested in document orion in page ssl-tips.html but while start orion error : unrecoverable Key Error i need help. __ Terrorist Attacks on U.S. - How can you help?

RE: install ssl on Orion

2001-09-14 Thread The elephantwalker
Looks like you have some problem with the key. Just try creating another one. Which ca are you using? Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Akbari Hamid Reza Sent: Friday, September 14, 2001 9:20 PM To: