Patches item #541512, was opened at 2002-04-09 13:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=541512&group_id=22866
Category: JBossCX Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 7 Submitted By: Dr. Christoph Georg Jung (cgjung) Assigned to: David Jencks (d_jencks) Summary: ResourceAdapterModule creation fixed Initial Comment: In the current head, rar deployment is completely broken because any creation of management.ResourceAdaptorModule fails. This is due to a wrong default for the parent application name when there is no such parent. Currently you set it to the name of the rar-application itself which is not possible, JbossManagement will throw an ugly NoSuchElementException (Andreas: iterator ().next() is a not very nice piece of code ;-) I guess the default should be null when the parent is null itself. I attached a patch for RarDeployer which fixes the problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=541512&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
