Oracle 和 Nhibernate 3.0 的 Rhino 安全性
如何将 Ayende 的 Rhino Security 与 Nhibernate 应用程序与 Oracle 数据库结合使用?
NHibernate 版本是 3.0,我读到 Rhino Security 需要 2.0 版本。
请为我提供最佳实践
谢谢
How to use Rhino Security from Ayende with Nhibernated Application with Oracle database?
The NHibernate version is 3.0 and I read that Rhino Security requires version 2.0.
Please provide me with the best practice
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有在 Oracle 中使用 Rhino Security,但我已经用 NHibernate 3.0 重新编译了它。
您必须下载 NHibernate 3.0 和所有程序集。删除对旧程序集的引用并用所有新程序集替换它们。这就是我所做的一切并且有效。
I haven't used Rhino Security with Oracle yet but I've recompiled it with NHibernate 3.0.
You have to download NHibernate 3.0 and all the assemblies. Remove the references to the old assemblies and substitute them with all the new ones. That's all I did and it works.