Re: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread Joe Germuska
On 1/29/07, Tom Schneider <[EMAIL PROTECTED]> wrote: Does this http://jira.opensymphony.com/browse/WW-291 have anything to do with this? I don't think so, although I'm just reading that ticket for the first time and haven't encountered this bug. In short, it looks like the DebuggingIntercept

Re: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread Tom Schneider
s2] Cannot create a session after the response has been committed: struts or tomcat ? I usually get IllegalStateException exceptions with Struts2if there was an unexpected exception in my code, ie. from Hibernate.I can see Hibernate in your stack, are you sure this is not the reasonof your problems?

Re: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread bob
9, Dariusz Wojtas < [EMAIL PROTECTED] > wrote: From: Dariusz Wojtas [mailto: [EMAIL PROTECTED] To: user@struts.apache.org, [EMAIL PROTECTED] Date: Mon, 29 Jan 2007 19:36:30 +0100 Subject: Re: [s2] Cannot create a session after the response has been committed: struts or tomcat

Re: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread Dariusz Wojtas
I usually get IllegalStateException exceptions with Struts2 if there was an unexpected exception in my code, ie. from Hibernate. I can see Hibernate in your stack, are you sure this is not the reason of your problems? Is this the full stacktrace? Dariusz Wojtas On 1/29/07, bob <[EMAIL PROTECTED]

[s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread bob
I'm getting the following error with every request. I can't figure out what it means. I've looked around and tried to read the request myself, but I'm just starting to learn Struts2 so its not the meaningful to me yet. I don't even know whether this is a tomcat problem or a struts2 problem.