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?
>
>
>
>
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,
>
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;