Richard Opalka [
http://community.jboss.org/people/ropalka] created the discussion
"Re: JBossWS/CXF configuration / extensions"
To view the discussion, visit:
http://community.jboss.org/message/641536#641536
--------------------------------------------------------------
Well U need to delete
/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory from
$JBOSS_HOME/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration*.jar
Then provide your own jar containing your InvocationHandlerFactoryImpl and place it in
$JBOSS_HOME/modules/org/jboss/as/webservices/main folder
(including /META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory
definition).
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/641536#641536]
Start a new discussion in JBoss AS 7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]