kristian meier wrote:

Hi,

since I made a new build this week I have problems with components which are marked as singletons in the xtype-file
but get instantiated serveral times.


This problem is now fixed and updates have just been applied to CVS.

The problem was a non-synchronized new instance call from the singleton lifestyle helper. If another request within a different thread for the singleton instance was invoked before an inital request had completed, the handler would invoke newInstance() again. The changes applied have been to synchronize a code block dealing with the single instance establishment.

Cheers, Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to