SV: Blackdown 1.3 rc1

2000-10-11 Thread Klaus . Myrseth
Have you all tried jdk1.3 release for linux? Came a few days ago.. I have, and its stable as "..." :) Eaven the plugin works (with a little workaround ... ) Workaround is: cp $JAVA_HOME/jre/plugin/*.so /usr/lib/netscape/plugins cd /usr/lib ln bin $JAVA_HOME/jre/bin -s ln lib $JAVA_HOME/jre/lib

SV: Performance

2000-10-10 Thread Klaus . Myrseth
Add more memory to the vm :) Klaus -Opprinnelig melding- Fra: Sarathy Mattaparti [mailto:[EMAIL PROTECTED]] Sendt: 9. oktober 2000 20:00 Til: Orion-Interest Emne: Performance Hi, Previously i used Pentium III 550 MHz and 64 MB RAM and i bought a new computer its Dual Pentium III

SV: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-05 Thread Klaus . Myrseth
, 2000 11:14 AM To: Orion-Interest Subject: SV: Using Orion As a Plugin to IIS for Servlets/JSPs I have runned a full dynamic site with ASP, and it needed restart every week or it would crash because of an out of memory error, + if you look on the old benchmarks from the orion team you see

SV: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Klaus . Myrseth
Its because of the support for native threads :) (processes) switch to green threads and you should be quit the problem i would believe :) Klaus -Opprinnelig melding- Fra: Dale M. Boresz [mailto:[EMAIL PROTECTED]] Sendt: 3. oktober 2000 16:17 Til: Orion-Interest Emne: Re: 1.3.8 on NT

SV: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Klaus . Myrseth
Ofcourse it works, install suns com-rmi bridge and youre off.. But it will not work with isapi or any other filters.. You have to redirect inside the code... And for the one mentioning weblogic..You dont get any isapi filters for Weblogic either, you have to redirect calls the same way as you

SV: Only one database connection used

2000-10-02 Thread David Ekholm
Simon, I spoke to one of the orion guys and informed them of the problem. It seemed like it was new information to them. Sadly to say, I haven't received any more information as to if they are working on resolving it. When they do, I know that at least our application will be twice as

SV: Only one database connection used

2000-10-02 Thread David Ekholm
Simon, I spoke to one of the orion guys and informed them of the problem. It seemed like it was new information to them. Sadly to say, I haven't received any more information as to if they are working on resolving it. When they do, I know that at least our application will be twice as

SV: Classpath : Orion On Linux

2000-09-28 Thread Klaus . Myrseth
CLASSPATH variable is worthless in orion... You have to copy your jar to [orion]/lib directory, then it will be in your classpath automatically. Hope this helps :) Klaus Myrseth Telenor Mobil AS -Opprinnelig melding- Fra: Mr Shailesh Joshi [mailto:[EMAIL PROTECTED]] Sendt: 28.

SV: Error creating cart: Error creating EntityBean: User not found: ADMIN

2000-09-28 Thread Klaus . Myrseth
Next time you start orion start it like this: java -jar orion.jar -install then choose a password for the admin user, i guess its disabled as it its when you install orion (thats why the -install parameter).. Hope this helps :) Klaus -Opprinnelig melding-Fra: Kuno Baeriswyl

SV: Cascade Delete

2000-09-27 Thread Klaus . Myrseth
Cascading delete is something that some database servers support, so far i havent seen anywhere that Orion is to support that in the buissiness layer. What you can do is make your own ejbRemove implementation that will do a cascading delete in a beanmanaged Entity bean. Klaus Myrseth

SV: SV: orion hangs when out of connections

2000-09-25 Thread Torgeir . Lerkerod
the hard way to start the vm with enough memmory. :-) Torgeir -Opprinnelig melding- Fra: Joel Shellman [mailto:[EMAIL PROTECTED]] Sendt: 22. september 2000 18:47 Til: Orion-Interest Emne: Re: SV: orion hangs when out of connections What version of Orion are you using? I remember reading

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

SV: orion hangs when out of connections

2000-09-21 Thread Torgeir . Lerkerod
ction (800 inserts + 800*3 inserts + 800*20 inserts). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 21 September 2000 09:29 To: Orion-Interest Subject: SV: orion hangs when out of connections No but i have seen another thing that can giv

SV: How to use EJB2.0 on Orion

2000-09-21 Thread Klaus . Myrseth
juse run java -jar autoupdate.jar or if youre behind a firewall or something java -Dproxy.host=blabla -Dproxy.port=666 -jar autoupdate.jar Have fun :) Klaus -Opprinnelig melding- Fra: Sanjay [mailto:[EMAIL PROTECTED]] Sendt: 21. september 2000 15:51 Til: Orion-Interest Emne: Re: How to

SV: FORM based login ACTION

2000-09-20 Thread Klaus . Myrseth
Try clear your ACTION so the form starts like this: form lots of html with a couple of fields for user and passwd... /form This works for me :) Mvh Klaus Myrseth Telenor Mobil AS - PlanIT -Opprinnelig melding- Fra: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] Sendt: 20. september

Re: SV: FORM based login ACTION

2000-09-20 Thread Guilherme Ceschiatti
Hi.. It remains not working, with the same message: 404 Not Found Anybody else have another idea? []s Guilherme Ceschiatti [EMAIL PROTECTED] On Wed, 20 Sep 2000, you wrote: Try clear your ACTION so the form starts like this: form lots of html with a couple of fields for user and

Re: SV: FORM based login ACTION

2000-09-20 Thread Nick Newman
Hi, I hope I'm not being too silly here, but one possible explanation is that you are directly presenting the logon form from your code. A security login will work only if you let the server present the form. You do this by specifying the appropriate security in the web.xml, and then when you

SV:

2000-09-18 Thread Klaus . Myrseth
Your client xml has an error, you have to use the same jndi name as you set up in your ejb-jar.xml, see under. ejb-ref ejb-ref-nameStamp/ejb-ref-name ejb-ref-typeEntity/ejb-ref-type homestamp.ejb.StampHome/home remotestamp.ejb.Stamp/remote /ejb-ref If this dont work, you have to

SV: Orion Sybase

2000-09-18 Thread Klaus . Myrseth
Put the datasource of the database you want the tables to autodeploy in first in the datasources-xml. Or remove autocreatetable support and deploy, then edit orion-ejb.jar.xml to point to the right datasource, then enable autocreate option and redeploy again. Should work just fine :) Klaus

Re: SV: Orion Sybase

2000-09-18 Thread Sven van 't Veer
[EMAIL PROTECTED] wrote: Put the datasource of the database you want the tables to autodeploy in first in the datasources-xml. Or remove autocreatetable support and deploy, then edit orion-ejb.jar.xml to point to the right datasource, then enable autocreate option and redeploy again.

SV: Sybase graphical frontend

2000-09-16 Thread Klaus . Myrseth
Try get hold of the java edition of the sybcentral... Try rip it from an installed Windows edition, i havent seen anything but classes and jars in there so it wil hopefully work on linux and others aswell (ps, get hold of the plugin ) Laters all.. Klaus Ps, remember to get the plugin for the

SV: IDE use with Orion

2000-09-14 Thread Klaus . Myrseth
What auto and live deploy? As far as i have seen its just restart orion and it deploys. The IDE's i have used against Orion is: Vi, emacs, xemacs, forte4j, borland jbuilder, ibm visual age for java, Visual Cafe, pico, notepad, write. So far i havent found any that is better than the other

SV: Specifying finder-methods (full query)

2000-09-13 Thread Klaus . Myrseth
The normal way of doing this is by implementing several finder methods, and let a session bean do the entity querying.. For searching on names with wildchars just do: query = "$name like $1" this will actually serve as several finder methods (see examples under). findByName("Bob"); This

SV: Performance for static files

2000-09-07 Thread Klaus . Myrseth
Look at the benchmark page... Against Apache and IIS its got no problems at all beating them into the bushes. The url is enclosed, have fun... Klaus Myrseth -Opprinnelig melding- Fra: Christof Baumgaertner [mailto:[EMAIL PROTECTED]] Sendt: 7. september 2000 08:40 Til: Orion-Interest

Re: SV: Performance for static files

2000-09-07 Thread Christof Baumgaertner
This benchmarks do not show the numbers for static files which are read directly from the file system. I would like to see a comparison between a standard webserver (without any dynamic server technology like ASP, JSP, Servlets) serving static files and Orion. Are there any realworld numbers

SV: SV: Performance for static files

2000-09-07 Thread Klaus . Myrseth
Look at the bottom of the page, thee is a link called old benchmark :) It compares Apache, IIS and Orion... Klaus Myrseth -Opprinnelig melding- Fra: Christof Baumgaertner [mailto:[EMAIL PROTECTED]] Sendt: 7. september 2000 11:46 Til: Orion-Interest Emne: Re: SV: Performance for static

RE: SV: Performance for static files

2000-09-07 Thread Frank Eggink
Maybe a still too early notice: in the new 2.4 Linux kernel they will serve static http request direct from the kernel. This could give interesting results wrt performance :-) On Thursday, September 07, 2000 11:46 AM, Christof Baumgaertner [SMTP:[EMAIL PROTECTED]] wrote: This benchmarks do

RE: SV: Performance for static files

2000-09-07 Thread VASQUEZ_JASON
If we were serving up static pages, then we wouldn't need Orion... :) Frank Eggink [EMAIL PROTECTED] 09/07/00 03:43 PM Please respond to Orion-Interest To:Orion-Interest [EMAIL PROTECTED] cc: Subject:RE: SV: Performance for static files Maybe a still too

SV: Something changed in 1.2.4 for client-module auto-start

2000-08-25 Thread Klaus . Myrseth
go to your oriondir and type the following: With proxy: java -DproxyName=somehost -DproxyHost=someport -jar autoupdate.jar without proxy: java -jar autoupdate.jar Good luck! Klaus Myrseth -Opprinnelig melding- Fra: Klaus Thiele [mailto:[EMAIL PROTECTED]] Sendt: 25. august 2000 09:25

Re: SV: Faster deployment?

2000-08-04 Thread Anders Bengtsson
We're running all our tests every time we test, so it's hard to separate things. But I guess that a smart makefile system could automatically deploy only the changed parts of course... I'll try that solution when we reach a larger number of deployed beans. Faster database than an in-memory

SV: Faster deployment?

2000-08-04 Thread Klaus . Myrseth
Terziev [mailto:[EMAIL PROTECTED]] Sendt: 4. august 2000 14:19 Til: Orion-Interest Emne: SV: Faster deployment? 1. You can use jikes with Orion, i found significant changes in deployment time for ejb and jsp compilation, server.xml ... !-- compiler executable="jikes.exe" classpat

Re: SV: Faster deployment?

2000-08-04 Thread Anders Bengtsson
[EMAIL PROTECTED] wrote: One small warning about JIKES ... After some thorough swearing we found that JIKES dont support unicode yet, so if there is possibilities that you have special chars somewhere dont use it.. :) Other than that its a super fast compiler :) Actually, the latest

SV: Request: replace orion auth with JAAS from sun

2000-08-03 Thread Klaus . Myrseth
I agree with JAAS as a good auth mechanism to use in orion. The only thing i can see as a good argument against it is they have to make a LOT of modules for different OSes. Still if there was a standard implementation of the user manager in orion so one have the choice of using the JAAS

SV: jsp problem Please help

2000-08-03 Thread Klaus . Myrseth
Title: jsp problem Please help This aint telling the list to much Kamran, enclose your example and well have a look... Klaus -Opprinnelig melding-Fra: Khan Kamran [mailto:[EMAIL PROTECTED]]Sendt: 3. august 2000 13:13Til: Orion-InterestEmne: jsp problem Please

SV: Java char to and from MS SQL 7.0 char(1) conversions do not work!!!

2000-06-30 Thread Klaus . Myrseth
Title: BUG: Java char to and from MS SQL 7.0 char(1) conversions do not work!!! Char(1) in beans is a java String with only 1 in length, i had this problem before, and mapping it to a char dont work, but String works. Klaus -Oprinnelig melding-Fra: Byron du Preez [mailto:[EMAIL

SV: supported IDE's

2000-06-27 Thread Klaus . Myrseth
Well im not one of the Orion team, but I think I can answer your questions for you since i have used Orion since october last year now or so. Which IDE: Every one. There is no super special way of doing stuff. Orion takes the compiled java files and put them into the server. Anyways you have to

SV: Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Klaus . Myrseth
Thanks for the answers. As far as using direct Entitybean access this is not anything i want to do, just because it can hold locs for longer than ai want them to do. Now I am implementing a model Christophe Hartwig agrees with me on (thanks for your mail) where i compare last timestamp on

Re: SV: Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Eric Richardson
This is a good idea. eric :-) [EMAIL PROTECTED] wrote: Thanks for the answers. As far as using direct Entitybean access this is not anything i want to do, just because it can hold locs for longer than ai want them to do. Now I am implementing a model Christophe Hartwig agrees with me on (thanks

SV: java.lang.NullPointerException

2000-02-25 Thread Jonas Larsson
Hmm... I've run in to a similar problem when I was using Orion 0.9.1b without a web-site setup and only as an EJB container, but in my case I got several NullPointerException's one thrown every second (about). Perhaps it has something to do with a timed check of changes in the servlet classes and

SV: Shutting Down Orion

1999-10-27 Thread Magnus Stenman
Okie, there sure seemed to be ample interest in this matter (lots of replies), we've added a shutdown tool (shutdown.jar) to the 0.7.9 distro, be sure to activate RMI and change the admin password prior to usage though. Have a nice day! :) /Magnus Stenman, the Orion team ctrl-c will result in

<    1   2   3   4