Enviroment Variables.

2000-01-05 Thread Colin Burroughs
Hi, Someone do me a favour and include 'SCRIPT_NAME' in the Orion server enviroment variables. Do you have any idea how annoying the fact that request.getHeader("SCRIPT_NAME") doesn't work!? CB

[Slightly-OT] Linux VM and Threading

2000-01-05 Thread Joe Walnes
I developed a project java about 4 months involving hundreds of people connected concurrently to a server. In development (on an NT machine) everything ran smoothly, but upon deployment to a Linux server the VM would often cause a segmentation fault. Further investigation showed that these

RE: EJB w/ different DB's

2000-01-05 Thread Kucera, Rich
Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... MySQL also contains some pretty practical advice regarding the indiscriminate use of foriegn keys (it even says they're only useful for

RE: EJB w/ different DB's

2000-01-05 Thread Jacob Smullyan
Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... I believe that the EJB container always relies on the database to supply the transactional capability. If you use MySQL with EJB

Re: EJB w/ different DB's

2000-01-05 Thread Robert Krüger
"Kucera, Rich" wrote: Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... you are. there's no point in container-managing transactions if your datasources are non-transactional.

RE: EJB w/ different DB's

2000-01-05 Thread Kucera, Rich
From: Robert Krüger [SMTP:[EMAIL PROTECTED]] "Kucera, Rich" wrote: Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... you are. there's no point in container-managing