We haven encountered several issues with the lack of platform independence
using the maven exec plugin to invoke the wsconsume.sh script.
I was hoping that there was a single jar (i.e. wsconsume.jar) or an existing
maven plugin that we could use to generate our services from a WSDL.
This alon
Do you need the jboss-aop.xml in the classpath if you have done compile time
weaving? I thought that was only necessary if you do load time weaving? In
the maven plugin config above, I provide that path to the plugin. I can see
that the code has been instrumented by looking at the class files
I have a few Interceptors that seem to work fine with load time weaving. I'd
like to shift to compile time weaving using the maven plugin. I have the
following defined in my pom.xml file. When I run my application I am not able
to see the log statements generated by the interceptors. I can s