[java ee programming] Re: problem with .war files being read only

2009-10-21 Thread miga
On Oct 18, 7:47 pm, Eric Lonnett wrote: > Hello, > > I am a little behind, but was able to do the homework/lab #1 successfully. I > am now on the homework/lab #2, and this is only allowing me to "read only" > the sample files in netbeans, Same problem with homework/lab #3. This is > really frus

[java ee programming] Re: Unable to run Duke's Bookstore sample applications

2009-10-21 Thread miga
On Oct 21, 12:19 am, Chetana Shenoy wrote: > Hello everyone: >      I am unable to run the Bookstore sample applications. I get the > following exception on running it. >  package javax.persistence does not exist >         import javax.persistence.Entity; > > I am wondering if I have missed an

[java ee programming] Re: problem with .war files being read only

2009-10-21 Thread Eric Lonnett
Unfortunately, i seem to have another form of the problem... I initially thought that i had fixed the problem, but whenever i am trying to do the homework #3, and creating a middle.jsp file, within the hello1 lab sample, it is saying that the folders are read only when i go to creat the file, in n

[java ee programming] Re: help me please

2009-10-21 Thread diego_rangel_p
well... the all messages that I send not appear in my box.. thats all could you help me hieulu.. On 21 oct, 09:42, hieu wrote: > What question do you have? Make sure you post it on the > java-ee-j2ee-programming-with-passion@googlegroups.com, I will look at it > when I am available. > > On

[java ee programming] 4006- homework

2009-10-21 Thread derezone
I am not receiving the static first name , last name , can someone direct me in the right direction Person.java package org.me.hello; public class Person { public Name name; public Person(String firstName, String lastName) { name = new Na

[java ee programming] Re: help me please

2009-10-21 Thread hieu
What question do you have? Make sure you post it on the java-ee-j2ee-programming-with-passion@googlegroups.com, I will look at it when I am available. On Tue, Oct 20, 2009 at 6:41 PM, diego rangel wrote: > hello hieu: > > imagine that i received an email from the owner of the group > where write

[java ee programming] Re: Unable to run Duke's Bookstore sample applications

2009-10-21 Thread Chetana Shenoy
Hello: I tried that and I get the following error: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.v20090424-r4050): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'WEB_BOOKSTORE_BOOKS' does not exist.

[java ee programming] Re: Filter logging order is out of sequence

2009-10-21 Thread lwproactive
I thought its always randome, n no way to specify the sequence. Maybe you shouldn't take into consideration tat one filter should proceed after another when it completely finish. From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegr

[java ee programming] Filter logging order is out of sequence

2009-10-21 Thread peeter brunch
Hello, The order of the filters in the xml is defined in the following order: hello2 MyOwnFilter mypackage.MyOwnFilter MyOwnFilter2 mypackage.MyOwnFilter2 MyOwnFilter2 /* MyOwnFilter /* Fro