[java ee programming] Lab-1020 TypeInfo.java question.

2009-03-12 Thread Karl
While this seems very comprehensible, I'd like to have something cleared up before I put it to bed. I'm looking at the TypeInfo.java file, specifically this block: ResultSet rs = dbmd.getTypeInfo(); while (rs.next()) { String typeName = rs.getString("TYPE

[java ee programming] JSTL Homework Question

2009-03-12 Thread Don Brumbaugh
I have started doing the JSTL homework assignment and I am confused by the instructions. Their are two steps to complete this task. 1) Modify index.jsp 2) Modify response.jsp. If I only modify response.jsp to just output the customerTable I get the expected results. My question is, what am I accom

[java ee programming] bookstore1 failing to run on glassfish2

2009-03-12 Thread daydream
hi everybody, everytime i try to run the web application bookstore1 that came with the jee5 tutorial on glassfish2 it fails it builds successfully but it fails (i'm using netbeans 6.5) instead of the application i get this exception type Exception report message descriptionThe server encount

[java ee programming] Re: GlassFish V2 server error

2009-03-12 Thread Karl
Peter, Look in the server.log file as the message mentions. It should provide more information. Not sure why the error message doesn't give the actual path (would save a few messages to this list) but it should be somewhere like this: [GlassfishFolder]/domains/domain1/logs/server.log ~Karl -

[java ee programming] GlassFish V2 server error

2009-03-12 Thread Kukučka , Peter
Hello all, I have the problem, I cannot run Web App on GlassFish V2 sever. After installation of GlassFish V2 together with the Netbeans 6.5 everythink worked fine, but then suddenly I got the error for any web project run on GlassFish V2 server. For example when I want to run MyFirstWebApp proje