Share

Spring Framework .NET

Code

Programming Languages: C#

License: Apache Software License

Repositories

browse code, statistics cvs -d:pserver:anonymous@springnet.cvs.sourceforge.net:/cvsroot/springnet login

cvs -z3 -d:pserver:anonymous@springnet.cvs.sourceforge.net:/cvsroot/springnet co -P modulename

Show:

What's happening?

  • Bug in EMS SingleConnectionFactory

    Found a bug in the AfterPropertiesSet() method of the Spring.Messaging.Ems.Connections.SingleConnectionFactory class Code should check for null values before trying to set the SSL proxy information on the native connection factory just like in the EmsConnectionFactory AfterPropertiesSet() method: Current Code: // IConnectionFactory does not implement the spring specific...

    2009-12-04 06:07:30 UTC by nsgroth

  • Bug in EMS MessageListenerContainerObjectDefinitionParser

    In the ParseContainer method of Spring.Messaging.Ems.Config.MessageListenerContainerObjectDefinitionParser, Lines 274-278, concurrency is a string so there should not be any index specified for the value of the "ConcurrentConsumers" property added to the container definition. Current Code: string concurrency = ParseConcurrency(containerElement, parserContext); if...

    2009-12-03 23:43:19 UTC by nsgroth

Our Numbers