RE: OC4J 9.0.3

2002-03-26 Thread Geoff Soutter
Presumably this is based on 1.5.4? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of sana > Sent: Wednesday, 27 March 2002 2:05 PM > To: Orion-Interest > Subject: OC4J 9.0.3 > > > Hi, > > Oracle released OC4J 9.0.3 Developer Preview. > > http:

repost: FYI/PATCH: Log4j bug masks part of Orion's stack traces

2002-03-26 Thread Geoff Soutter
Seems the original went missing, again. > -Original Message- > From: Geoff Soutter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 26 March 2002 3:46 PM > To: 'Orion Interest List' > Cc: [EMAIL PROTECTED] > Subject: FYI/PATCH: Log4j bug masks part of Orion

RE: OK, here's Real World: was: idea=$395.00USD was: RE: Java IDE?

2002-03-24 Thread Geoff Soutter
And don't forget we'll all be using Drag and Drop Visual tools to do coding soon, so we won't even need tools like IDEA. I guess this will make Computer Science degrees irrelevant as well? LOL Geoff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf

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

2002-03-24 Thread Geoff Soutter
Go Shane! This is one of the few sensible posts on IDE religion I've ever read! :-) Theres nothing like a little common sense to distinguish the smart developer from the average developer... :-) Anyway, my .2c (apart from what shane said) - I'd recommend any of these tools depending on the task

Simple howto for launching application clients using applicationlauncher.jar

2002-03-06 Thread Geoff Soutter
Hi there peeps, I've spent the last few hours looking at how to best launch application clients, and I couldn't find any documentation on how to do it nicely (apart from Joe Ottingers's stuff on auto started application clients - http://www.orionsupport.com/articles/appclient.html). I then discov

Orion doesn't pass stack traces from server to application client?

2002-02-28 Thread Geoff Soutter
Hi there, I just noticed that the application client that I wrote for Orion is printing stack traces like so: javax.ejb.DuplicateKeyException: Entity already exists at com.evermind._dn.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(.:1446) at com.evermind._dn.invokeMethod(.:1369)

RE: Uploading files to Orion webserver with MultipartParser API

2002-02-27 Thread Geoff Soutter
Just be aware, MS don't number each release of their browser like NS do. For example, the original release of 5.5 was very buggy, but it's had at least a couple of Service Packs since then (5.5.1, 5.5.2, if you like). You need to indicate which service pack and which OS you are running on before

RE: Orion crashes JVM

2002-02-27 Thread Geoff Soutter
If you are on windows, try pressing Ctrl-Break on the Orion window (can't remember the kill number on unix). The JVM will print out a stack dump of all the threads. That should help you to see if there is a deadlock or something like that. Geoff > -Original Message- > From: [EMAIL PROTEC

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-26 Thread Geoff Soutter
That'd be cool. Geoff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Magnus Rydin > Sent: Wednesday, 27 February 2002 10:22 AM > To: Orion-Interest > Subject: SV: jndi.properties and > ApplicationClientInitialContextFactory > > > Hi there

RE: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-24 Thread Geoff Soutter
Title: Message By definition, it's a JVM bug. There is no possible Java which may validly cause the VM to crash. (well, apart from Java which calls native code).   Try turning off the JIT. It will be slower but at least it won't crash. Also, try different VMs, eg IBM, or JDK1.4.   geoff  

RE: Uploading files to Orion webserver with MultipartParser API

2002-02-21 Thread Geoff Soutter
Hi there, Did you read the http://www.servlets.com/cos/faq.html? Cheers Geoff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Justin Crosbie > Sent: Friday, 22 February 2002 3:22 AM > To: Orion-Interest > Subject: Uploading files to Orion we

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Geoff Soutter
on't* get that error any longer with 1.5.4, though I did with 1.5.3. --- Geoff Soutter <[EMAIL PROTECTED]> wrote: > Argh. Mailing lists that are not reliable annoy the out of me. > > -Original Message- > From: Geoff Soutter [mailto:[EMAIL PROTECTED]] > Sent:

(repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Geoff Soutter
Argh. Mailing lists that are not reliable annoy the out of me. -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 February 2002 9:32 AM To: 'Orion-Interest' Subject: RE: A word of warning: SwiftMQ and Resource providers. Hi Magnus, All

RE: 1.5.4 and OracleAQ

2002-02-18 Thread Geoff Soutter
Probably. Check the resource providers document http://www.orionserver.com/docs/resource-providers/resource-providers.xm l, you should be able to figure it out from there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of António Cruz Sent: Monday, 18 Febr

RE: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-18 Thread Geoff Soutter
JMS messages) "Well, I just tested an MDB with SwiftMQ, and Orion still stuffs up the message ordering." --Geoff Soutter Please read the EJB2.0 spec before recording this as a bug. Message order is not guaranteed in MDB's. ----- Original Message - From: "Geoff Sou

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Geoff Soutter
st Subject: RE: fyi: 1.5.4 still stacks rather than queues JMS messages Yes, they should be received in order, but not necessarily stored/retrieved in order. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Soutter Sent: Sunday, February 17, 2002

Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-17 Thread Geoff Soutter
PROTECTED]] On Behalf Of Geoff Soutter Sent: Monday, 18 February 2002 9:18 AM To: Orion-Interest Subject: RE: fyi: 1.5.4 still stacks rather than queues JMS messages Hi Mike, I didn't see that comment. Unfortunately this list is so flakey that I only get about 75% of the messages. I just

