Gary Brown - 2008-07-22

Logged In: YES
user_id=1091755
Originator: YES

Partially resolved, as resources were being validated multiple times (due to multiple dependencies) concurrently - this has now been resolved.

However the main problem occurs because the imported project already has existing 'compiled' classes/jboss-esb.xml - but they are not marked as 'derived' resources until the Java builder processes them. The validation ignores derived resources, so this is usually not a problem - but during import, and prior to the Java builder being invoked, these files temporarily are not 'derived' and therefore get validated.

Longer term solution required for this - but currently should not be a problem in situations where projects are imported without the compiled classes/resources.