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
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
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
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
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