"Martin Froment" <martin_froment@sympatico.ca> said:
>I am deploying a J2EE application on Oracle IAS.
>I need the same EAR file to be deployed on many environments (client
[quoted text clipped - 3 lines]
>retrieving a custom PROVIDER_URL value from my jndi.properties file, which
>is containing all needed provider URLs.
My? So, is this jndi.properties file included in the application?
My opinion lately has been that the less information applications have
about their environment (such as supporting servers, port numbers, ...),
the better. Environment information is then provided to the application
at installation/deployment time.

Signature
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
Martin Froment - 12 Dec 2004 20:25 GMT
Not my jndi.properties file, but the one in the services library, which is
part of the EAR to deploy.
I agree with you about the applications and their environment infos, but it
is a requirement...
Still searching a solution, if you have any suggestion... Thanx.
> "Martin Froment" <martin_froment@sympatico.ca> said:
>>I am deploying a J2EE application on Oracle IAS.
[quoted text clipped - 11 lines]
> the better. Environment information is then provided to the application
> at installation/deployment time.