org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser.mapElementToJaxbPropertycreates
a JAXB context every time.

Seems as if we could get that down if we could defer this until we knew all
the packages. Or, for a cheap trick, we could hang onto a map from packages
to contexts and avoid the creation overhead. That's sufficiently easy, so I
think I'll do it.

Reply via email to