Re: Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-15 Thread Phillip Ross
Yeah i get the same thing... was wondering if i was just doing something wrong. I'll send an update when i get it working. --- Ray Harrison [EMAIL PROTECTED] wrote: Resend - it didn't post the first

Re: EJB 2.0 ?

2002-02-07 Thread Phillip Ross
I've been told by pretty good sources that it's coming in the next release. Unfortunately they could give me a solid answer on when this next release will be, other than soon :) --- Dan Haley [EMAIL PROTECTED] wrote: Does anyone know if/when full EJB2.0 / J2EE1.3 support will be available

Re: having prolems with CMP, PostgreSQL, and Serializable

2001-06-22 Thread Phillip Ross
Your problem is stemming from the fact that the Postgresql JDBC driver wants auto commit flag set to false before it can use setBinaryStream() method which is used to store the stream. Orion's entity bean wrapper seems to leave the flag alone and not set it to false explicitly. So, basicly,

Re: Oracle deal

2001-06-09 Thread Phillip Ross
-- Hani Suleiman [EMAIL PROTECTED] wrote: Can we now get on with bitching about EJB 2.0 support and other more...ahem...productive topics? OK, let me start... I would like to begin ranting about how Orion does not yet properly remove references in entity beans to child entities in EJB2.0 CMR

RE: Oracle deal

2001-06-09 Thread Phillip Ross
Haha, I know... Hani just said we should bitch so I did :P - Phillip --- elephantwalker [EMAIL PROTECTED] wrote: Phil, Orion also supports do's, even though the latest draft doesn't include do's (an earlier draft had major sections on do's). Phil, this is a moving target, and these guys

Re: Oracle deal

2001-06-07 Thread Phillip Ross
--- Karl Avedal [EMAIL PROTECTED] wrote: I'm listening, and I hope that Oracle will take part in the user discussions with all the rest of you. And if Oracle recruits talent from this list, that would be a very nice thing. There are teams within Oracle Corp that read and reply to the

Re: Oracle deal

2001-06-06 Thread Phillip Ross
I've been told Oracle's oc4j is orion 1.5.0. And I've also been told that it's confidental as to how/when/if ironflare will continue to push newer builds of orion to Oracle or what. - Phillip --- Bryan Young [EMAIL PROTECTED] wrote: I just read about Orion being used as the base code for

Oracle 9ias Container for J2ee (oc4j)

2001-06-02 Thread Phillip Ross
Yesterday Oracle announced their new 9ias OC4J product, fast, light-weight, highly-scalable, easy-to-use and complete J2EE environment written entirely in java... (http://otn.oracle.com/tech/java/oc4j/htdocs/oc4j_fov.html) The feature overview looks like suspiciously like orion server's feature

Re: EJB Clustering -- ANYONE? [Urgent!]

2001-02-22 Thread Phillip Ross
--- Etienne Bernard [EMAIL PROTECTED] wrote: A tuning HOWTO would we great. How to configure orion-ejb-jar.xml to limit number of in-memory instances of EJBs, how to specify passivation delay, how to limit EJB pool sizes. A little introduction about orion handles these pools would be great,