Hey, I bumped into the following error during a DOSGI consumer-provider call: org.apache.cxf.interceptor.Fault: Couldn't instantiate class. null. Nested exception is java.lang.InstantiationException: null
As it turned out, I got this exception, because I use abstract Java classes and inheritance in my Java business objects. Is there a workaround for this issue, or the only solution is not using the abstract keyword? Thanks in advance, András Liter
