Re: Orion and JSP

2002-05-14 Thread Joseph Ottinger
Well, you haven't said what Orion is telling you, but typically the first thing you do is follow the installation instructions, every step of them, which includes copying tools.jar to $ORION. That's alkl you have to do. One wonders why the three steps are as complicated as they are.

Re: Cached data in entity beans

2002-04-27 Thread Joseph Ottinger
Set the orion-ejb-jar.xml to not cache the EJB data. You'll destroy performance this way, but it won't show you cached data. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant

Re: is Orion dead?

2002-04-12 Thread Joseph Ottinger
...except the wait is due to an internal refactoring that should yield significant benefits. Yourconclusion was predicted by the list in general, but I disagree; the team's still working on Orion, and I figure that people will be more happy once the new versions come out. You'd hope it would be

Re: apache front end

2002-04-10 Thread Joseph Ottinger
Yes, Apache slows Orion down quite a bit. It ends up issuing new requests to Orion, which is really inefficient. When and if Orion gets a mod_jk equivalent, that will change... although adding apache in front will always be a problem. -

Re: ErrorDocument 500 in Orion?

2002-03-25 Thread Joseph Ottinger
Yes. See the servlet spec for web.xml. To wit: error-page error-code500/error-code locationmyerrorpage.jsp/location /error-page and error-page exception-typejava.lang.NullPointerException/error-code locationmyNPEhandler.jsp/location /error-page

Re: idea=$395.00USD was: RE: Java IDE?

2002-03-24 Thread Joseph Ottinger
On Sun, 24 Mar 2002, The Boss wrote: I usually build tools to build tools so I mostly can't afford to accept other people's design philosophies. Thus the tools of choice for me are the simplest because they have the least conceptual overhead. Put it like this, I am NOT interested in making

Re: idea=$395.00USD

2002-03-24 Thread Joseph Ottinger
On Sun, 24 Mar 2002, Maximilian Eberl wrote: You can't afford $400?!? where the hell are all you cheap bastards working that you can't scrape up $400? I think you all need to focus a little harder on working and spending less time looking at porn; I really do not think that this is an

Re: idea=$395.00USD was: RE: Java IDE?

2002-03-23 Thread Joseph Ottinger
On Sat, 23 Mar 2002 [EMAIL PROTECTED] wrote: At about $800.00 AUD (roughly=$395.00 USD) I'd forget all about idea ... what about some ide's with sensible prices? I realised *looks at from header, notes orion-interest* Um, dude... you're using a commercial product. Why? Typically, because the

Re: Trying to get opensymphony transform tags to work with Orion 1.5.4

2002-03-20 Thread Joseph Ottinger
I use them. What's the problem? Installation should be straightforward. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant On Wed, 20 Mar 2002, Jarrod Roberson wrote: anyone

Re: is restarting Orion necessary ??

2002-03-14 Thread Joseph Ottinger
Note that if you're changing a class while the server is running, you're developing... but a redeployment should clear out caches. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT

Re: Showing Error Messages

2002-03-13 Thread Joseph Ottinger
Do you have development mode on in your application? - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant On Tue, 12 Mar 2002, Deniz Bocek wrote: Hi all, I have Following

Re: Local interfaces difference ???

2002-03-07 Thread Joseph Ottinger
Because SOMEONE (I'm not going to mention BEA's name) couldn't see their way around actually optimizing that way. There is an actual performance benefit, I suppose, in that local interfaces and home objects don't throw RemoteException, but personally, I think this is a sign that Sun was serious