Groups
Groups
Sign in
Groups
Groups
S#arp Architecture
Conversations
About
Send feedback
Help
Typo in Sharp Architecture Reference Guide, page 50
3 views
Skip to first unread message
fmorriso
unread,
Mar 17, 2009, 10:18:16 AM
3/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to S#arp Architecture
Similar to the typo on page 39 that I reported earlier, page 50 has
the same issue. Instead of this:
[TestFixture]
[Category("DB Tests")]
public class MappingIntegrationTests
{
[SetUp]
public virtual void SetUp() {
string[] mappingAssemblies =
RepositoryTestsHelper.GetMappingAssemblies();
AutoPersistenceModel autoPersistenceModel =
new AutoPersistenceModelGenerator().Generate();
NHibernateSession.Init(new SimpleSessionStorage(),
mappingAssemblies,
"../../../../app/Northwind.Web/Hibernate.cfg.xml");
}
it should read as follows:
[TestFixture]
[Category("DB Tests")]
public class MappingIntegrationTests
{
[SetUp]
public virtual void SetUp() {
string[] mappingAssemblies =
RepositoryTestsHelper.GetMappingAssemblies();
AutoPersistenceModel autoPersistenceModel =
new AutoPersistenceModelGenerator().Generate();
NHibernateSession.Init(new SimpleSessionStorage(),
mappingAssemblies,
"../../../../app/Northwind.Web/NHibernate.config");
}
Specifically, the line that reads:
"../../../../app/Northwind.Web/Hibernate.cfg.xml");
should read:
"../../../../app/Northwind.Web/NHibernate.config");
Billy
unread,
Mar 19, 2009, 6:30:30 PM
3/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to S#arp Architecture
Thanks for brining this up...I'll be sure to correct the
documentation, accordingly.
Billy
On Mar 17, 8:18 am, fmorriso <
fpmorri...@verizon.net
> wrote:
> Similar to thetypoon page 39 that I reported earlier, page 50 has
Reply all
Reply to author
Forward
0 new messages