Re: Please help me figure out this....

2001-04-02 Thread Johan Fredriksson
Yes, you should not use return (name=="abc" passwd=="123 "); but return (name.equals("abc") passwd.equals("123")); This will probably fix your problem. Johan - Original Message - From: "Roland Dong" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, April 01,

Re: Localhost and IP Yield Different Pages

2001-04-02 Thread Johan Fredriksson
For development I should say it is not a good idea to reset your browsers cache since all your users wont. Better to set it to automatic and make sure to use all sorts of meta tags and use the response tag to clear cache. response.setHeader("Cache-Control","no-store"); //HTTP

Friendly error messages from Microsoft get in the way (was Error pages defined in web.xml not found / activated)

2001-04-02 Thread Frank Eggink
Well ... How can you spend your weekend?!? The problem I described looks to be caused by wat's called 'friendly error messages' from the Internet Explorer. All runs fine with Netscape. Microsoft replaces standard 404 'can not find page' errors with their own page, which is considered (by

Re: autoupdate

2001-04-02 Thread Markus Holmberg
A bug report has been filed: http://bugzilla.orionserver.com/bugzilla/show_bug.cgi?id=383 Markus On Sun, Apr 01, 2001 at 07:02:39PM -0300, Ramiro Diaz Trepat wrote: Hi, Everytime I run autoupdate, it updates many packages to version 1.4.7 (which was already installed). That did not

RE: Localhost and IP Yield Different Pages

2001-04-02 Thread Manne Fagerlind
Yes, but be aware that IE can insist on caching pages anyway. Sometimes you have to clear the cache yourself, or even add some rubbish to the URL to get the real page. /Manne -Original Message-From: cybermaster [mailto:[EMAIL PROTECTED]]Sent: 02 April 2001 01:11To:

Un Subscribe

2001-04-02 Thread José Luis Muñoz Chaín
= Giuseppe Chain ___ Do You Yahoo!? Enva mensajes instantneos y recibe alertas de correo con Yahoo! Messenger - http://messenger.yahoo.es

error (500) on www.orionserver.com

2001-04-02 Thread Thomas Hertz
Hi, if I open the "FAQ" section on www.orionserver.com, I get a 500 Internal Server Error com.evermind.server.rmi.OrionRemoteException: Database error: The database is already in use by another process at

RE: JMS Temporary Topics, onMessage

2001-04-02 Thread Matt Simmerson
Title: JMS Temporary Topics, onMessage I haven't tried yet, but I've submitted my errors as bugs 384 and 385. -Original Message-From: colin harris [mailto:[EMAIL PROTECTED]]Sent: Friday, March 30, 2001 1:06 PMTo: Orion-InterestSubject: Re: JMS Temporary Topics, onMessage

Re: JBoss verses Orion

2001-04-02 Thread Joseph B. Ottinger
Yes, the amount of charitable contributions made by the Orion team is of the highest importance to me, too. And whether they supported Bush or Gore in Florida. And whether their favorite color is blue - if it's not, then I HATE ORION! (And if it is, then why does their web site use red so much?)

RE: JBoss verses Orion

2001-04-02 Thread Kemp Randy-W18971
But wouldn't you be just a bit curious to know more about Karl, or more importantly, who the founding members of Ironflare are? I would. If you go to visit the Resin site (www.caucho.com), which is a commercial site, somewhere there is a blurb about Scott, the key architect. And I have

Orion using Interbase / VerifyError

2001-04-02 Thread Randahl Fink Isaksen
I am trying to make Orion work with Interbase. When deploying my solution I get the error shown below. I have tested my application on Hypersoniq, and I have tested my Interbase setup, plus I am able to connect to the datasource's URL using Interbases built in test tool. Still I get the

RE: JBoss verses Orion

2001-04-02 Thread Hani Suleiman
Magnus and Karl both chip in now and then, they used to do that more in the past I guess, but (understandably) realised that it's a far better use of their time to ensure they have a stellar product, than to respond to endless complaints. As Joseph said, it depends on what you want out of your

SV: Understanding the login for ATM

2001-04-02 Thread Magnus Rydin
Title: SV: Understanding the login for ATM Hi. when the bean is not found in the session scope, an java.lang.InstantiationException is thrown. In the web.xml, errors/errorAccountManager.jsp is defined as an errorpage for this exception. In this file, the accountManager gets declared. At the

RE: [JBoss-user] JBoss verses Orion

