[Mc4j-development] [ mc4j-Bugs-1105890 ] "WL 8.1SP3" installation misinterpreted as "WL 9 via JSR 77
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2005-01-20 11:02:37
|
Bugs item #1105890, was opened at 2005-01-20 11:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1105890&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Studman (mstudman) Assigned to: Nobody/Anonymous (nobody) Summary: "WL 8.1SP3" installation misinterpreted as "WL 9 via JSR 77" Initial Comment: I have a WL 8 SP 3 installation and MC4J misinterprets that as a WL 9 via JSR 77 installation. Looking through the source, I believe the problem may rest in ServerInstallFinder.java. The constructor of this class constructs a map of recognition paths to connection descriptors however all the weblogic connection descriptors have the same recognition path hence the map will only ever contain the very last WL descriptor added (which just happens to be the WL 9 via JSR 77 connection descriptor as defined by ManagementNode.CONNECTION_DESCRIPTORS). You probably need a java.util.Map of recognition paths to a java.util.Set of connection descriptors (or structure the solution to this problem differently altogether). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1105890&group_id=60228 |