class object missing from ear file
410475Jan 20 2004 — edited Apr 27 2004I create an ear file called smart.ear. I deploy it to Oracle9iAS. When I try to run the app, it comes back with an error not able to find the following file:
EroUsersGetUserViewRowImpl
I looked in the ear file and then into the war file, and sure enough, it is not there. I added the missing file manually to the proper directory on the application server and the application ran fine.
Can anyone tell me why this file is not getting added to the ear file automatically.
By the way, this is the only RowImpl file I have in the application at this point.
Thanks, Steve