Romain Manni-Bucau created TOMEE-376:
----------------------------------------

             Summary: ability to configure cxf feature for jaxws endpoints
                 Key: TOMEE-376
                 URL: https://issues.apache.org/jira/browse/TOMEE-376
             Project: TomEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
             Fix For: 1.1.0


properties are read in openejb-jar for ejb and system properties for pojo.

it needs to define the property: openejb.jaxws.cxf.features to the list of 
feature (qualified name comma separated)

then specific config can be set using openejb.jaxws.cxf.features.<qualified 
name of the feature impl>.<property> = <value>

Note: for pojo prefix the previous keys by the qualified name of the service 
impl

sample:

org.superbiz.MyPojo.openejb.jaxws.cxf.features=org.apache.cxf.feature.LoggingFeature


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to