1
resposta

Erro ao Injetar: Properties is not proxyable.

Ao tentar injetar o ConfigureFactory eu obtive o seguinte erro:

Caused by: org.jboss.weld.exceptions.UnproxyableResolutionException: WELD-001480: Bean type class java.util.Properties is not proxyable 
because it contains a final method final java.util.Hashtable java.util.Hashtable.cloneHashtable() - Producer Method [Properties] with qualifiers 
[@Configuration @Any] declared as [[BackedAnnotatedMethod] @Produces @Configuration @ApplicationScoped public 
br.com.higortavares.cdilib.configuration.ConfigurationFactory.getProperties()].
1 resposta

Oi Paulo,

Como está seu ConfigurationFactory?