[jboss-user] [JBossWS] - Maven WSConsume

2009-03-30 Thread john.pfei...@billmelater.com
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

[jboss-user] [JBoss AOP] - Re: Log Messages Not Showing with Compile Time Weaving

2009-03-05 Thread john.pfei...@billmelater.com
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

[jboss-user] [JBoss AOP] - Log Messages Not Showing with Compile Time Weaving

2009-03-04 Thread john.pfei...@billmelater.com
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