Commit Graph

1677 Commits

Author SHA1 Message Date
Steve Bohlen
6697e8a124 rename test project to reflect tx promotion integration tests 2015-03-27 11:52:31 -04:00
Steve Bohlen
9c5a7ec3ba removing tests, etc. related to CustomSpring132HibernateTxScopeTransactionManager as no longer necessary now that changes are in HibernateTxScopeTransactionManager directly 2015-03-27 11:21:30 -04:00
Steve Bohlen
682a5b0b56 moving test DB + table from sep. DB into Spring DB 2015-03-27 11:16:43 -04:00
Steve Bohlen
7b4cfc772e update test conn string to coordinate with creds used elsewhere in test suite 2015-03-27 11:05:22 -04:00
Steve Bohlen
8d437306af Merge branch 'master' of https://github.com/ynauls/spring-net into ynauls-master 2015-03-27 10:39:30 -04:00
Steve Bohlen
cfd4e90bf4 Merge pull request #99 from sean-gilliam/fix-xmldoc-signature
Fixed method signature
2015-03-27 10:31:33 -04:00
Steve Bohlen
829d04f786 SPRNET-1444 - revert commits on this issue to return DefaultIsolationLevel for tx advice from Unspecified back to ReadCommitted 2015-03-21 14:52:05 -04:00
Yerko Nauls
082ee5d0d0 Modified IsExistingTransaction, included uncommented code to check for transactions hibernateTransactionObject.HasTransaction() to check that Transaction.Current is not null and that the HibernateTransactionObject has a transaction too. Un-commenting this will by pass HandleExistingTransaction() on the second service call, Unit Test ->ServiceMethodWithNotSupported1 -> ServiceMethodWithNotSupported2, Forcing to create an "empty transaction" for the ServiceMethodWithNotSupported2 call. This seems to make sense since The the call to ServiceMethodWithNotSupported1 suspended the existing transaction, by the call to ServiceMethodWithNotSupported2, there is no transaction to suspend. Please advice on this potential solution. 2015-03-16 22:32:02 -04:00
Yerko Nauls
0907b9a796 Added custom TX Scope Manager and test fixture that shows original error. 2015-03-08 15:46:17 -04:00
Yerko Nauls
50c4683db1 pushing project "Spring.SessionFactoryImplError.Tests" to help troubleshoot https://github.com/spring-projects/spring-net/issues/96#issuecomment-73162888 2015-02-20 11:46:56 -05:00
Steve Bohlen
1c562f8fe6 update to NHibernate 4.0.3 2015-02-15 10:15:08 -05:00
Sean Gilliam
44e4c3bf68 Fixed method signature 2015-02-06 23:39:21 -06:00
Marko Lahma
7b0a1d29a4 Merge pull request #95 from sean-gilliam/fix-typos
Fixed several typos
2015-02-04 19:52:54 +06:00
Sean Gilliam
ca42957beb Fixed several typos 2015-02-03 16:45:16 -06:00
Steve Bohlen
f700958281 update Common.Logging dependencies to reflect 3.0.0 in nuspec files 2015-02-03 15:37:57 -05:00
Steve Bohlen
01d4db4e51 avoid repeated calls to GetObjectNamesForType in DependencyResolver 2015-02-03 02:10:54 -05:00
Steve Bohlen
4d8d84ba43 enable nuget package restore for EMS quickstart and add Common.Logging package 2015-02-03 00:04:44 -05:00
Steve Bohlen
c75734dfad ensure that refactored DependencyResolver code properly respects named contexts when performing object resolution 2015-02-02 20:15:42 -05:00
Steve Bohlen
c7f943e0c4 update .build files for MVC 4 and 5 /src/ and /test/ to reflect udates to LINKed source files strategy 2015-02-02 20:14:52 -05:00
Steve Bohlen
ba8fdbf15e add missing references to /lib/ folder 2015-02-02 20:12:24 -05:00
Steve Bohlen
6d45f9da74 rework MVC dependency-resolver to more effectively short-circuit expensive type resolution when no need to continue to interrogate the context further 2015-02-02 18:47:02 -05:00
Steve Bohlen
c936fd88a7 removing errantly-committed XML comment file; must have been committed BEFORE corresponding entry was added to .gitignore 2015-02-02 18:07:08 -05:00
Steve Bohlen
342ae7de04 remove unnecessary source duplication in MVC Source and replace with source file LINKs 2015-02-02 18:04:00 -05:00
Steve Bohlen
bef1d522a8 remove unnecessary source duplication in MVC Tests and replace with source file LINKs 2015-02-02 17:56:38 -05:00
Steve Bohlen
4ed10dae99 update version suffix to reflect RC2 2015-02-01 21:26:18 -05:00
Steve Bohlen
8eda2d42c4 re-order logic flow to fix failing test case where serviceType arg is null 2015-02-01 21:23:59 -05:00
Steve Bohlen
8246883aec re-order logic flow to fix failing test case where serviceType arg is null 2015-02-01 20:54:31 -05:00
Steve Bohlen
1f132cda61 Merge branch 'adotemplate-mods' 2015-02-01 17:30:45 -05:00
Steve Bohlen
778a405f8e Merge pull request #91 from kamiff/master
Improve MVC 3, 4  application View DI performance
2015-02-01 17:17:06 -05:00
Steve Bohlen
409ff746c1 SPRNET-1415 - pull additional members up into IAdoOperations interfaces 2015-01-29 22:58:37 -05:00
Steve Bohlen
ac28a7a970 SPRNET-1494 - switch to DEBUG level logging for cache misses 2015-01-29 22:38:18 -05:00
Steve Bohlen
7c120e35cf Revert "SPRNET-1557 - retrieve object type from object definition rather than expensive additional instantiation" as part of troubleshooting broken build.
This reverts commit 579e5ae02d.
2015-01-29 21:32:38 -05:00
Steve Bohlen
22c31ba80b SPRNET-1513 - alter protection level to assist in subclassing HIbernateTransactionManager 2015-01-29 21:13:51 -05:00
Steve Bohlen
9b54b7af2e SPRNET-1526 - fix error in ctor args 2015-01-29 20:56:57 -05:00
Steve Bohlen
4667eeb37b SPRNET-1548 - add missing PermissionDeniedCodes for DB2 error translation list 2015-01-29 20:41:20 -05:00
Steve Bohlen
579e5ae02d SPRNET-1557 - retrieve object type from object definition rather than expensive additional instantiation 2015-01-29 20:28:54 -05:00
Steve Bohlen
0646d02ec5 Merge branch 'master' of https://github.com/spring-projects/spring-net 2015-01-29 19:56:50 -05:00
Steve Bohlen
713875080d introduce method to block interaction with internal ObjectFactory instance when ApplicationContext isn't in a valid state to respond (e.g., while starting up, shutting down, or being disposed) 2015-01-29 19:56:12 -05:00
Marko Lahma
1b84a7296e always overwrite existing Quartz properties in SchedulerFactoryObject 2015-01-29 08:31:04 +02:00
Steve Bohlen
5f70fd57e7 Merge pull request #89 from sean-gilliam/remove-redundant-delegation-creation
Removed redundant delegate creation
2015-01-28 18:53:26 -05:00
kamiff
8e90024231 Improve MVC 3, 4 application View DI performance
Ignore MVC view service injection check to improve MVC 3, 4 view object
creation  performance.
2015-01-27 11:46:04 +08:00
Steve Bohlen
9caebbddca adding appveyor.yml to control CI server settings 2015-01-17 21:26:26 -05:00
Steve Bohlen
4173268006 troubleshooting db connectivity for integration tests 2015-01-17 19:23:08 -05:00
Steve Bohlen
c2bbeba865 troubleshooting db connectivity for integration tests 2015-01-17 19:07:25 -05:00
Steve Bohlen
5a5965ac73 troubleshooting db connectivity for integration tests 2015-01-17 19:04:17 -05:00
Steve Bohlen
791124366d return to TCP transport for DB conn alias 2015-01-17 15:17:56 -05:00
Steve Bohlen
21d2ac8fab comment back in missing named-piped config value 2015-01-17 15:05:47 -05:00
Steve Bohlen
21a3632359 switching to named-pipes transport for SpringQA sql server alias 2015-01-17 14:55:23 -05:00
Steve Bohlen
ffdbfe1406 add ps1 script to safely restart services and WAIT until complete before proceeding 2015-01-17 10:39:27 -05:00
Steve Bohlen
0d2a4f380a remove inadvertent duplicate attempt to create 'Spring' database 2015-01-16 22:53:58 -05:00