Hello guys,
I need to override the seam 3 cdi component IdentityImpl that has the cdi name "identity"( @Named("identity") ) to write my own Identity, but my component isn't called, because in my pages I use the EL "identity". So I annoted my class with @Specializes and this old error occur:
https://issues.jboss.org/browse/WELD-912
I have tried updated the version of weld on jboss but the same error occur. I tried with JBoss EAP 6.2 that came with weld 1.1.16 but the error appear. Can anyone help me?