After working through the REST demo a while back, this class
import com.sun.jersey.spi.resource.Singleton
was not marked as understood (red x). MyEcilpse had no ideas how to resolve the issue when I clicked the red x in the margin.
The project was set up to use a Singleton.
Since it’s clearly a class that’s needed, so why did MyEclipse get confused just because I picked Java 7 or some other project setup option?
Seems like a bug to me that you have to make sure you pick just the right version of everything for it to work.
Is this an issue that’s now been resolved with better project option checking by MyEclipse?
Thanks,