Please forget this, my problem was another: javax.inject.Injector x
com.google.inject.Injector.
But then I'd like to introduce this question. Since Guice 3 is out, and
now there is these two annotations, shouldn't Wicket Guice module take
both in account?
-------
GuiceFieldValueFactory.java:
public boolean supportsField(final Field field)
{
return field.isAnnotationPresent(Inject.class); //
com.google.inject.Inject
}
-------
Adriano
On 06/07/2011 10:13, Adriano dos Santos Fernandes wrote:
Hi!
I'm trying to modularize an application using classloaders.
I override the filter getClassLoader method and return an
URLClassLoader. Seams working well, except that @Inject's are not
working.