Re: struts2+hibernate+spring - lazyInitaializationException

2010-07-19 Thread Greg Stasica
> unnecessary within the OSIV scope; but they are there for consistency). > > /robert > - Original Message - From: "Brian Thompson" > > To: "Struts Users Mailing List" ; < > lukasz.len...@gmail.com> > Sent: Monday, July 19, 2010 1:22 PM

Re: struts2+hibernate+spring - lazyInitaializationException

2010-07-19 Thread Robert Taylor
are there for consistency). /robert - Original Message - From: "Brian Thompson" To: "Struts Users Mailing List" ; Sent: Monday, July 19, 2010 1:22 PM Subject: Re: struts2+hibernate+spring - lazyInitaializationException Looks to me like the session is being cl

Re: struts2+hibernate+spring - lazyInitaializationException

2010-07-19 Thread Greg Stasica
hi, thanks for your replies lukasz i'm not sure where the problem exactly is but after my additional test i don't think it's s2 related... i'll try to check hibernate brian i've done tests with your changes but to no avail... still the same problem even when my dao implementation class has a tra

Re: struts2+hibernate+spring - lazyInitaializationException

2010-07-19 Thread Brian Thompson
Looks to me like the session is being closed in the scope of hibernateTemplate.get(). I don't see a transactionManager mentioned in the XML ... you could try adding something like this in the XML configuration file: n.b. I haven't tested the above con

Re: struts2+hibernate+spring - lazyInitaializationException

2010-07-19 Thread Lukasz Lenart
Hi, I really don't see how Struts2 can messed it up. Would you try to write a unit test to check that? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe

struts2+hibernate+spring - lazyInitaializationException

2010-07-18 Thread Greg Stasica
hi, i've been testing very simply scenario using aforementioned technologies but all i get is LazyInitializationException while trying to access my entity collection. I've included some code snippets below to make myself very clear. I don't think there is anything wrong with the attached code as m

RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Hulbert Chris
Wednesday, 3 February 2010 8:06 AM To: Struts Users Mailing List Subject: RE: New Struts2/Hibernate/Spring tutorial I don't think it is wise to instruct newbies to use scriptles, especially in SiteMesh decorators. The decorator.xml file should instruct SiteMesh to use different decorator

RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Kawczynski, David
it's pretty good. Cheers! -dave > -Original Message- > From: Hulbert Chris [mailto:chulb...@woolworths.com.au] > Sent: Tuesday, February 02, 2010 12:32 AM > To: user@struts.apache.org > Subject: New Struts2/Hibernate/Spring tutorial > > Hi all, I'v

New Struts2/Hibernate/Spring tutorial

2010-02-01 Thread Hulbert Chris
Hi all, I've recently been working on a Struts2/Hibernate/Spring beginners tutorial for some internal training at work, and was thinking that perhaps it could have some worth to the greater struts community, can anyone let me know if theres a site where it would belong and if you think

Re: Hibernate/Spring

2009-11-17 Thread Burton Rhodes
he Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von >>>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. >>>>>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas >>>>>> le >>>&g

Re: Hibernate/Spring

2009-11-17 Thread Musachy Barroso
ichten Manipulierbarkeit von >>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. >>>>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas >>>>> le >>>>> destinataire prévu, nous te demandons avec bonté que po

Re: Hibernate/Spring

2009-11-15 Thread Musachy Barroso
gt; informez l'expéditeur. N'importe quelle diffusion non autorisée ou la >>>> copie >>>> de ceci est interdite. Ce message sert à l'information seulement et >>>> n'aura >>>> pas n'importe quel effet légalement obligatoire. Étant donné que

Re: Hibernate/Spring

2009-11-15 Thread Alex Siman
ez l'expéditeur. N'importe quelle diffusion non autorisée ou la >>> copie >>> de ceci est interdite. Ce message sert à l'information seulement et >>> n'aura >>> pas n'importe quel effet légalement obligatoire. Étant donné que les >>

RE: Hibernate/Spring

2009-11-15 Thread Martin Gainty
ontenu fourni. > Date: Sun, 15 Nov 2009 04:18:13 -0800 > From: bphill...@ku.edu > To: user@struts.apache.org > Subject: Re: Hibernate/Spring > > > I wrote up a blog article on using Struts 2, Spring, and Hibernate together. > The article includes an example application

Re: Hibernate/Spring

2009-11-15 Thread phillips1021
-Hibernate-Example-Application -- View this message in context: http://old.nabble.com/Hibernate-Spring-tp26346725p26358620.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Hibernate/Spring

2009-11-14 Thread Musachy Barroso
gt; de ceci est interdite. Ce message sert à l'information seulement et n'aura >> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fo

Re: Hibernate/Spring

2009-11-14 Thread Denis Cabasson
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 14 Nov 2009 08:45:46 -0500 From: denis.cabas...@gmail.com To: user@struts.apache.org

Re: Hibernate/Spring

2009-11-14 Thread phillips1021
l.java when I try to locate an object by its id. -- View this message in context: http://old.nabble.com/Hibernate-Spring-tp26346725p26353559.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsu

RE: Hibernate/Spring

2009-11-14 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Sat, 14 Nov 2009 08:45:46 -0500 > From: denis.cabas...@gmail.com > To: user@struts.apache.org > Subject: Re: Hibernate/Spring > > From what you are saying, I would have a look at the : > http://static.springsource.org/spring

Re: Hibernate/Spring

2009-11-14 Thread Denis Cabasson
something in my configuration with Hibernate/Spring with respect to the session factory or something that I need to revisit? It really seems as though I may have a missing component or a poor configuration somewhere. - To unsubscribe

Hibernate/Spring

2009-11-13 Thread Chris Cranford
delete, you should use getReference() or merge() in order to get an association to the entity before you call the remove() method. I attempted to use the same type of logic with getReference() during the findById() and it failed. Am I missing something in my configuration with Hibernate/Spring with

Re: Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread Rafael Nami
Appfuse 2 (http://appfuse.org) 2009/10/2 Antonio Petrelli > 2009/10/2 BlackKnight : > > Are there any good open sourced project using SSH? > > Well, in fact I mean something else for SSH, anyway the Roller > weblogger uses it: > http://roller.apache.org/ > > Antonio > > -

Re: Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread Antonio Petrelli
2009/10/2 BlackKnight : > Are there any good open sourced project using SSH? Well, in fact I mean something else for SSH, anyway the Roller weblogger uses it: http://roller.apache.org/ Antonio - To unsubscribe, e-mail: user-unsu

Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread BlackKnight
Hi,Folks, I've been using SSH for a while and are hoping to learn from some open source code if there are any. As for .net there are petshop. and Ejb there are petstore. Are there any good open sourced project using SSH? Thanks! Frank -