Autowire Error

OK...
we created a table called "AttachedFile" in SQL Server and created the
bean, DAO, Service and Gateway.

We keep getting this error even though the initial cfc (Grant.cfc)
does not include any variable called "AttachedFile"

One suspect is that we have a field named "AttachedFile" in the
"AttachedFile" table and that might be generating an autowire
conflict.

Any thoughts would be appreciated.

thanks

Oops! Exception Encountered
Application Execution Exception
Error Type: Autowire.AutowireException : [N/A]
Error Messages: Error autowiring egyptcss.handlers.Grant. ATTACHEDFILE
is already defined in argument scope. Use local to define a local
variable with same name.
coldfusion.compiler.ASTvariableDefinition$VarAlreadyDefinedException:
ATTACHEDFILE is already defined in argument scope. at
coldfusion.compiler.ASTvariableDefinition.register(ASTvariableDefinition.java:
105) at
coldfusion.compiler.SemanticAnalyzer.transform(SemanticAnalyzer.java:
333) at .......blah blah blah