gonmarques / cdi-properties

CDI Properties is a CDI extension that leverages resource bundle injection in Java EE applications.
Apache License 2.0
24 stars 4 forks source link

Error cast PropertyResolverInjectionTarget to InjectionTargetImpl #2

Open nicearma opened 8 years ago

nicearma commented 8 years ago

Hello, I trying to use this CDI plugin, but i getting this error: GRAVE: error invoking org.apache.tomee.webservices.TomeeJaxRsService@314c508a java.lang.ClassCastException: Cannot cast com.byteslounge.cdi.extension.PropertyResolverInjectionTarget to org.apache.webbeans.portable.InjectionTargetImpl

I'm using TOMEE

gonmarques commented 8 years ago

Hi,

It seems that this issue is related with OpenEJB, which is bundled with TomEE.

I've opened an issue in OpenEJB's JIRA: https://issues.apache.org/jira/browse/OPENEJB-2125