Hi, please make sure that the class files deployed to the webserver are the exact same class files you use for report generation. If you use different compilers, different compiler versions, pack200 JARs or any other tool that modifies your class files the execution data cannot be matched.
Best regards, -marc > On 21.02.2014, at 12:40, [email protected] wrote: > > Hi, > > > I have a web service and web app. > Through web app we invoke web service (JAX WS and Implementation is drools > and java). > I want coverage for both client and web server. I have started both with > jacoco agent. > I am not getting coverage for web service classes. > In the sessions page I am seeing the classes in the web service package also > but coverage is zero. > I am getting good coverage for the client webapp. > > > Please help with your guidance. > > Regards > Roy > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
