2 Replies Latest reply on Mar 5, 2012 9:29 PM by aanderson

    Weld SE now requires bean.xml file?

    aanderson

      I am updating an application from Weld 1.1.0 to 1.1.5 and after the update I now receive a ""Missing beans.xml file in META-INF!"" exception. I am curious as to why beans.xml is now required in Weld SE because I do not want CDI auto scanning enabled and I want to only explicitly declare managed beans through my CDI extensions. Prevously not including a beans.xml file would disable auto scanning and I believe this behavior is compliant with the CDI spec.