If I issue the find command as follows:
$ find . -name *.ear
It prints out:
./dir1/dir2/earFile1.ear ./dir1/dir2/earFile2.
find . -name "*.ear" -exec ls -l {} \;