RE: A word of warning: SwiftMQ and Resource providers.

2002-02-17 Thread Geoff Soutter
FYI, this was not fixed in 1.5.4. Naughty Magnus! :-) Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison Sent: Monday, 14 January 2002 8:50 AM To: Orion-Interest Subject: Re: A word of warning: SwiftMQ and Resource providers. Accord

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Geoff Soutter
pec there is no guarantee that your messages turn up in the sequence you sent them. Cheers, Mike Mike Cannon-Brookes [EMAIL PROTECTED] Atlassian :: www.atlassian.com Supporting YOUR world On 16/2/02 12:55 AM, "Stephen Davidson" ([EMAIL PROTECTED]) penned the words: > Geoff Sou

fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-14 Thread Geoff Soutter
Re the problem reported a couple weeks back by Jorge Jimenez and confirmed by myself, I tested 1.5.4 to see if they had fixed this problem, but it's still there. Just set max-instances to 1 and load up with a lot of messages, it works just like a stack. Doh. Maybe I'll have time to put this into

RE: Debugging using JPDA, FATAL ERROR

2002-02-14 Thread Geoff Soutter
Geoff, you were right. Tibor -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:34 PM To: Orion-Interest Subject: RE: Debugging using JPDA, FATAL ERROR Hmm, I seem to remember this one as well. Make sure you are using the java.exe from

RE: Debugging using JPDA, FATAL ERROR

