dev@glassfish.java.net

build failure in EJBUtils.java

From: Matthew L Daniel <mdaniel_at_scdi.com>
Date: Tue, 2 Aug 2005 23:20:44 -0400

In appserv-core/src/java/com/sun/ejb/EJBUtils.java:421
> props.put(DUMP_AFTER_SETUP_VISITOR, "true");
> props.put(TRACE_BYTE_CODE_GENERATION, "true");
> props.put(USE_ASM_VERIFIER, "true");

My build is choking because it sees no reference to those constants.
After a grep of the build tree, I found reference to those same
variables in appserv-core/src/java/com/sun/ejb/codegen/
Remote30WrapperGenerator.java but they are commented out.

Further, at the end of that method, it claims there is no "_generate"
method, as seen here:
> return _generate(loader, null, props);

This is on Linux, i386, 1.5.0_04-b05, Maven 1.0.2 and my build process
is always "maven bootstrap build configure-runtime".

  Any input will be appreciated,
  -- /v\atthew