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 (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to archive@mail-archive.com