Set custom bytecode provider type in app.config
Description
Environment
None
Activity
Show:
Fabio Maulo June 20, 2010 at 3:29 PM
we need only to remove the restriction in the XSD and then add a little piece of code in the conf reader.
The injectable Bytecodeprovider, through app config, must have a default parameterless ctor.
Fixed
Details
Details
Assignee
Fabio Maulo
Fabio MauloReporter
Jason Dentler
Jason DentlerComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 20, 2010 at 3:26 PM
Updated December 4, 2010 at 3:37 PM
Resolved August 2, 2010 at 10:30 AM
Who's Looking?
It would be nice to set a bytecode provider like this:
<hibernate-configuration
xmlns="urn:nhibernate-configuration-2.2">
<bytecode-provider type="MyAssembly.MyNamespace.MyCustomBytecodeProvider, MyAssembly" />
</hibernate-configuration>