Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From a Ext-Scripting perspective, dropping the extscript-cdi war into your libraries dir is enough to enable Openwebbeans support, however you have to have Openwebbeans installed properlywhich means you have to add a beans.xml file to your META-INF directory and you have to add following entry to your web.xml file:

Code Block
xml
xml

<!-- ========================================================================================
                Optional: enable only if you have openwebbeans working
========================================================================================== -->
<listener>
    <listener-class>org.apache.webbeans.servlet.WebBeansConfigurationListener</listener-class>
</listener>