The build is broken on account of a missing class called
CMP1Bridge (in OpenEJB).  It looks like Dain checked in the offending file
that depends on CMP1Bridge -- Dain, perhaps you forgot to add the new
file?

        Gianny has a workaround to get it to compile, which is to create
the file like this:

public class CMP1Bridge {
    public CMP1Bridge(Class clazz, LinkedHashMap hashMap) {}
    public void loadCacheRow(CMPInstanceContext ctx, CacheRow row) {}
    public void loadEntityBean(CacheRow row, CMPInstanceContext ctx) {}
}

Aaron

Reply via email to