HTMLImageMapMapProducer is not declared as singleton="false" in the Spring 
context
----------------------------------------------------------------------------------

                 Key: GEOS-3680
                 URL: http://jira.codehaus.org/browse/GEOS-3680
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: Mauro Bartolomeoli
             Fix For: 2.0.1


Map producers extending AbstractGetMapProducer are not thread safe, they should 
be declared in the Spring context as prototypes, using singleton="false", just 
like PNGMapProducer:

{code:xml}
        <bean id="PNGMapProducer"
                singleton="false"
                class="org.vfny.geoserver.wms.responses.map.png.PNGMapProducer">
                <constructor-arg index="0" ref="wms"/>
        </bean>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to