[Ejtools-developers] [ ejtools-Todo-755527 ] Separate ClassLoader
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-08-26 07:26:11
|
Todo item #755527, was opened at 2003-06-16 22:40 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=755527&group_id=49088 Category: None Group: None >Status: Pending >Resolution: Postponed Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Separate ClassLoader Initial Comment: To allow several version of application servers at the time, configuration must include a dedicated folder where the jars are stored. Each folder corresponds to a specific version and its content is loaded by a separate ClassLoader. This will enable cohabitation of successive version of JBoss for example. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-08-26 09:25 Message: Logged In: YES user_id=437455 Since all the target servers are not JMX 1.1, the class serial UID are not matching between two implementations. This cause a problem since the notifcation frame resolve ObjectName at load time. It generates ClassCastException if separate ClassLoader are used. This task is postponed to a future version where only JMX 1.1 will be supported. Then, it will be possible to use different JBoss version at the same time. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=755527&group_id=49088 |