We have:
package resto.db;
import resto.utils.ReflectionUtil;
public interface EntityLookup
{
EntityLookup INSTANCE = ReflectionUtil.createImpl
("resto.db.EntityLookupImpl");
EntityManager getEntityManager();
}
that raises
[checkthread] EXCEPTION: java.lang.NoSuchMethodException:
resto.db.EntityLookup.<clinit>()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CheckThread Discussion Forum" group.
To post to this group, send email to
checkthread-discussion-forum@googlegroups.com
To unsubscribe from this group, send email to
checkthread-discussion-forum+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/checkthread-discussion-forum?hl=en
-~----------~----~----~----~------~----~------~--~---
.
Original issue reported on code.google.com by joe.jco...@gmail.com on 23 Apr 2009 at 2:17
Original issue reported on code.google.com by
joe.jco...@gmail.com
on 23 Apr 2009 at 2:17