UN-SUBSCRIBE

2001-06-11 Thread Marcel Huijkman
* Dit emailbericht is verzonden op 100% gerecycled emailverkeer * * This email-message has been sent by using 100% recycled email * ||| ---| - - | ( O o )

Context Root.

2001-06-11 Thread bchoi
I'd like to ask a trival question. How is the context-root tag in the META-INF/applications.xml file used ? I initially thought it was used to refer to the website url (based on the Reference Implementation's deployment) but that has apparently been covered by orion's own deployment

SV: Dynamic finders

2001-06-11 Thread Magnus Rydin
Title: SV: Dynamic finders Yes. If you want to go pure, you could do something like: a) get them all and then filter them in your code b) get the largest hit first, then filter them with the collections returned by your other finders (requires one finder per dynamic value of original query).

ORDER BY clause in finder-method query

2001-06-11 Thread Robert Hargreaves
Has anyone else noticed that if you now put an ORDER BY clause in the finder method query, it is totally ignored. We've just gone from Orion 1.3.8 where it worked fine, to 1.5.2 where it no longer works. There was some discussion back in March (see

JMS question: How to connect to a remote host

2001-06-11 Thread Marcus Lachmanez
Hi folks, I'm just tring out the JMSChat sample. I'm want to run it from another host as the orion server is running. But this seems not possible since I got the following error message Communication error: Unable to connect to JMSServer (localhost/127.0.0.1:9127): Connection refused: So is

Orion on Solaris 8

2001-06-11 Thread Joerg Weishaupt
Hi, I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1 a) I'm unable to set the process into the background. As soon as I log off from the SSH session the Orion process gets killed. Startup is done by calling: nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m

Re: How do i cache a JSP on the proxy?

2001-06-11 Thread Eduard Witteveen
Kesav Kumar [EMAIL PROTECTED] wrote: Yes. Oscache provides a proxy independent caching solution. This is nice and once can have programtically control over the caching. The only drawback(or good for some one) in the current implementation is all caching is memory based. All the caching is

Unable to get ejb session timeouts working

2001-06-11 Thread Erwin Teseling
Hello, There has been some discussions on session timeouts indicating that the timeout property should be changed from the default value 1800 to any other value (in seconds) in the orion-ejb-jar.xml file. I have tried this (values 1, 10 and 100 and lots of other things) but non of my stateful

RE: Oracle deal gag

2001-06-11 Thread Jay Armstrong
I apologize to the group for responding in kind to a personal flame that was off topic. I am well aware it's off topic, but you and Jeff made a personal attack. As usual, you have avoided the facts. I'm happy to take this one off line with you, just as soon as you publicly apologize for your

SV: Unable to get ejb session timeouts working

2001-06-11 Thread Patrik Andersson
Title: SV: Unable to get ejb session timeouts working How did you test this? My guess is that SessionBeans won't be passivated nor removed if you hold a reference(s) to it. -Ursprungligt meddelande- Från: Erwin Teseling [mailto:[EMAIL PROTECTED]] Skickat: den 11 juni 2001 12:10

Re: JMS question: How to connect to a remote host

