Hi,
I recently upgrade from jboss 3.2.5 to jboss 3.2.7.
I made the require change in the web-service.xml
<service name="SoapConfigurationFacade" provider="Handler" >
< parameter name="handlerClass" value="org.jboss.net.axis.server.EJBProvider"/>
and changed all my < beanMapping> tags to <typeMapping> with BeanDeserializerFactory and BeanSerializerFactory
The web service works fine, but it much more slower. I have set of activities that takes 5 seconds in the old version and 60 seconds in the new version.
Does anyone know why?