2f1a95cb1f
SPRNET-1318 adding missing file to Spring.Core Vs2008 project
Steve Bohlen
2012-12-11 17:30:00 -05:00
a782eb16d9
SPRNET-1318 fixing up XML comment inconsistencies
Steve Bohlen
2012-12-11 17:09:16 -05:00
d1520682df
SPRNET-1318 introduce local cache of merged ObjectDefinitions to reduce impact of AppContext.Dispose() calls
Steve Bohlen
2012-12-11 16:50:57 -05:00
c1e9dd63e3
SPRNET-1534 add logic to prevent registration of alias values that match object defintion name values
Steve Bohlen
2012-11-27 18:13:13 -05:00
844cd20782
add convenience cmd script to create nuget packages from existing build output
Steve Bohlen
2012-11-27 18:11:39 -05:00
187cd43729
Updated documentation and add section for using the [Autowire] attribute inlcuding [Value] and [Qualifier]
Thomas Trageser
2012-10-30 21:52:41 +00:00
a6c3980dbe
Add extra documentation for the <wcf:channelFactory/> element
Bruno Baia
2012-10-26 16:21:43 +02:00
d06db48849
SPRNET-1444 change expectations for default tx isolation in EmsTransactionManager
Steve Bohlen
2012-10-24 16:32:59 -04:00
62f953f566
change data type in schema .sql file to datetime
Steve Bohlen
2012-10-24 16:20:47 -04:00
65ad9ccb4a
cleaning up DB schema creation scripts for integration tests
Steve Bohlen
2012-10-24 16:00:26 -04:00
914e774701
enabling data.integration tests in build files
Steve Bohlen
2012-10-22 19:53:01 -04:00
6cf4e2dd0f
SPRNET-1444 - update def. tx isolation assumption in NMS txMgr
Steve Bohlen
2012-10-22 19:28:32 -04:00
ba55754473
SPRNET-1444 - change default tx isolation mode from ReadCommitted to Unspecified
Steve Bohlen
2012-10-22 14:50:02 -04:00
f783f7b587
fixing data.integration tests
Steve Bohlen
2012-10-22 13:05:07 -04:00
c8a73c5908
SPRNET-881 fixing merge error
Steve Bohlen
2012-10-11 11:44:07 -04:00
0e9ae23c30
SPRNET-1523 cleaning up past merge and fixing conflicts
Steve Bohlen
2012-10-11 11:24:32 -04:00
7ea58277c1
Merge pull request #28 from thomast74/SPRNET-881
Steve Bohlen
2012-10-11 07:55:01 -07:00
8e41cb22ad
Merge pull request #32 from AndreasKl/master
Steve Bohlen
2012-10-10 09:16:01 -07:00
13ac7196b3
Updated documentation for objects default-init-method and default-destroy-method; add section for InitDestroyObjectPostProcessor
Thomas Trageser
2012-10-09 21:39:01 +01:00
1f69127cc5
SPRNET-1495 Addition of another test. Housekeeping.
Andreas Kluth
2012-10-09 00:14:38 +02:00
c265d4b014
SPRNET-1495 - Add unit tests to document existing behavior.
Andreas Kluth
2012-10-08 23:52:10 +02:00
191a136a3c
SPRNET-1524 check for array index bounds merged, test added
Steve Bohlen
2012-10-04 13:01:15 -04:00
ca83def598
Fix bug matching ambiguous method when an overload has a params (IndexOutOfRangeException)
Javier Castro
2012-10-03 18:09:17 -03:00
2c68fdea43
SPRNET-1523 Possibility to define a default init and destroy method in XML configuration document
Thomas Trageser
2012-09-27 22:56:17 +01:00
f02b3244ec
SPRNET-881 Add XML configuration option for default-autowire-candidates/autowire-candidate and modify IObjectFactory.GetObject<T>() to return requested object with the use of autowire-candidate filter
Thomas Trageser
2012-09-27 16:24:42 +01:00
eb59b8f26e
SPRNET-1522 added cache key prefix for SimpleDelegatingSessionFactory cache access
Steve Bohlen
2012-09-13 12:39:54 -04:00
0ccf893341
SPRNET-1521 added AutowireAttributePostProcessor
Steve Bohlen
2012-09-13 11:45:41 -04:00
96c9706ffc
Merge pull request #25 from thomast74/SPRNET-1520
Steve Bohlen
2012-09-13 06:51:38 -07:00
228abe7cb5
Merge pull request #26 from thomast74/InitDestroyAttribute
Steve Bohlen
2012-09-13 06:50:51 -07:00
1bee74c0cd
Merge pull request #24 from thomast74/SPRNET-1518
Steve Bohlen
2012-09-13 06:40:05 -07:00
86fad25040
Resolve issue because of failing AOP Serialization test
Thomas Trageser
2012-09-03 12:18:57 +01:00
633a22fc7c
PreDestroy Test is failing within 3.5 compile
Thomas Trageser
2012-09-03 12:06:15 +01:00
1261b223ff
Resolved .Net3.5 compile issues relating to ISet
Thomas Trageser
2012-09-03 11:13:22 +01:00
8d817c2c0f
Add AttributeUsage.Class to QualifierAttribute
Thomas Trageser
2012-09-02 19:59:57 +01:00
b6bc9a3550
Resolve compile error because of comment
Thomas Trageser
2012-09-02 08:56:50 +01:00
dc386ecd7b
Add AutowireAttributePostProcessor for attribute driven auto wiring, fine grained control via QualifierAttribute or ValueAttribute (Expressions, PropertyPlaceHolder). Updated XML configuration to support primary attribute. Also added possibility to add a Qualifier and Meta element to define an object for QualifierAttribute.
Thomas Trageser
2012-09-01 18:52:51 +01:00
773f3146da
Add autowire by attribute for fields, properties, methods and constructors
Thomas Trageser
2012-08-23 13:14:12 +01:00
d296ef2e27
Merge remote-tracking branch 'upstream/master' into InitDestroyAttribute
Thomas Trageser
2012-08-20 18:35:06 +01:00
92884ebc8a
Merge remote-tracking branch 'upstream/master' into SPRNET-1520
Thomas Trageser
2012-08-20 18:33:38 +01:00
f48e169c6a
Merge remote-tracking branch 'upstream/master' into SPRNET-1518
Thomas Trageser
2012-08-20 18:31:50 +01:00
af3f454b88
Add InitDestroyPostProcessor to allow init and destroy via attributes
Thomas Trageser
2012-08-20 16:40:03 +01:00
e5c8a0396a
fixing merge errors in 2008 csproj files
Steve Bohlen
2012-08-20 11:09:55 -04:00
a969ebd052
fixing merge error in xml comment
Steve Bohlen
2012-08-20 10:50:06 -04:00
ea81ba7ecd
SPRNET-1520 Instantiation of abstract Set<> is not possible, use HashedSet<> instead
Thomas Trageser
2012-08-20 15:49:02 +01:00
d4fff365ac
fixing merge of csproj files
Steve Bohlen
2012-08-20 10:16:47 -04:00
441cf45e58
Corrected order of PostProcessor desctruction calls to follow Spring Java Container
Thomas Trageser
2012-08-13 23:09:32 +01:00
c94a55b5e8
SPRNET-1519 PostProcessors that implement IDestructionAwareObjectPostProcessor do not receive the PostProcessBeforeDestruction method call
Thomas Trageser
2012-08-13 22:26:42 +01:00
75a58b90a3
Merge pull request #23 from thomast74/SPRNET-1519
Steve Bohlen
2012-08-13 06:14:40 -07:00
9fd180f4aa
SPRNET-1519 Add [Controller] attribute stereotype as possible component declaration
Thomas Trageser
2012-08-13 09:57:14 +01:00
62758ce7f5
Support for serialization of the conversation.
Hailton de Castro Pacheco Barros
2012-07-27 22:06:48 -03:00
28f5e66c23
SPRNET-1514 renaming DelegatingFactoryObject and related tests
Steve Bohlen
2012-07-20 18:12:07 -04:00
408f1b4ff9
SPRNET-1514 fixing missing ref to System.Core for .net 3.5
Steve Bohlen
2012-07-18 11:35:15 -04:00
19fd1876d8
SPRNET-1514 adding DelegatingFactoryObject<T> and related tests
Steve Bohlen
2012-07-18 10:29:42 -04:00
7318d07d48
reverting breaking change in visibility to ConfigurationLocations and ConfigurationSources in AbstractXmlApplicationContext and derived types
Steve Bohlen
2012-07-10 10:03:51 -04:00
851574de92
removing dead code
Steve Bohlen
2012-07-09 16:08:47 -04:00
d0d3038b82
misc minor mod to settings
Steve Bohlen
2012-07-09 16:07:54 -04:00
1b6b0a92dc
SPRNET-1510 change SpringWebApiDependencyResolver to properly accept sep. config sources for child/nested contexts
Steve Bohlen
2012-07-09 16:07:36 -04:00
d8ff77d999
SPRNET-1512 Fixing code path for Spring.Context.Support.AbstractApplicationContext.GetObjectNamesForType(...) to properly respect object definitions in a hierarchy of contexts/objectfactories
Steve Bohlen
2012-07-09 16:04:06 -04:00
dcbdf80ad6
Adding missing refs to assemblies containing the types needed for WK namespace parser loading
Steve Bohlen
2012-07-09 15:50:59 -04:00
5d0154885e
Fixing errors in output pathing to point to proper Vs.Net.2010 output pathing
Steve Bohlen
2012-07-09 15:48:33 -04:00
6b8b562e5e
updating to NHibernate 3.3.1
Steve Bohlen
2012-06-25 16:51:44 -04:00
a4ac21b110
updating to Common.Logging 2.1.1
Steve Bohlen
2012-06-25 16:24:29 -04:00
ea5679df72
updating nuget to v2.0.0
Steve Bohlen
2012-06-25 13:39:21 -04:00
860c097eb6
fixing error in mvc4 webapi dependencyresolver impl dispose process
Steve Bohlen
2012-06-22 16:17:15 -04:00
440eea1fb1
fixing errors from invalid merge
Steve Bohlen
2012-06-11 07:53:17 -04:00
4afa7fc8a2
SPRNET-1510 mvc4 updates to suppose mvc4 rc changes to IDependencyResolver
Steve Bohlen
2012-06-10 22:41:06 -04:00
aca093125c
SPRNET-1510 - mvc support for IDependencyResolver changes in mvc4 rc
Steve Bohlen
2012-06-10 08:20:41 -04:00
19881ea0b2
mvc4 support for IDependencyResolver changes in mvc4 RC
Steve Bohlen
2012-06-09 20:15:05 -04:00
126b609f24
ignore '.project' for eclipse.
Hailton de Castro
2012-06-09 00:29:21 -03:00
65a97f377c
Conversation projects.
Hailton de Castro
2012-06-09 00:26:14 -03:00
b0a57acdd4
Support for Windows XP in other languages. In Portuguese, for example, is "c:\Arquivos de Programs". 'lib.dir.relative' to use in others build's. 'Spring.ConversationWA.NH32.build', 'Spring.ConversationWA.NH33.build', 'ConversationWA.NH32.Tests.build' and 'ConversationWA.NH33.Tests.build'.
Hailton de Castro
2012-06-09 00:16:20 -03:00
0fa1849739
Support for Windows XP in other languages. In Portuguese, for example, is "c:\Arquivos de Programs".
Hailton de Castro
2012-06-09 00:12:58 -03:00
854b198a25
Correct OutputPath to 2010 folder
Hailton de Castro
2012-06-09 00:11:03 -03:00
5d9909330e
Correct OutputPath to 2010 folder
Hailton de Castro
2012-06-09 00:07:24 -03:00
44181c8005
Correct OutputPath to 2010 folder
Hailton de Castro
2012-06-09 00:06:31 -03:00
0d47c715c5
Conversation Workaround (Tests)
Hailton de Castro
2012-06-09 00:05:32 -03:00
98c0d8104b
Adapting 'NHobernate.Northwind' to Conversation.
Hailton de Castro
2012-06-09 00:02:25 -03:00
b8a2eca8a3
Ensuring destination with $(ProjectDir).
Hailton de Castro
2012-06-08 23:29:15 -03:00
5a4010f0b5
Support for Windows XP in other languages. In Portuguese, for example, is "c:\Arquivos de Programs".
Hailton de Castro
2012-06-08 23:25:05 -03:00
c833d8a282
Correct OutputPath to 2010 folder
Hailton de Castro
2012-06-08 23:23:48 -03:00
d14b754ad3
Conversation Workaround (Tests)
Hailton de Castro
2012-06-08 23:20:49 -03:00
fe115c2c33
Ensure use of 32 bits version of frameworks and IDE to avoid the error [MSB6003: The specified task executable "ResGen.exe" could not be run...] on "Win 7 64". Forcing use of specific SDK to avoid the error "TRK0002: Failed to execute command ResGen ..." on "Win 7 64". See: http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/e8c1d26a-5e77-4422-bbc8-f0b7f25702d2/ Specifying mandatory property (Platform) in SDK 7.
Hailton de Castro
2012-06-08 22:50:09 -03:00
748138709f
Correction to be able to find the location of the MONO in "Win 7 64."
Hailton de Castro
2012-06-08 22:48:46 -03:00
109e4c1a50
fixing path to Quartz20 assemblies in nuspec file
Steve Bohlen
2012-05-27 11:21:26 -04:00
0e9dcf9363
adding integration tests to sln (set to unloaded)
Steve Bohlen
2012-05-27 08:44:24 -04:00
c2d3aaa2f2
addiing missing Nms.Integration.Tests prj for VS2010
Steve Bohlen
2012-05-27 08:43:27 -04:00