Re: Build failed in Hudson: cxf-wss4j-1.6-port #1

2010-11-09 Thread Colm O hEigeartaigh
I've tried changing some build parameters in hudson but it's still giving the same error. Could the fact that the target is clean test be causing the problem? Colm. On Mon, Nov 8, 2010 at 5:34 PM, Daniel Kulp dk...@apache.org wrote: On Monday 08 November 2010 8:15:16 am Colm O hEigeartaigh

Re: Unable to deploy CXF WS package on JBoss

2010-11-09 Thread Daniel Kulp
It's likely a classloader issue as JBoss likely already has some of the libraries we use in the classloader provided for the webapp. I would assume things like WSS4J (which would be the cause of the ClassCastException) are already there or similar.I would start removing some of the

Re: Unable to deploy CXF WS package on JBoss

2010-11-09 Thread Alessio Soldano
Yes, this might be a classloading issue, however it's not that clear to me the relationship with WSS4J here (sorry Dan ;-) Anyway, which webservice stack is being used on the mentioned JBoss 5.1.0? (btw I assume it's the community AS version..?) If the JBossWS-CXF stack is installed, you might

Re: Unable to deploy CXF WS package on JBoss

2010-11-09 Thread Alessio Soldano
Hi Dan, On 11/09/2010 09:50 PM, Daniel Kulp wrote: On Tuesday 09 November 2010 3:47:22 pm Alessio Soldano wrote: Yes, this might be a classloading issue, however it's not that clear to me the relationship with WSS4J here (sorry Dan ;-) Ooppss. I meant WSDL4J. Too many 4j's. :-)