dev@glassfish.java.net

Re: build failure in EJBUtils.java

From: Kenneth Saks <Kenneth.Saks_at_Sun.COM>
Date: Tue, 02 Aug 2005 23:40:07 -0400

Matthew L Daniel wrote:

>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".
>
It sounds like you still have an older version of the peorb. There was an
integration of the orb to b48 a few days ago. The latest version of
EJBUtils
depends on an API that is only present in the latest bits. Try getting
a fresh
workspace.

 --ken

>
> Any input will be appreciated,
> -- /v\atthew
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>
>