2001-04-02 Thread Mac Ferguson
You can use Resin as the front-end to JBoss (there's set-up instructions on the Caucho site), but as I understand it it'll run in a separate VM process and marshalling the calls between Resin and JBoss entails some overhead, that said it would probably still be faster that Tomcat. The reason

Re: JBoss verses Orion

2001-04-02 Thread Joseph B. Ottinger
Am I curious? Sure! /me types for a bit... Oh good, I just found out all I need to know. Or want to know. Or have a right to know. That's a double-edged quip- I talk to Karl all the time, really. Even if I didn't, the point's made - it doesn't matter if I know who Karl is in order for me to

Re: JBoss verses Orion

2001-04-02 Thread Mike Sick
When I was first introduced to Orion, Magnus was the one and only developer on the job. Unless Karl gave him the boot and rewrote all the code, which seems unlikely as at least on the phone Magnus sounds like one tough Swede, Magnus wrote the foundation of Orion. From what I know, Karl came in

RE: Orion using Interbase / VerifyError

2001-04-02 Thread Kiss Tibor
Are you using Interclient2? I had the same problem. The workaround was to download the source code for IC2 and build it for myself. (It requires some modification, as it will not compile in its current form.) AFAIK, not a single line of code has been added between August and January.

RE: Friendly error messages from Microsoft get in the way (was Error pages defined in web.xml not found / activated)

2001-04-02 Thread Carroll, Jim
You can turn this off in the IE (Idiotic Explorer) advanced options. -Original Message- From: Frank Eggink [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 3:56 AM To: Orion-Interest Subject: Friendly error messages from Microsoft get in the way (was Error pages defined in web.xml

RE: JMS Temporary Topics, onMessage

2001-04-02 Thread cybermaster
Title: JMS Temporary Topics, onMessage Hi Matt Colin, It looks like I will have to use JMS in an application Im working on. I am somewhat bewildered at what version of j2ee/orion/jms to use, and which broker/JMS provider. The orionsupport page mentions OpenJMS, the Sun JMS docs

RE: JBoss verses Orion

2001-04-02 Thread Kemp Randy-W18971
Thanks for the history lesson. Magnus and Karl have done one superb job for two people. -Original Message- From: Mike Sick [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:20 AM To: Orion-Interest Subject: Re: JBoss verses Orion When I was first introduced to Orion, Magnus

RE: Friendly error messages from Microsoft get in the way (was Error pages defined in web.xml not found / activated)

2001-04-02 Thread Juan Lorandi (Chile)
the error code is sent on the very first line of the response header-- and orion doesn't allow you to control that -Original Message- From: Frank Eggink [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 3:56 AM To: Orion-Interest Subject: Friendly error messages from Microsoft

RE: JBoss verses Orion

2001-04-02 Thread Alex Paransky
I don't think that getting a NullPointerException when trying to use a feature is complaint. I feel that the support of such a product is almost as important as the product it's self. Any commercial company that cannot support it's users, will fail. If there is not enouph people to support the

Multiple Sessions in multiple windows?

2001-04-02 Thread cybermaster
An application I am working on defines multiple roles, and communication between users in these roles. There exist certain situations where a person may want to access the application through more than one userID (e.g. trader1 takes over trader2's clients while trader2 is on vacation etc.), or

RE: Understanding the login for ATM

2001-04-02 Thread Frank Eggink
Muchos Gracias On Monday, April 02, 2001 3:44 PM, Magnus Rydin [SMTP:[EMAIL PROTECTED]] wrote: Hi. when the bean is not found in the session scope, an java.lang.InstantiationException is thrown. In the web.xml, errors/errorAccountManager.jsp is defined as an errorpage for this exception.

Re: Help me please domain was nul message is killing me here...

2001-04-02 Thread Ashok Banerjee
orion/config/default-web-site.xml should do it. If it doesnt work please send a bit more info. on the problem like when you get the problem if you have a small sample app just zip it up. Cheers, Ash Alex Paransky wrote: Does anyone know what the "domain was null" message means? How do I get

Case sensitive files names

2001-04-02 Thread Craig J. Gregory
Is there a setting that will allow static HTML pages from another web server where character case in file names did not matter to be ported to Orion. Yes, I am a brand new user of Orion and this may be a simple question. In the future we will be using Orion as a full-featured J2EE server but

Finder queries...

2001-04-02 Thread Alex Paransky
I have defined the following finder for the relationship (Account has many Users) - (User has One Account): query query-method method-namefindByAccountLogin/method-name method-params method-paramjava.lang.String/method-param method-paramjava.lang.String/method-param

Re: Case sensitive files names

2001-04-02 Thread Tim Endres
Isn't DOS lovely? I am not sure if this is an Orion issue, or a file system issue. However, you really should fix your HTML to match the case. One way to get around the problem would be to write a simple servlet that managed "/". This servlet would then look at the URL and determine the correct

RE: Performance problems (More Info).

2001-04-02 Thread Aaron Tavistock
Well I found the problem with this and I thought I'd let everyone know for the sake of posterity. I found that this problem did not occur on my non-SMP machines, so I played around and found that the HotSpot server behaves wierd with SMP. Switching to pure interpretted mode fixes the problem.

Re: Finder queries...

2001-04-02 Thread Hani Suleiman
Orion doesn't support ejb-ql yet. On Mon, 2 Apr 2001, Alex Paransky wrote: I have defined the following finder for the relationship (Account has many Users) - (User has One Account): query query-method method-namefindByAccountLogin/method-name method-params

Re: Case sensitive files names

2001-04-02 Thread Huibert Aalbers
Craig, Actually this feature is a blessing. By enforcing the use of correct type under DOS/Windows, application can easily be ported to other OSs. I used to work with Dynamo (a great app server from ATG) and porting applications from one platform to another was always a mess because of this

Re: Help me please domain was nul message is killing me here...

2001-04-02 Thread Ray Harrison
Alex - Is there any chance you could zip up a small amount of code that recreates your problem? You had better include examples of your orion config files too. Or at least if you could provide lots of information code snippets and the like - that would be great! Give us what you can and we may

SV: [hsqldb-ANNOUNCE]New HypersonicSQL Project and Upcoming Release

2001-04-02 Thread Magnus Rydin
Title: SV: [hsqldb-ANNOUNCE]New HypersonicSQL Project and Upcoming Release Yes! Its still alive! :) Great :) WR -Ursprungligt meddelande- Från: Michael J. Cannon [mailto:[EMAIL PROTECTED]] Skickat: den 1 april 2001 15:50 Till: Orion-Interest Ämne: [hsqldb-ANNOUNCE]New