[java ee programming] Fwd: EJB Error with Axis-

2010-05-17 Thread jitesh dundas
Hello Friends, I am using EJB/Axis/Servlets for allowing customers to buy tickets online using the simulator (configured on Axis service). The following is the Axis error that we get on WebLogic. FINER: Throwable Exception happened Error Message :::null com.gisil.iris.common.IrisException:

Re: [java ee programming] Using Jasper reports

2010-05-17 Thread bambang passion
Hi, Try to read the tutorial : a. http://www.ensode.net/ireport_review.html b.http://www.ensode.net/jasperreports_intro.html c. http://jasperforge.org/website/ireportwebsite/IR%20Website/ir_deploying_reports.html?header=projecttarget=ireport

[java ee programming] Re: 4016 onSale not accessible?

2010-05-17 Thread BillyRay
Chris, a couple of things... I noticed in books.jspx you used mixed case for the onSale element tags. Try changing these as well as the references to them to all lowercase. So your definition in books.jspx will read: onsale$ {book.onSale}/onsale and to retrieve this value in bookcatalog.jsp