RE: Primary Key problem

2000-09-25 Thread Amir Peivandi
Yes I did, bug #64 -Original Message- From: Ernst de Haan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 2:06 PM To: Orion-Interest Subject: Re: Primary Key problem Hi Amir, Have you added this to the Bugzilla bug database ? This way you will get the attention of the Orio

Re: Primary Key problem

2000-09-25 Thread Ernst de Haan
Hi Amir, Have you added this to the Bugzilla bug database ? This way you will get the attention of the Orion development team and you (and the rest of us) will be able to track the status. :) Ernst Amir Peivandi wrote: > Hi, > I had a problem and it took me about five hours to find and fix it.

RE: SSL - Only a few pages need SSL, does that slow things down?

2000-09-25 Thread Mark Delanoy
We actually have two web sites with the session state shared. One's the secure version and the other is the normal version. They point to the same directories and code. It really a mapping issue. However they are distinctly different sites as far as Orion is concerned. So if you do any cachin

Re: SSL - Only a few pages need SSL, does that slow things down?

2000-09-25 Thread Sven van 't Veer
"Duffey, Kevin" wrote: > > Hi, > > Seeing all this SSL talk has me wondering a bit...we only have 3 pages right > now that use the HTTPS protocol. The other 200+ are just HTTP. If we have > Orion use SSL does it take any noticeable hit on the rest of the pages that > are not using SSL? I just

SSL - Only a few pages need SSL, does that slow things down?

2000-09-25 Thread Duffey, Kevin
Hi, Seeing all this SSL talk has me wondering a bit...we only have 3 pages right now that use the HTTPS protocol. The other 200+ are just HTTP. If we have Orion use SSL does it take any noticeable hit on the rest of the pages that are not using SSL? I just want to make sure that before we go prod

EJB ClassCastException problem

2000-09-25 Thread James Ho
Hi everyone, I have this problem when I try to get the home interface of the EJB, using a servlet to access EJBs from another application on the same server. When I call the PortableRemoteObject.narrow(..) method, it throws the exception: java.lang.ClassCastException: StampHome_EntityHomeWrap

Primary Key problem

2000-09-25 Thread Amir Peivandi
Hi, I had a problem and it took me about five hours to find and fix it. I though it could be useful for everybody to know and maybe it's a bug in Orion. When you have a CMP Entity bean which maps to a table with a certain condition as I explain here, the remove method fails with a message which sa

Exception

2000-09-25 Thread Bernard Sauterel
Hello, I wonder if somebody already had this exception, and in which conditions, and if he found a solution: [Mon Sep 25 14:22:57 CEST 2000] shop.ch: exception occured java.lang.NullPointerException at com.evermind.server.ApplicationClientInitialContextFactory.apu(Compiled Code)

Re: Any update on the new SSL docs?

2000-09-25 Thread Sanjay
Hi All, I am waiting since 10 days for the doc. on setting up 128 bit global server certificate which i have got nothing Karl said he would do some thing then no reply from his side too hope he is busy with the same. any help on setting up global server certificate will be usefull I have setup but

RMIInitialContextFactory???

2000-09-25 Thread James Ho
Hi everyone, I have been posting my problem regarding accessing EJBs from a servlet in a different application on the same server...I have *kind of* solved it, and now being able to find the Home class.. I changed ApplicationInitialContextFactory to RMIInitialContextFactory for the provider, can

Re: Error while compiling

2000-09-25 Thread Peter Pontbriand
I suspect that despite the erroneous deployment descriptor, the problem in this case is likely to be CMP fields and/or custom PK class properties not being declared public. P. Pontbriand Canlink Interactive Technologies - Original Message - From: "Lawrence Fry" <[EMAIL PROTECTED]> To: "O

AW: JNDI lookup question

2000-09-25 Thread Ken Burcham
Ok, found the answer to my own question in the archives: http://www.mail-archive.com/orion-interest@orionserver.com/msg04028.html The trick is to add the for the entity bean that the session bean wants to reference into the ejb-jar.xml file. Thanks! ken.

Re: Variable contained illegal space

