Strange Error ???
Strange Error ???
- Subject: Strange Error ???
- From: James Cicenia <email@hidden>
- Date: Mon, 2 Apr 2007 16:47:31 -0500
Ok this is messing with my head here.
I have the following line:
newPhase.setResponsiblePerson((ProjectRosterMember)msp.resources
().objectAtIndex(0));
Sometimes the above works and sometimes it doesn't. HOWEVER if I put
the println AFTER it it always works?!!!!!
System.out.println("PHASE RESPONSIBLE PERSON IS "+
(newPhase.responsiblePerson().resource().fullName()));
The array resources() is an immutableClone.
Is there some faulting issue here that post setting the responsible
person heals itself with the println?????
Thanks
James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden