[java ee programming] Lab 4016 bookstore1 - couldn't get database

2010-05-12 Thread Redmond
I'm trying to build, and run bookstore1 sample application, I get an error May 12, 2010 2:52:11 PM org.apache.catalina.core.StandardWrapperValve invoke INFO: Servlet BookStoreServlet is currently unavailable May 12, 2010 2:54:40 PM org.apache.catalina.core.ApplicationContext log INFO: Marking

[java ee programming] Lab 4016 (JspBookstore) Homework Questions

2010-05-10 Thread BillyRay
A couple of questions regarding the homework assignment for the JspBookstore lesson: 1. Are we supposed to implement the sale price logic using custom tags as was done in the Bookstore3 example? 2. Do we need to implement the sale price logic throughout the entire application, or only on the

[java ee programming] LAB-4016 Build and run bookstore4-jndi sample application

2009-09-11 Thread Alfredo Torres
Hi, I follow the steps to create the jdbc resource and morify the derby pool in the admin console in Glassfish 3.0 prelude. But when i try to run the sample Web bookstore4-jndi i receive this exception: java.lang.NoClassDefFoundError: org/apache/derby/client/am/ FailedProperties40 Where is

[java ee programming] Lab 4016

2009-09-10 Thread Alfredo Torres
Hi, I set up the database an create the book table but when i try tu run the Web my browser go to http://www.fastbrowsersearch.com/results/results.aspx?q=http://localhost:8084/bookstorec=webs=FDNSv=18tid={52AD233E-F9A1-C526-C4A9-09AD445803DB} Anuone know the solution for this? Thanks in

[java ee programming] LAB-4016

2009-04-15 Thread lisandrodc
Hi all! I have a problem with download, the link provided: http://javashoplm.sun.com/ECom/docs/product_redirect_sdn.html, not be able the download the Sun Java System App Server 9 Update 1. This si the link:

[java ee programming] Lab-4016 BookDAO source file is different than in lecture file

2009-01-26 Thread dzgaga
I'm trying to get a little head start on the upcoming class and I noticed that in Lab-4016 you show:' public BookDBAO() throws Exception { try { Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/ env);