Ok, I figured it out. There was a reference to the field in SQL. I had
removed the reference from 3 other stored procedures, but I missed one
and that was causing the problem. If only T-SQL was as easy to search
as Java...

Sorry for the disturbance. :)
Chad

On Jun 7, 12:09 pm, Chad <[email protected]> wrote:
> Hi all,
>
> I recently removed a column from a database. And, in turn, I removed
> references to it from my Java code (both client and server sides).
> Now, when I run my project, one of my RPCs throws an exception from
> SQL stating that the column doesn't exist. This exception is expected
> if I try to access a column in a result set that doesn't exist, but
> I'm no longer referencing that column. I deleted all references to it.
> I've done full text searches across my whole project. That column name
> isn't found. I've done a clean on the project. I've compiled the
> project. I changed obfuscation level and compiled again. I've exited
> Eclipse and gone back in. This exception keeps getting thrown. I even
> added a new method to my server side implementation class where the
> reference was just to make sure it should have to be recompiled.
> Nothing seems to help. I rebooted my machine and that didn't make a
> difference either.
>
> Any ideas how to make this deleted code not run?
>
> TIA,
> Chad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to