[java ee programming] Re: Access denied

2009-08-23 Thread rey barcelon
Ooops. Sorry about that Naresh. Hi Rasesh , Please send more details so we can help you out. Rey On Mon, Aug 24, 2009 at 8:35 AM, rey barcelon wrote: > Hi Naresh, > > Can you please provide more details by pasting your logs as well as your > source code? > > > >

[java ee programming] Re: Access denied

2009-08-23 Thread rey barcelon
Hi Naresh, Can you please provide more details by pasting your logs as well as your source code? Regards, Rey On Mon, Aug 24, 2009 at 12:01 AM, Naresh Rangineni wrote: > It can be because of java security configuration > > On Sun, Aug 23, 2009 at 10:36 AM, rasesh mori wrote: > >> >> Hi all, >

[java ee programming] Re: 4006- homework

2009-10-29 Thread rey barcelon
Hi Sujata, How did you define your Person class? I suggest you write Person.java as -- public class Person { public Name name; public Person() { } public void setName(Name n){ name = n; } public Name getName(){ return name;