Hi,
[b]Hibernate.Search version:[/b] 651
I'm simply trying to run the NHibernate.Search.Tests from the trunk without altering the code and I get:
[b]Full stack trace of any exception that occurs:[/b]
ERROR [TestRunnerThread] Configuration [(null)]- Could not compile the mapping document: NHibernate.Search.Tests.Analyzer.MyEntity.hbm.xml
NHibernate.MappingException: Could not compile the mapping document: NHibernate.Search.Tests.Analyzer.MyEntity.hbm.xml ---> System.InvalidOperationException: Could not find the dialect in the configuration
at NHibernate.Dialect.Dialect.GetDialect(IDictionary`2 props)
at NHibernate.Cfg.Configuration.AddValidatedDocument(NamedXmlDocument doc)
--- End of inner exception stack trace ---
ERROR [TestRunnerThread] TestCase [(null)]- Error while setting up the test fixture
NHibernate.MappingException: Could not compile the mapping document: NHibernate.Search.Tests.Analyzer.MyEntity.hbm.xml ---> System.InvalidOperationException: Could not find the dialect in the configuration
at NHibernate.Dialect.Dialect.GetDialect(IDictionary`2 props)
at NHibernate.Cfg.Configuration.AddValidatedDocument(NamedXmlDocument doc)
--- End of inner exception stack trace ---
at NHibernate.Cfg.Configuration.LogAndThrow(Exception exception)
at NHibernate.Cfg.Configuration.AddValidatedDocument(NamedXmlDocument doc)
at NHibernate.Cfg.Configuration.ProcessMappingsQueue()
at NHibernate.Cfg.Configuration.AddInputStream(Stream xmlInputStream, String name)
at NHibernate.Cfg.Configuration.AddResource(String path, Assembly assembly)
at NHibernate.Test.TestCase.Configure() in src\NHibernate.Search\src\NHibernate.Search.Tests\TestCase.cs:line 190
at NHibernate.Test.TestCase.TestFixtureSetUp() in src\NHibernate.Search\src\NHibernate.Search.Tests\TestCase.cs:line 60
Thoughts?
Sincerely,
-Mihai
|