Author: nunofsantos
Date: 2008-02-07 17:36:54 -0500 (Thu, 07 Feb 2008)
New Revision: 1665
Modified:
mgmt/mint/python/mint/schemaparser.py
Log:
fix managed broker lookup
Modified: mgmt/mint/python/mint/schemaparser.py
===================================================================
--- mgmt/mint/python/mint/schemaparser.py 2008-02-07 22:31:41 UTC (rev 1664)
+++ mgmt/mint/python/mint/schemaparser.py 2008-02-07 22:36:54 UTC (rev 1665)
@@ -130,7 +130,7 @@
self.pythonOutput += comment
self.pythonOutput += actualArgs
self.pythonOutput += " methodId =
model.registerCallback(callbackMethod)\n"
- self.pythonOutput += " model.managedBroker.method(methodId, self.idOriginal,
\\\n"
+ self.pythonOutput += "
model.connectedBrokers[managedBroker].managedBroker.method(methodId, self.idOriginal,
\\\n"
self.pythonOutput += " classToSchemaNameMap[self.__class__.__name__],
\"%s\", " % (elem["@name"])
self.pythonOutput += "args=actualArgs, packageName=\"qpid\")\n"
Show replies by date