On Fri, 23 May 2008, Mihael Hategan wrote: > Well, no: > t.setSpecification(buildSpecification(sid, maxWallTime, prototype)); > copyAttributes(t, prototype); I see that now. It doesn't copy the attributes from the embedded JobSpecification to the new JobSpecification - it copies Task attributes, which appear to be different. --