[Geoserver-devel] gwcFacade Bean Exception while debugging GeoServer

I'm using GeoServer 2.1.snapshot and attempting to debug GeoServer via
Eclipse. As GeoServer is starting up, the following error gets thrown:

BeanCreationException: Error creating bean with name 'gwcFacade'
defined in URL [file:/C:/Geoserver/src/gwc/target/classes/geowebcache-geoserver-context.xml]:
Cannot resolve reference to bean 'gwcTLDispatcher' while setting
constructor argument;

The gwcTLDispatcher bean is referenced in geowebcache-core-context.xml
file, and points to the class
org.geowebcache.layer.TileLayerDispatcher. This isn't a file located
in the gwc project.

I've seen another post on this mailing list - someone experienced a
similar problem but was solved by either increasing the JVM mem size,
or by switching from the JDK7 to JDK6. I've adjust the VM sizes, and
I'm using JDK6 right now and still see the error. Any ideas on what's
causing this exception and how to resolve? I'm using Win7 64bit,
running 32bit Eclipse and 32bit JDK6.

Thanks,
Patrick