While debugging some other issues, I discovered that the JVM will "hang in shutdown" if I just do:
public static void main(String args[]) throws Exception {
BusFactory.newInstance().createBus();
throw new Exception();
}
Tracing through, it's the Timer that the RMManager creates. It creates a
non-daemon background thread that prevents the JVM from shutting down.
Andrea, can you look into that?
--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727 C: 508-380-7194
[EMAIL PROTECTED]
