[mapguide-trac] #1530: MaestroAPI: Creating LocalNativeConnection
by SessionId leads to an error
MapGuide Open Source
trac_mapguide at osgeo.org
Mon Nov 22 09:08:09 EST 2010
#1530: MaestroAPI: Creating LocalNativeConnection by SessionId leads to an error
-----------------------+----------------------------------------------------
Reporter: gBecker | Owner: jng
Type: defect | Status: new
Priority: medium | Milestone:
Component: Maestro | Version: 2.2.0
Severity: trivial | Keywords:
External_id: |
-----------------------+----------------------------------------------------
While trying to re-create a LocalNativeConnection by a given session I
found a bug in line 88 of ConnectionFactory.cs:
return ConnectionProviderRegistry.CreateConnection("Maestro.LocalNative",
sessionid);
I must look like this:
return ConnectionProviderRegistry.CreateConnection("Maestro.LocalNative",
builder.ToString());
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1530>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list