Stupid question

2000-03-21 Thread ALLEN FOGLESON
OK, maybe this is a stupid question, but I am not finding it in the limited documentations. when deploying your beans does orion get the DD from the xml files? I am used to having to write a DD either in text or as a java serialized DD. (xx.ser) I think I am actually almost getting orion now,

EJB performance

2000-03-21 Thread Jens Stutte
Hi, i made some tests regarding the EJB performance. Well... i know it's still beta, and EJB is never lightning fast. But are you expecting some serious improvements of performance with the release version ? Not to get me wrong, i like the product and so on (and i know it's a general problem

AW: Stupid question

2000-03-21 Thread Jens Stutte
Hi, this is one of the major changes between the EJB 1.0 and 1.1 spec. See there for details. -Ursprüngliche Nachricht- Von: ALLEN FOGLESON [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 21. März 2000 10:42 An: Orion-Interest Betreff: Stupid question OK, maybe this is a stupid

RE: Do transactions work at all with Orion?

2000-03-21 Thread Robert Hargreaves
Works a treat. Thanks for your help. The modified code (for anybody whose interested) is: public BusinessUnit addUnitAndComponents(BusinessUnitProps props, HashMap compToDateRa){ BusinessUnit unit = null; try{ unit = buHome.create(props);

EJBs and threads / multiple clients

2000-03-21 Thread Jens Stutte
Hi again, i'm a pest, but... While i was testing, i made also some tests with multiple clients (always the same client as for the performance test). In almost every server side function i have some debug messages, which produce tons of logs (BTW, these messages do not affect the measured

No Subject

2000-03-21 Thread Jacob Smullyan
unsubscribe __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re: Clustering

2000-03-21 Thread Dan Winfield
How do I actually set up the clustering? I have played with the orion-web.xml file and all I tend to get is an unable to connect error! Anyone got any ideas? Dan - Original Message - From: Scott Lawrence [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, March 03,

Getting it to work..still cant figure it out?

2000-03-21 Thread Kevin Duffey
Hi all, I get Orion .9.4 to work at home, but the same config doesn't seem to work on my machine at work. Not sure why. None the less, I am going to try posting this stuff one more time here and see if anyone can possibly explain why this is so darn difficult to get a simple web app to work. I

RE: InstantiationException in Tag Extension Tutorial, Lesson #3

2000-03-21 Thread Magnus Rydin
Title: RE: InstantiationException in Tag Extension Tutorial, Lesson #3 James, im very sory for this typo, but under Update the Tag Library Descriptor, step 2, make sure that the name of the iterate tag is nameiterate/name with a lowercase 'i'. I will try to update the online docs asap. It