Using Nhibernate In An Open Session Per View Approach?

Nov 28, 2010

I am using nhibernate in an open session per view approach where the session opens before the action method and closes right after. Using an AsyncController makes this model break because the controller performs data operations even when it has returned from the original XXXAsync method but it finds a null session while the HttpContext.Current is null as well. Is there any way to fix this issue?

View 1 Replies


Similar Messages:

DDD Approach Be Used With NHibernate?

Nov 12, 2010

I've been reading up on DDD a little bit, and I am confused how this would fit in when using an ORM like NHibernate. Right now I have a .NET MVC application with fairly "fat" controllers, and I'm trying to figure out how best to fix that. Moving this business logic into the model layer would be the best way to do this, but I am unsure how one would do that.

My application is set up so that NHibernate's session is managed by an HttpModule (gets session / transaction out of my way), which is used by repositories that return the entity objects (Think S#arp arch... turns out a really duplicated a lot of their functionality in this). These repositories are used by DataServices, which right now are just wrappers around the Repositories (one-to-one mapping between them, e.g. UserDataService takes a UserRepository, or actually a Repository). These DataServices right now only ensure that data annotations decorating the entity classes are checked when saving / updating.

In this way, my entities are really just data objects, but do not contain any real logic. While I could put some things in the entity classes (e.g. an "Approve" method), when that action needs to do something like sending an e-mail, or touching other non-related objects, or, for instance, checking to see if there are any users that have the same e-mail before approving, etc., then the entity would need access to other repositories, etc. Injecting these with an IoC wouldn't work with NHibernate, so you'd have to use a factory pattern I'm assuming to get these. I don't see how you would mock those in tests though......................

View 3 Replies

C# - Best Approach To Handle Session Timeouts?

Jul 22, 2010

There are various ways to handle session timeouts, like "meta refreshes" javascript on load functions etc.

I would like something neat like: 5 minutes before timeout, warn the user...

I am also contemplating keeping the session open for as long as the browser is open(still need to figure out how to do it though... probably some iframe with refreshing).

How do you handle session timeouts, and what direction do you think i should go in?

View 3 Replies

C# - How To Find Object In NHibernate/castle Activerecord Session

Aug 27, 2010

I am getting the following error in an Asp.Net Castle ActiveRecord app when trying to update an object:

"a different object with the same identifier value was already associated with the session"

I've looked up and down my code to see where else the object might have been created but I'm not seeing it. This is baffling as I have the exact same code on another page that works fine on updates

Now I'm thinking of trying to see where this other object is in the Session and either kill it or find out how it got into the session. How can I find this object?

[Update]

Ok, I finally found where the object is being called. However, I would still like to know how to find objects in the session for future reference.

View 1 Replies

C# - Keep Long Running NHibernate Session Data Consistent?

Sep 20, 2010

I have NHibernate sessions cached in the ASP.NET session.

I came across a situation where a user edited an object so it's in their first level cache in the ISession. Another user then edited the same object.

At this point User1 still sees their original version of their edits where as User2 sees the correct state of the object?

What is the correct way to handle this without manually calling session.Refresh(myObj) explicitly for every single object all the time?

I also have a 2nd level cache enabled. For NHibernate Long Session should I just disable the first level cache entirely?

Edit: Adding some more terminology to what I'm looking to achieve from 10.4.1. Long session with automatic versioning the end of this section concludes with

As the ISession is also the (mandatory) first-level cache and contains all loaded objects, we can propably use this strategy only for a few request/response cycles. This is indeed recommended, as the ISession will soon also have stale data.

I'm not sure what kind of documentation this is for it to include both probably and then immediately say the session will have stale data (which is what I'm seeing).

View 3 Replies

Web Forms :: How To Open Browser With 2 Session Tabs From C#

Sep 30, 2010

I have a button control where I retreive 2 strings with 2 URL like in the code below.

What I wonder how it is possible to do, is how to open up 1 browser window with 2 Session Tabs where 1 Tab is [URL]

