Re: Message Driven Beans

2001-11-14 Thread El Jeffo
> Are you new to this mailing list? No just usually deaf :) and blind... does it surprise you? > There are countless postings regarding Orion MDBs. I hate it when my brain filters out this stuff... must have passed right under my nose while I wasn't interested in MDBs. Then suddenly I get int

Message Driven Beans

2001-11-14 Thread El Jeffo
I must have totally missed it, does orion or will orion support message driven beans soon? If so, could you provide a few details to just point me in the right direction? If orion won't support this in the next month, would you recommend another server which might do the job well? I like orio

Re: orion & DB2

2001-10-23 Thread El Jeffo
> Does orion really work with DB2 as a datasource? I'm still having I suppose... but I haven't done much ejb/cmp with it, mostly servlets and prepared statements. > trouble with this. The DB won't accept the prepared SQL-statements for > the finder-queries genereated by orion. I had trouble with

Re: ApplicationHeap

2001-10-22 Thread El Jeffo
ve found IBM's JVM a lot more helpful with error messages. You might > want to try it out. > > Oz > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of El Jeffo > Sent: Monday, 22 October 2001 7:06 AM > To: Orion-Inter

ApplicationHeap

2001-10-20 Thread El Jeffo
I just wanted to know, if orion serves pages from a servlet that complains about not enough memory in the application heap, is it just a "java" option where I do on a solarios java 1.3.1 : java -Xmx128M -Xms48m -jar orion.jar to increase from the defaults of -Xmx64m -Xms2m that's 64meg max, 2 m

Orion + IBM DB2 JDBC Bug?

2001-10-12 Thread El Jeffo
Hi guys, I found this really cool bug dealing with Orion Server 1.5.2 and IBM DB2's JDBC implementation. I don't know if it's a) me (likely) b) orion (perhaps) c) ibm's jdbc implementation (wouldn't doubt it) I BCC'ed a IBM dude, so for his info, orion server is found

just making sure it's not orion

2001-10-12 Thread El Jeffo
I have some jdbc code in a servlet: The Isolation Level for my Connection is TRANSACTION_READ_COMMITTED // set no autocommit try { conn.setAutoCommit (false); } catch (Exception e) { o

Re: Synchronized "session bean"?

2001-10-11 Thread El Jeffo
Ah... this is very interesting! Much thanks, and if you know of a good book that might address many of these problems with other alternate solutions, please, do let me know. Jeff > UPDATE account set balance = ? where column_version_num = ? ; > > I call stment.setString (1, model.getNewBal

Re: Synchronized "session bean"?

2001-10-11 Thread El Jeffo
** Okay guys, I've updated this email with a decent example I hope ** > Access to each session bean instance is serialized, but the spec > doesn't specifically allow you to say there may only be one instance > of a particular session bean class. ** so in otherwords, pretty much it achieves the

Synchronized "session bean"?

2001-10-10 Thread El Jeffo
Hi everyone... I thought there was a way to "synchonize" a session bean such that I suppose you could say that only one "user" or "servlet" could use it at a time. Simply put if there's $5 left in the bank, you wouldn't want to have a user withdraw $5 with two different web browsers if they hi

Re: Orion & IBM DB2 on Linux

2001-10-08 Thread El Jeffo
sup, you need to include the path to your libdb2jdbc.so in your LD_LIBRARY_PATH. I don't remember if you should, but include say /opt/ibmdb2/v7.1/java12 in your /etc/ld.so.config or whatever it was run /sbin/ldconfig -v as root to refresh whatever the heck it is that linux does with that command