Commit Graph

1691 Commits

Author SHA1 Message Date
Steve Bohlen
ef463a97ee re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state 2015-04-13 15:03:19 -04:00
Steve Bohlen
d0fab91098 troubleshooting broken deps on Mvc5 test build 2015-04-13 14:08:58 -04:00
Steve Bohlen
7aaa5708fc add missing ref + paths to Microsoft.Web.Infrastructure assembly 2015-04-13 13:25:12 -04:00
Steve Bohlen
e102d73382 switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach) 2015-04-13 10:53:14 -04:00
Steve Bohlen
ec7fcf5d03 update metadata and build scripts to reflect 2.0.1-GA 2015-04-11 15:47:06 -04:00
Steve Bohlen
a24cb2de8e GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases 2015-04-11 15:46:19 -04:00
Steve Bohlen
c70a70037c update metadata to reflect 2.0.0.GA 2015-03-27 21:45:19 -04:00
Steve Bohlen
45e67d88dd renaming project to identify specifically as NHibernate4 2015-03-27 17:45:36 -04:00
Steve Bohlen
0da57da488 integrate new test project into build script 2015-03-27 17:34:13 -04:00
Steve Bohlen
2280762d1e update desc of AssemblyInfo inadvertently left as Hib 3 when copied initially 2015-03-27 12:28:03 -04:00
Steve Bohlen
794103dc1f Merge branch 'ynauls-master' 2015-03-27 12:08:18 -04:00
Steve Bohlen
8ee1d51245 minor renaming to improve clarity 2015-03-27 12:07:58 -04:00
Steve Bohlen
92cfa7129c rename test project to improve clarity of intent 2015-03-27 12:04:55 -04:00
Steve Bohlen
fac1a98dc8 remove extraneous HibernateTemplate from test fixture injection 2015-03-27 11:56:01 -04:00
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