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
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
Steve Bohlen
2bfe447075
add missing closing quotation in sqlcmd arguments
2015-01-16 22:19:00 -05:00
Steve Bohlen
fbd4c1f612
add scripts to create required databases and users for integration tests
2015-01-16 22:06:55 -05:00
Steve Bohlen
d1fb769749
update ci-invoked build entry point to run database-dependent integration tests
2015-01-16 22:06:13 -05:00
Steve Bohlen
5894ff39d1
adjust build file to properly invoke NuGet package restore on the several projects that now have a new dependency upon it
2015-01-16 14:58:57 -05:00
Steve Bohlen
685c337d72
tweaking command file
2015-01-16 11:26:47 -05:00
Steve Bohlen
7e017a9055
introduce cmd file for CI server (primarily to NOT pipe output to log file so that it appears on CI dashboard properly)
2015-01-16 11:02:11 -05:00
Marko Lahma
c6b176aa27
upgrade to Common.Logging 3.0.0.0, Quartz 2.3.1 and NHibernate 4.0.2
2015-01-16 00:22:21 +02:00
Sean Gilliam
86c89fbdb1
Removed redundant delegate creation
2014-12-03 11:33:39 -06:00
Marko Lahma
e2263f1e77
Merge pull request #87 from sean-gilliam/update-delegates-to-lambda-syntax
...
Replaced delegate syntax with easier to read lambda syntax
2014-11-26 20:45:00 +02:00
Sean Gilliam
d4ba72bb21
Replaced delegate syntax with easier to read lambda syntax
2014-11-25 10:07:30 -06:00
Steve Bohlen
e4cf720a74
Merge branch 'master' of https://github.com/spring-projects/spring-net
2014-11-10 10:41:45 -05:00
Steve Bohlen
00417d94dd
update docbook build to depend upon JAVA_HOME env var for locating JAVA to execute (vs. expecting JAVA to be on the system PATH)
2014-11-10 10:39:49 -05:00
Marko Lahma
61ee75fda8
update to Common.Logging 2.3.1 and Quartz.NET 2.3
2014-11-08 12:15:10 +02:00
Marko Lahma
d0c97dab87
NHibernate 4 support
...
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
Marko Lahma
88d2dc494e
Merge pull request #84 from chadsowald/master
...
Add equality members to RuntimeObjectReference to fix key-ref merging.
2014-09-19 14:47:59 +03:00
chadsowald
1acf52e5b9
Add comments to equality members.
2014-09-18 12:58:49 -07:00
chadsowald
12ee34ca8f
Add equality members to fix key-ref merging.
2014-09-18 12:51:30 -07:00
Marko Lahma
1b01e4b245
Merge pull request #80 from aaronmell/master
...
Refactored DelegatingLocationSessionFactoryObject to support named connection strings
2014-08-10 10:27:13 +03:00
Marko Lahma
bc855ddf77
fix documentation issue
2014-08-10 10:25:45 +03:00
Marko Lahma
64f84fe2bd
Merge pull request #74 from thomast74/AdoTemplateInjection
...
Exclude AdoTemplate from dependency check by default
2014-08-10 10:23:06 +03:00
Aaron Mell
66bf53684c
Fixed an issue with the refactoring
2014-07-24 18:08:34 -05:00
Aaron Mell
7da726e854
Refactored DelegatingLocationSessionFactoryObject to support named connections
...
This will fail if you attempt to use a named connection instead of a connection string. I modified the PostProcessConfiguration to set the connection string if one could be looked up via NHibernates connection_string_name
2014-07-24 17:33:27 -05:00
Marko Lahma
2f75149e8c
Merge pull request #77 from twisterino/NUnitTearDownFix
...
Prevent TearDown to swallow exceptions
2014-07-19 11:24:00 +03:00
twisterino
be24957bb5
Typo
2014-07-10 11:50:51 +01:00
twisterino
c2867ca21d
Prevent TearDown to swallow exceptions
2014-07-10 11:41:00 +01:00
Thomas Trageser
1a82357027
Exclude AdoTemplate from dependency check by default
2014-04-05 12:02:52 +01:00
Marko Lahma
a32fee13be
Merge pull request #73 from thomast74/UnusedErrorLogging
...
An empty typeToLoad cause the Type Resolver to throw an error
2014-04-05 13:13:52 +03:00
Thomas Trageser
a22113f5ee
An empty typeToLoad cause the Type Resolver to throw an error
2014-04-05 09:54:10 +01:00
Marko Lahma
1e7e4571b8
upgrade to Quartz.NET 2.2.3
2014-03-30 20:48:47 +03:00
sbohlen
83615e299a
add missing xml comment file
2014-03-15 09:36:55 -04:00
sbohlen
a9fc698cef
Merge branch 'master' into common-logging-220-upgrade
2014-03-15 09:12:55 -04:00