[java ee programming] Lab 3517 Hibernate Query Language

2009-05-16 Thread Warren Schembri
Hi All, Just having a bit of an issue with the homework for this one on doing the first point: Find all products whose supplier is SamSung and whose price is under $1000using Criteria API with restrictions I am getting stuck with getting only Products where the Supplier is SamSung. I would have th

[java ee programming] Re: Homework Lab 4006 - Not sure what I'm doing wrong

2009-03-08 Thread Warren Schembri
> everythig is done with custemer, end customers, only you have to do is do > that similar for Name and Person! > > --- On *Sat, 3/7/09, Warren Schembri * wrote: > > From: Warren Schembri > Subject: [java ee programming] Homework Lab 4006 - Not sure what I&#x

[java ee programming] Homework Lab 4006 - Not sure what I'm doing wrong

2009-03-07 Thread Warren Schembri
Hi All, I have created the Person/Name object. However, it is not working In Init.java, I have the following code: Person person = new Person ("Warren", "Schembri"); sce.getServletContext().setAttribute("my_person", person); In resp