[java ee programming] org.hibernate.LazyInitializationException ERROR

2009-05-30 Thread federicomiralles
Hi everyone!!! I don't understand why when i run the following code (using DAO pattern): Hobby hobby = hobbyDao.find(h.getMyHobbyId()); System.out.println("Hobby = " + hobby.getHobby()); System.out.println("Years of practice = "+hobby.getYearIstartedThisHobby()); it thr

[java ee programming] WS correlation

2009-05-30 Thread Vish Saxena
Hi    I am trying to see a code sample of a WS correlation use case. Thanks Vishal   --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, se

[java ee programming] Re: Web services sample

2009-05-30 Thread lalit
check this http://oyejava.com/tiki-index.php?page=JAX-WS On May 20, 10:29 pm, Suraj Yadav wrote: > Hi Team, > > Can any one help me with simple Web services programme using Eclipse. > > Regards, > > Suraj --~--~-~--~~~---~--~~ You received this message because yo

[java ee programming] Re: Web services sample

2009-05-30 Thread lalit
Check the http://oyejava.com/tiki-index.php?page=JAX-WS";>JAX- WS tutorial On May 20, 10:29 pm, Suraj Yadav wrote: > Hi Team, > > Can any one help me with simple Web services programme using Eclipse. > > Regards, > > Suraj --~--~-~--~~~---~--~~ You received this

[java ee programming] Re: Problem with Hibernate Lab

2009-05-30 Thread lalit
Check if your hibernate.cfg.xml is in the class path. Check the sample code at http://oyejava.com/tiki-index.php? page=Hibernate+Introduction">Introduction to Hibernate, if this works. On May 26, 9:42 pm, pxk5...@njit.edu wrote: > I am having a problem with this line of code in the Main.java fil