4 Replies Latest reply on Jul 2, 2012 5:10 AM by asoldano

    Valve configuration for webservice in ejb-jar

    gazonk

      Hi,

       

      we are trying to migrate our application from JBoss AS 5 to 7.1.1 and need some custom Valves.

      I know it isn't possible to configure valves container wide anymore (without extending the web subcomponent) and i found out how to configure them for a .war (in jboss-web.xml) but not for an ejb-jar containing a session bean which is exposed as a webservice using jax-ws.

       

      Any help is greatly appreciated.