users@glassfish.java.net

problems trying CDI

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Thu, 24 Dec 2009 10:41:15 +0100

I tried to deploy a JSF application using CDI feature on Glassfish V3, but:

application deployed successfully with name arena-puj and with the
following warning(s):
     [exec]
     [exec] Cannot create tables for application arena-puj. The
expected DDL file arena-puj_arena-model_arenapuj_createDDL.jdbc is not
available.


this happened after I inclued an empty beans.xml file in the WEB-INF folder...

* if I change back my beans to ManagedBean and redeploy the
application, everything works fine...........