RE: Wow. It seems that 1.5.4 is released!!!

2002-02-15 Thread teseling

Great to see that a new version is ready of this great application server!!!

Just a question for the Orion guys. Does this version support the complete J2EE 1.3 
standard (including all EJB2.0)?? I am very interested because this is a key issue for 
one of my projects! 

Thanks on any info.
Erwin Teseling


See subj.



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 
session beans will timeout.

Does anyone have a clue why this could be? Is there another setting to 
enable orion to check timeouts or so?? Any help would be appreciated very 
much!!!

Thanks,
Erwin Teseling
Vipe, your connection to the world (www.vipe.nl)




Database column creation order when using compound keys

2001-05-14 Thread Erwin Teseling

Hello everybody,

I am having some problems regarding the order in which Orion creates the 
database columns for compound keys for an entity bean when using CMP. 

I have an entity bean that models a many-to-many relationship, which has 
a compound key (subscriptionID  userID). Now when creating the database 
tables Orion seems to be inconsistent on the order in which these two are 
mapped on the database table. On one machine subscriptionID is mapped on 
the first column and on another machine (or at another time) userID is 
mapped on the first column (and subscriptionID on the second). 

Now when I fill my database with a very simple SQL script sometimes my 
data gets mixed up because it fills the wrong column with the wrong data. 
Offcourse I can fixs this in the script, but is there a way to tell Orion 
which field should mapp to which column in the columns to be created in 
the database??

Thanks!

Regards,
Erwin Teseling