2000-09-25 Thread Peter Pontbriand
> Error compiling > file:/C:/orion/applications/phlox/producer-ejb.jar: > Variable contained illegal space > Orion/1.2.9 initialized It seems that the cause of this error was defining a in the deployment descriptor for a CMP bean with a custom primary key class. Dare I suggest that the "Variabl

JNDI lookup question

2000-09-25 Thread Ken Burcham
Hiya, First, I'd like to add my gratitude to the heap. Thanks orion folks for a great product. :) If all goes well, we might actually buy a license or two. :) And now the question... We're trying to do the following: xml/xsl front-end servlet helperhandlers sessionbean entitybean db I

Re: Any update on the new SSL docs?

2000-09-25 Thread Dale Bronk
I have a test cert going from Thawte, but need production. I prefer to use Thawte because of their price versus VeriSign and would like 128-bit. There has been many posts about having problems getting production certs which then caused Karl to start new docs. My intent was basically to let Karl

RE: How to use EJB2.0 on Orion

2000-09-25 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Hi Heinz. Your are correct. The update of the ATM to EJB 2.0 left some unwanted remains. It will be updated. WR > -Original Message- > From: Haeussler, Heinz [mailto:[EMAIL PROTECTED]] > Sent: den 25 september 2000 07:59 > To: Orion-Interest > Su

RE: JavaMail

2000-09-25 Thread Magnus Rydin
Title: RE: JavaMail Amir, in the ATM sample shipped with Orion you can see how you use JavaMail from a EJB. In the taglib tutorial you can see how you use JavaMail from a JSP Tag. In the JavaMail specification there is a number of real simple examples of sending mails. > -Original Messag

autostart howto

2000-09-25 Thread Vlad Petric
Hi all, Could someone tell me how to do an "auto-start" application client ? >From what I have seen I have to set auto-start="true" in orion-application.xml, but how do I tell Orion which class to run ? Should I have a standard class with main method and put it in the manifest file, as I

JNDI LINK

2000-09-25 Thread Duwayne
I am trying to get Resin (Caucho) and Orion to work. Both are in different boxes and basically how do I get them to talk? In Resin, there is a file that I can add JNDI Link which goes like this: Can anyone fill in the blanks? = Duwayne Sy Sign up now for FREE DSL http://in.win

how to use orion in apache

2000-09-25 Thread 周朝勇
I want to have apache act as web server and Orion only as EJB server or application server how can remove the default web site server from Orion how to use orion in apache

R: Help with EBJ client

2000-09-25 Thread Montebove Luciano
Try this: 1)Change the class of initial context factory to com.evermind.server.ApplicationClientInitialContextFactory 2)change Object objref = initial.lookup("java:comp/Test2"); to Object objref = initial.lookup("("java:comp/env/ejb/Test2"); Hope this help Luciano -Messaggio or

SV: Help with EBJ client

2000-09-25 Thread Klaus . Myrseth
Oi another thing Object objref = initial.lookup("java:comp/Test2"); should be: Object objref = initial.lookup("java:comp/env/Test2"); There now try and see what you get :))) Klaus Myrseth -Opprinnelig melding- Fra: Harley Rana [mailto:[EMAIL PROTECTED]] Sendt: 24. september 2000 04:

SV: logs of jsp compilation??

2000-09-25 Thread Klaus . Myrseth
In the browser when you try access the jsp. If youre using IE switch off cryptic errormessages (user friendly messages) and try again :) Klaus Myrseth -Opprinnelig melding- Fra: Carlos Piqueres Ayela [mailto:[EMAIL PROTECTED]] Sendt: 22. september 2000 18:28 Til: Orion-Interest Emne: lo

SV: Help with EBJ client

2000-09-25 Thread Klaus . Myrseth
Your ormi host is potentially wrong.. It should not reference your bean but your application... So if you havent made your own ear with its own name it would be: ormi://localhost/default Klaus Myrseth -Opprinnelig melding- Fra: Harley Rana [mailto:[EMAIL PROTECTED]] Sendt: 24. septemb