Put the class in a package.
I'd drag out the relevant part of the spec. for you, but I'm sure you are
more than capable.
If problems persist, post a WAR with expected and actual outcome.
--
Tony Morris
http://xdweb.net/~dibblego
It is in a package.
com.photos.mt.controller.PhotoManagerController
attempts to call
com.photos.mt.resource.Resource.setup(String)
and
com.photos.logs.Logger.setup(String, String, String)
each time the NoSuchMethodError is thrown. I've switched the calling
of these two methods and I just get the same NoSuchMethodError for
whichever method is called first. (This lead me to believe and a
couple other things that I didn't have a stray jar file lying around
somewhere).
> Put the class in a package.
> I'd drag out the relevant part of the spec. for you, but I'm sure you are
> more than capable.
>
> If problems persist, post a WAR with expected and actual outcome.