Hi,
I understand you are a bit confused....
Yes, I would like a config file to change some few characteristics of a given instance of the same soft but not ejb-jar.xml.
With ejb-jar.xml, I'm able to deploy a ear (the same for all server) with a separate ejb-jar.xml (specific to each server).
This step is acceptable for the first deployment of the server
But each time I need to update the software, I also need to deploy the ear with its specific ejb-jar.xml,
That is not easy to get the ejb-jar of a specific server in order to deploy a new ear.
Moreover, I have already a config file (simple property file) used by other process in the server and already containing the relevant information (geographical area).
You know, it would be cleaner to use this information to build my selector...
I will learn more about deployment and descriptor on Geronimo. perhaps, I miss something.
Thank you.