2002-02-13 Thread Geoff Soutter
Hmm, I seem to remember this one as well. Make sure you are using the java.exe from the JDK directory rather than the JRE, as in the latest 1.3.1 revision only the JDK java.exe seems to have access to JPDA (or at least, that's what I remember, YMMV) Geoff -Original Message- From: [EMAIL

RE: System Date.

2002-02-12 Thread Geoff Soutter
Title: Message I've had problems with Java timezones before. As I remember, Unix inherits timezone settings from it's environment. Did you run your java test class with the same environment as Orion (eg the same user)?   geoff -Original Message-From: [EMAIL PROTECTED] [ma

[announce] Log4J Appender for Orion's application.log

2002-02-06 Thread Geoff Soutter
Hi there, I've hacked up an Orion Appender to allow you to log to the application.log file, via the Logger instance that Orion installs at java:comp/Logger. Here it is in all it's glory, use it however you wish. Cheers Geoff PS, did anyone figure out if it's possible to get orion to roll it's

Log4j appender for logging to application.log

2002-02-04 Thread Geoff Soutter
Hi there, I've been doing some research about how to log using log4j with Orion. I was thinking that I'd like to have the log written to the Orion application log file so that you can see the order that things happen in. You can see other people have done similar things for other app servers, eg

RE: Questionnaire

2002-02-03 Thread Geoff Soutter
I was wondering what the (BS) stood for :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robb (BS) Sent: Sunday, February 03, 2002 8:10 AM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: Re: Questionnaire If you cannot control your weblist from pe

RE: Container leaving Dirty Connection in CMP with container-managed transactions

2002-01-29 Thread Geoff Soutter
You could try using your own wrappers on the JDBC classes ala this article http://www.onjava.com/lpt/a/onjava/2001/12/05/optimization.html Then, you can see exactly what Orion is calling. At least that helps track the bug down a bit. Actually, maybe you could use this method to force Oracle to

RE: Job Scheduler pattern

2002-01-28 Thread Geoff Soutter
Hmm, want us to write it for you? But seriously, there are commercial apps for J2EE scheduling if that's the kind of thing you are after, just use google... Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Justin Crosbie Sent: Saturday, January 2

RE: Integrating LOG4J into Orion...

2002-01-21 Thread Geoff Soutter
It probably depends on how you have it configured. The main thing to remember is that J2EE uses multiple classloaders and each classloader can potentially have it's own version of a "singleton". > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > J

RE: stateful bean error

2002-01-20 Thread Geoff Soutter
By definition, if the jvm crashes, it's a JVM bug (Unless you have loaded classes which use native code (like the Oracle OCI jdbc drivers). I'd suggest you try the latest Sun JVM with and without hotspot, and if that fails have a go with the IBM JVM. Cheers Geoff > -Original Message- >

RE: IronFlare bug fixing policy

2002-01-17 Thread Geoff Soutter
gt; > > -Ursprungligt meddelande- > > Från: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]För Geoff Soutter > > Skickat: den 16 januari 2002 07:06 > > Till: Orion-Interest > > Kopia: Orion Interest List > > Ämne: RE: IronFlare bug fixing policy > &

RE: IronFlare bug fixing policy

2002-01-16 Thread Geoff Soutter
directly, you may feel differently. > > Which bug numbers did you report? > > regards, > > the elephantwalker > www.elephantwalker.com > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Geoff Soutter > Sent

IronFlare bug fixing policy

2002-01-15 Thread Geoff Soutter
Hi there, I reported a bug on BugZilla a few days back. It's reasonably serious - basically the generated wrapper for the finder method of an EJB is throwing NullPointerException when the EJB throws an exception, hiding the real cause of the problem. (And I just found another bug - ServletExcepti

Anyone got old orionsupport sample application client / scheduler?

2002-01-10 Thread Geoff Soutter
You can see it described in googles cache http://www.google.com/search?q=cache:4nkQslt9AjsC:www.orionsupport.com/a rticles/appclient.html+orion+application+client&hl=en If anyone has the source jar file, I'd really appreciate a copy! Cheers Geoff

RE: Simple question re caching/pooling of BMP Entity Beans

2002-01-10 Thread Geoff Soutter
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Geoff Soutter > Sent: Friday, 11 January, 2002 9:09 AM > To: Orion-Interest > Subject: RE: Simple question re caching/pooling of BMP Entity Beans > > > Hi Sergey, >

RE: Simple question re caching/pooling of BMP Entity Beans

2002-01-10 Thread Geoff Soutter
Hi Sergey, Thanks for the reply. I didn't explain it very clearly did I? What I meant was: "However, it appears that it goes to the database (i.e. calls _ejbLoad_ in the Entity Bean's implementation) for every call to findByPrimaryKey, regardless of whether it has previously read the instance wi

Simple question re caching/pooling of BMP Entity Beans

2002-01-09 Thread Geoff Soutter
Hi there, I'm teaching myself how to use Orion and I've got a simple question about caching/pooling of BMP Entity Bean instances. I've created a simple app which lets me read a BMP Entity Bean through a Session Bean. I would expect that when I call findByPrimaryKey on my Entity Bean's home inter