Hi!
Rob Castaneda wrote:
> It seems that the IDE world is not up-to-date afa dynamic classloading
> and debugging is concerned. I think there needs to be a way to start the
> container in a static - 'development' mode, whether this means having a flag
> to 'stop' dynamic class loading or not, I'm not sure.... thoughts?
The parts of the code that are reliant on the dynamicity of classloading
could be changed to allow static use (as suggested).
> In another container that I am familiar with, they have the ability to
> run the Container(s) in a separate process from the rest of the system ( e.g
> webservice/naming service etc) This makes starting and restarting the actual
> container during run/debug cycles much more efficient. Can you give some
> suggestions on the best way to do this with jBoss.
Well, it should just be a matter of splitting up the configuration files
appropriately. Since the JMX conf files determines what is run in the
container, simply split it (well, some things need to be in the same
JVM, such as DataSource's and EJB container, but the basic idea should
work).
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com