-
1. Re: Port Listener integrated with JBoss
rilux Jan 15, 2004 10:16 AM (in response to rilux)Hello
While searching for how to write a service in jboss, I have more questions.
http://www.huihoo.com/jboss/online_manual/3.0/ch13s26.html
This Page seems to give a lot of information but none for simple services.
"MBeans that are independent of JBoss services are the trival case and can be written per the JMX specification and added to a JBoss server by adding their MLET tag to the jboss.conf file." My Questions:
1. Isn't jboss.conf read just once at server start up?
2. If I add something to jboss.conf, won't it require the service class to be in classpath at that time? So, is it necessary for services to be libs?
3. How will I be able to hot deploy/redeploy the service?
4. just one stupid question .. I cant find jboss.jcml?
Does someone have any step-by-step guide to writing a "trivial" custom service in jboss? Please forward ne pointers.
Thanks in advance
--- Pooja. -
2. Re: Session facade generation
russelldb Dec 21, 2004 9:27 AM (in response to rilux)Well, its been nearly a year since you posted this. I have the same problem. Did you ever find a solution ?