2001-06-11 Thread tlk
What does it take to unsubscribe from this group ? I have followed the instructions, but I am still getting email. Thanks Travis - Original Message - From: Marcus Lachmanez [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 11, 2001 5:36 AM Subject: JMS

RE: Oracle deal gag

2001-06-11 Thread Jay Armstrong
We've all tried presenting the facts to you regarding the Oracle deal, but all we seem to be getting in respose is a descent into your own personal madness. How about summing up the problems you have in a few short lines that won't cause cynics like me to laugh or respond so unpleasantly? Hani

Re: Simple Clustering Question

2001-06-11 Thread Oisin Kim
Hello All, I just thought I'd send this to explain to people who are having trouble understanding how to set up the default web app clustering and exactly how a broadcast IP is set up. I am a newbie to Orion Server and got 4 machines to act as a cluster after some advice from Lachezar! I'd

Re: NEWBIE: Default HTTP Content-Type

2001-06-11 Thread Johan Fredriksson
Well, you could probably use a filter to just that... Have the filter trigger a servlet which reads the file and sets the content type. Johan - Original Message - From: Norbert Papke [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 04, 2001 7:03 PM Subject:

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Nathan Phelps
On a different note concerning the Oracle deal: I wasn't at JavaOne, but I've been reading all about it on the web. One news story that I've seen a lot about is Larry Ellison and Bill Coleman's little fight. Oracle has put Orion in the big leagues... I mean, Karl could have produced all sorts

Re: JMS question: How to connect to a remote host

2001-06-11 Thread Lauren Commons
--- tlk [EMAIL PROTECTED] wrote: What does it take to unsubscribe from this group ? I have followed the instructions, but I am still getting email. click your heels together three times and say unsubscribe, unsunscrine, unsubscribe I'm willing to bet you didn't say ti three times.

Re: Oracle deal gag

2001-06-11 Thread Johan Fredriksson
Wrong, it is not CIA, but the Borg who have intercepted and censored some messages. That also explains the delay on this list, since a subspace call takes a while to travel. RESISTANCE IS FUTILE. Johan - Original Message - From: Jeff Schnitzer [EMAIL PROTECTED] To: Orion-Interest

Re: Unitialized Register

2001-06-11 Thread Johan Fredriksson
Hmmm, sounds like a VM bug... - Original Message - From: James Hill [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 9:34 PM I have a really odd problem with jikes/orion (1.5.2 orion, 1.14 jikes). I have a particular JSP page that will give the

Re: How do i cache a JSP on the proxy?

2001-06-11 Thread Johan Fredriksson
Title: RE: How do i cache a JSP on the proxy? what about % if ( (System.currentTimeMillis()/1000) % 15 ) counter = 0 ; % That is, you first make sure that the time is rounded down to closest second and see if that is divisable by 15, and then resetting counter Or did I

Re: java.lang.OutOfMemoryError;

2001-06-11 Thread Johan Fredriksson
instead of typing java -jar orion.jar at the command line to start orion, you could experiment with java -Xms128m -Xmx256m -jar orion.jar This increases the heap size. The 128 is the initial size, the 256 is the maximum size. The first number could be something like current free memory, and

Re: Orion on Solaris 8

2001-06-11 Thread Johan Fredriksson
inline - Original Message - From: Joerg Weishaupt [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 11, 2001 10:54 AM Subject: Orion on Solaris 8 Hi, I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1 a) I'm unable to set the process into

Re: Oracle deal gag

2001-06-11 Thread Johan Fredriksson
What is your point? Johan - Original Message - From: Jay Armstrong [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 11, 2001 3:51 PM Subject: RE: Oracle deal gag We've all tried presenting the facts to you regarding the Oracle deal, but all we seem to be

Re: JMS question: How to connect to a remote host

2001-06-11 Thread Jay Armstrong
Hani, Try again, the mailing list software was down for a couple of days last week(See Jay, other people lost emails too!) Hani I don't think this explains why Karl failed to check out the license violation I reported, to respond to my request for an update on that, or why my three

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Jay Armstrong
Nathan, A lot of what you're saying is true. I acknowledge that Orion is relatively fast and has some great features (like auto-reconfigure), but I recall that Orion used to claim that it was the fastest J2EE product (or something like that), then had to remove that claim from the

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread elephantwalker
J, I am an oracle customer. All you have to do is call support, and they answer questions about orion. They also have good attempt at documentation: http://technet.oracle.com/docs/tech/java/oc4j/htdocs/getstart.htm#1016486 You will have to create an account with otn, but that's pretty easy to

RE: Oracle deal gag

2001-06-11 Thread Joseph B. Ottinger
Mmmkay, this is a little late, but hey - when have I been known to shut up? On Sun, 10 Jun 2001, Jay Armstrong wrote: After my criticism, subsequent messages from others on the original thread (RE: Oracle deal) also went through fine, but none of them were critical of Ironflare. In fact,

Re: Oracle deal gag

2001-06-11 Thread Ray Harrison
So, my conclusions are: - Ironflare/Evermind has not hired testers or other staff as promised 6 months ago. They don't have to, because the user community does all of that (and more) for them. Hiring testers for the sake of hiring testers (not a knock on testers)is hit-and-miss anyway,

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Ray Harrison
If I recall correctly, BEA did not challenge them (Ironflare/Evermind)with any numbers of their own, they just wanted them to remove their BEA reference. That would have appeared to have been just an action by BEA spin doctors and the legal department. So I will be interested when Oracle runs

RE: Oracle deal gag

2001-06-11 Thread Eric Knight
Enough! -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 9:40 AM To: Orion-Interest Subject: Re: Oracle deal gag What is your point? Johan - Original Message - From: Jay Armstrong [EMAIL PROTECTED] To: Orion-Interest [EMAIL

OT: Found this great Encyclopedia effort online

2001-06-11 Thread Larry Velez
Title: OT: Found this great Encyclopedia effort online Check it out: http://www.wikipedia.com/wiki/Internet_troll

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Joseph B. Ottinger
On Mon, 11 Jun 2001, Jay Armstrong wrote: Nathan, A lot of what you're saying is true. I acknowledge that Orion is relatively fast and has some great features (like auto-reconfigure), but I recall that Orion used to claim that it was the fastest J2EE product (or something like that),

Jay's posting

2001-06-11 Thread Rafael Alvarez
I'm posting this as a favor to Jay Amstrong Karl, Thanks for responding. This is already a long message, so I'll try to keep it short. I've been wrong before and, if that's the case now, then please forgive me. Lest anyone think I'm out to bash Orion, please refer to my vigorous and lengthy

Re: Jay's posting

2001-06-11 Thread Hani Suleiman
Wow, a sensible and well considered post. Something must have gone seriously wrong somewhere for you to think that something this pleasant and polite would be censored. And oh look, it made it the list! Take that you Orion folk! You can't hold us down forever! We will rise up and post whatever

RE: Oracle deal gag

2001-06-11 Thread Robert S. Sfeir
Wow, I never realized engineers had become so immature! Can we stop filling our mailboxes with junk? Get off the stupid list if you're so unhappy! You have a choice! Stay on the boat and can it, or get off the boat to something that will make you happier! R Robert S. Sfeir Director of

loadbalancer

2001-06-11 Thread elephantwalker
Group, I am still trying to get a good loadbalancer situation going. I have a loadbalancer talking to a single cluster, and all is well. However, the normal logging won't work for now, since the loadbalancer doesn't forward the ip address of the requester. Karl also indicates that under a

oc4j/orion performance tests

2001-06-11 Thread elephantwalker
this is very good show of orion's performance against weblogic (I presume this is appserver X, since they are the only appserver vender that prevents their name from being used in a comparison...gutless!) and websphere: http://technet.oracle.com/tech/java/oc4j/content.html You will have to

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Jay Armstrong
EW, Great news, seriously. Do you know whether or not the same/similar documentation is or will be available on orion-support.com or orionserver.com? Jay At 10:53 AM 6/11/01 -0700, you wrote: J, I am an oracle customer. All you have to do is call support, and they answer questions about

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Jay Armstrong
Joseph, Generally, I agree, but... I am not applauding the support for WebLogic, WebsFear, IPlanit, etc, but if I report a problem with WebLogic to BEA, eventually it will filter to the gurus, who will respond (usually they ask for a reconfigure, restart, and a dump). And usually if

Re: Jay's posting

2001-06-11 Thread Jay Armstrong
Ha. Ha. Note that Raphael did it as a favor. The three previous attempts directly from me to orion-interest over a period of 4 days (June 7, 8 and 10) have yet to show. Oh, I forgot, it's a list server problem. I'd write more, but it's awfully hard to type wearing this straight-jacket... Jay

RE: JMS question: How to connect to a remote host

2001-06-11 Thread NealKaiser
In your orion/config/jms.xml, change host=localhost to a public IP, such as: topic-connection-factory host=www.yourname.com location=java:comp/env/jms/JmsTopicConnectionFactory port=9127/ Hi folks, I'm just tring out the JMSChat sample. I'm want to run it

RE: Oracle deal gag... but on a different note.

2001-06-11 Thread Don Gaul
You might also want to look at the following link for how to papers http://otn.oracle.com/products/jdev/content.html Near the bottom you'll see: JDeveloper 3.2 Technical Information HTMLHow To Deploy a BC4J Application to the Oracle9iAS J2EE Container HTMLHow To Develop

Orion Newbie Question about frontend with Apache and disabling the Orion listener

2001-06-11 Thread Don Gaul
Someone asked me the other day when were discussing Orion and Oracle IAS9i/OC4J whether you could use an Apache front end and the answer is well documented, on the Orion (and/or Orionserver) web site as well as in the Oracle OC4J documentation, as YES. Then I was asked Can I

Security bug with application clients?

2001-06-11 Thread Michael Jara
Hi, I'm trying to get the security portion of a project working, in which a java client connects to a stateless session beanafter login. As far as I can tell, Orion doesn't seem to properly pass around principal objects in stateless session beans. This is the sequence that my test client

RE: Orion Newbie Question about frontend with Apache and disabling the Orion listener

2001-06-11 Thread elephantwalker
You can specify what ip address you are hosting in the *web-site.xml. If this ip address is not accessible by the internet (ie, its on a local network), then only the local net (the apache server, for example) will have access. regards, the elephantwalker -Original

RE: Security bug with application clients?

2001-06-11 Thread elephantwalker
its in the "clean things up" step that something went wrong. You need to do a session.invalidate(), and then create a new guest session with a session.create("true"). Here is the bit in the RequestProcessor of the BluePrint (petstore): if (event instanceof LogoutEvent) { ...whatever

Re: OT: Found this great Encyclopedia effort online

2001-06-11 Thread Javier Soques
That's a good one. Now let's all get on with java, j2ee and the other stuff we're interested in and drop all that conspiracy stuff. Javier Soques --- Larry Velez [EMAIL PROTECTED] wrote: Check it out: http://www.wikipedia.com/wiki/Internet_troll

Re: NEWBIE: Default HTTP Content-Type

2001-06-11 Thread SCOTT FARQUHAR
You could try playing around with the files: config\global-web-application.xml config\mime.types If you manage to work it out using those files, can you let the list know? Cheers, Scott [EMAIL PROTECTED] 06/12/01 12:15am Well, you could probably use a filter to just that... Have the filter

RE: Unitialized Register

2001-06-11 Thread Dvornikov Victor
check your initial environment memory. It should be 4096kb -Original Message- From: Johan Fredriksson [SMTP:[EMAIL PROTECTED]] Sent: 11 2001 17:38 To: Orion-Interest Subject: Re: Unitialized Register Hmmm, sounds like a VM bug... - Original Message - From:

RE: Security bug with application clients?

2001-06-11 Thread Dvornikov Victor
Don't jump into the conclusions. To my limited experience the Orion's authentication is very intelligent and tolerant to the user mistakes. For reference you may use OCJ4 manual (Oracle app server, see mail list ). I recommend reading it carefully. -Original Message- From: Michael

UNSUNSCRIBE

2001-06-11 Thread Vikram vp
UNSUNSCRIBE