-
1. Re: deploy time configuration of EJB's
genman Jul 20, 2005 12:37 AM (in response to placebojim)A JMX MBean sounds perfect. You can bind them into JNDI if you like.
-
2. Re: deploy time configuration of EJB's
henkomannen Aug 15, 2005 4:51 PM (in response to placebojim)placebojim: have you come to any conclusion regarding your configuration issue? I'm as well looking for answers to this question. I'm having a hard time finding a solution. What are the best practices? Where are the complete examples?
Are there any good tutorials or trails for JMX MBeans? From what I've read they are the best choice for clustering and high availability of singleton classes, right? Are they suitable for reading application configuration properties? Should they implement the @Management interface? How are they to be correctly deployed? In the .ejb3 or .sar package? In an .ear?
Any help is appreciated!
/Henrik -
3. Re: deploy time configuration of EJB's
oglueck Sep 1, 2005 9:27 AM (in response to placebojim)I couple of ideas are here:
http://www.odi.ch/weblog/posting.php?posting=69 -
4. Re: deploy time configuration of EJB's
andiwauss Sep 19, 2005 9:45 AM (in response to placebojim)Another (easy but not very flexible) way could be to use the system property service:
define e.g. different portnumbers within different jboss-instances and use the variable in the jboss-deployment descriptor ( -> ${portnumber} )