How can this be possible to do from code behind (C#)?

[Code]....

View 4 Replies

State Management :: Site Won't Keep Session Open?

Jul 28, 2010

I have a site that I am trying to extend how long a session stays open even though the user is inactive. I have this set in my web.config

<sessionState mode="InProc" timeout="720" />

And this is set it IIS

Time-out (in minutes):
720

But it is still timing out after like 15 minutes.

View 6 Replies

Mvc - Session - User Can Open Multiple Tabs - Browsers?

Aug 9, 2010

I am a bit confused on how ASP.NET session works with my site, when a user opens up the site in multiple browsers, and/or multiple tabs. I see that after logging in with IE, i can open a new tab and not have to log in, and that if I log out of one tab, the other one will redirect to login after I try to do something. I also notice that if I log in with IE, i still have to log in with FF. My question - are session data shared between all of these sessions?

View 3 Replies

Open New With Javascript And Use Parent Window's Existing Session?

Jan 8, 2010

I am opening a window with window.open and I am losing the server session. Is there a way to open a window with Javascript and use the same session? I need this working in IE 7 and higher. I am working with ASP.NET on the server side. The sever does not have a sessionless cookie state.

<sessionState mode="InProc" timeout="15" />

View 2 Replies

MVC Session Per Request Pattern And IHttpModule - Open An ISession

Jan 9, 2010

Im trying to make a solution like this [URL] Now the question is how do I filter the request, I only want to Open an ISession if the request is for an ASPNET MVC Action, not for *.gif, *.css etc. How should I handle this filtering?

View 3 Replies

State Management :: Set Session Out Open Login Page?

Sep 20, 2010

i create a web site using frame and child when session i s out i require Login page open in browser not opend in frmaehow to set Session out open login page

View 1 Replies

JQuery :: Set If Session Timed Out Than Login Page Open?

Jan 7, 2011

how to set if session timed out than login page open

View 6 Replies

State Management :: Session Lost When Window.open Is Used In IE 8?

Jun 10, 2010

Existing applications works fine with IE 6 and 7, the problem occurs only with IE 8. A new session is created everytime a window.open is used to open a new asp page. This does not happen in IE 6 or 7.

View 2 Replies

Web Forms :: Open And View PDF In Browser From Server?

Aug 5, 2012

How to show show pdf file in browser to read user.

View 1 Replies

Javascript - Session Behavior - Open A New Window From Internet Explorer

Feb 4, 2011

I have a requirement to open a new window from Internet Explorer, but the new window should be in new asp.net session. It should not share the same session of previous opened window or the parent window. How can it be possible? Any thoughts? I'm using window.open('mywindow.aspx') from parent page javascript to open new windows.

View 1 Replies

State Management :: Session Time Out - Open Login In New Page Rather In Same

Jul 28, 2010

By default when the Session ends then the End-User should be directs to the login page and logs in again. Is there any way to open the login page in a new page rather than opening it in the same page(upon Session time out)?

View 8 Replies

Visual Studio :: Error While Trying To Open The View Designer?

Feb 1, 2010

when I try to open the view designer in my windows application project I get an error msg - there is no editor available for 'C:documents and setting....Form1.vb' Make sure the application for the file type (.vb) is installed.

View 1 Replies

Javascript - Session Null After Window Open In Minimal SharePoint Page

Apr 4, 2011

I'm storing a token in a session variable. I launch a report that needs this token in a new ASPX page by using the javascript windows.open function. When this new page loads the HttpContext.Current.Session is null.I have gotten around this by passing the token in the query string but activity in this window needs to keep the session of the parent window active and I'm not sure what the session object being null means for this scenario.

View 3 Replies

ADO.NET :: Edmx And The Webservice Error - Cannot Open This Page, View The Server Log

Mar 8, 2011

I have an application asp.net with framework 3.5sp1. I had used DBML to access all my stored procedure and EDMX to access to all my web services. on the development machine all is ok I have no problem, but when I deploy the application on the production server (WS 2003) and I try to execute my web servcie (myapp.svc) I get an error message "cannot open this page, view the server log".

the IIS is correctly configured, the security I used Anonymous with an authentificated user (not IUSR_server) I give him full control to my virtual directory.

permission is ok for aspnet...

I tried to execute some pages that use only DBML and it works fine.

View 1 Replies

JQuery :: Grid View Open Popup - For Saving And Updating

Jan 9, 2011

how to grid view open a popup using jquery (For saving & Updating)

View 2 Replies

Dynamic Javascript Reference Gives The Message Could Not Open In Design View?

Feb 21, 2011

I've inherited some code (not mine- I swear!) which uses a session variable in the header of the HTML to determine which javascript file to link to.i.e.

<SCRIPT language="javascript" src="../JavaScript/<%=Session("jsFileName")%>.js"></SCRIPT>

It does work, except that it won't let me change to design view. It gives the message

"Could not open in design view. Quote Values differently inside a '<%... "value" ...%>' block."

Anyone got any suggestions as to a workaround, that doesn't involve a huge rewrite.

View 3 Replies

Web Forms :: Open Specific Record In Details View From Search Page?

Mar 27, 2010

i have had a little search and cant find anything that really I have created a search page which searches the records based on a the value of a text box and it displays the results using a repeater:

[Code]....

[Code]....

What i would like to know is if there is anyway i can pass the ID of the search result to another page where im using a details view to show the full details and how i would go about it?

View 6 Replies

Data Controls :: How To Open Partial View On Modal Dialog Popup Box In MVC

Sep 12, 2013

I am using mvc 4. Then How to open Partial view on modal dialog box?

View 1 Replies

.net - Session-in-view And TransactionScope?

Dec 21, 2010

we have a asp.net webforms app using NHibernate. Here are some specifics:We need Distributed Transactions because we write to the database as well as to a queue.Because this is a web app, we use the recomended Session-in-view pattern. We have a HTTPModule that opens the NHibernate session on the BeginRequest event and closes it on EndRequest.Within the flow of a request, we have several separate moments where we need to do transactional work. For this, we use TransactionScope.So basically, what happens is this (pseudocode):

using(var session = sessionFactory.CreateSession()){
using(var tx1 = new TransactionScope(){
//work work work

[code]...

View 2 Replies

Forms Data Controls :: How To Open Modal Pop Up When Grid View Edit Is Clicked

Jan 5, 2011

How to Open modal pop up when grid view edit is clicked

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved