Hi Jon!

in openejb-jar.xml you can configure providers:

<openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1";>
  <pojo-deployment class-name="jaxrs-application">
    <properties>
      cxf.jaxrs.providers =
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
    </properties>
  </pojo-deployment>
</openejb-jar>
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2014-02-04 Johnny Macnum <[email protected]>:
> Hello,
>
> I would like to configure this functionality of CXF 
> (http://cxf.apache.org/docs/jax-rs-cors.html). How can I do that with TomEE 
> 1.6 ?
>
> Regards,
>
> Jonathan
>

Reply via email to