I have found and resolved this issue myself.
The following eclipse .project and build spec was found to resolve this problem
<?xml version="1.0" encoding="UTF-8"?>
| <projectDescription>
| <name>edsloadwf</name>
| <comment></comment>
| <projects>
| </projects>
| <buildSpec>
| <buildCommand>
| <name>org.eclipse.jdt.core.javabuilder</name>
| <arguments>
| </arguments>
| </buildCommand>
| </buildSpec>
| <natures>
| <nature>org.eclipse.jdt.core.javanature</nature>
| </natures>
| </projectDescription
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124185#4124185
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124185