admin@glassfish.java.net

Re: Another error building Admin Console

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Wed, 29 Apr 2009 08:12:07 -0700

Hi Kim,
This new API is introduced yesterday in amx-core, sounds like the
amx-core SNAPSHOT is not published yet. You will have to build that
yourself. And you may have to checkout and build v3 assuming other
SNAPSHOT that amx-core depends on is not available also.
So, in your steps below, instead of doing 'mvn clean install' in
admingui directory, do it at v3.

Anissa.

Kim Haase wrote:
> Hi,
>
> This morning I've run into another error. This time I did an svn
> update in trunk/v3 first -- this is the sequence of commands.
>
> cd trunk/v3
> svn update
> cd admingui
> mvn clean install
>
> The error is
>
> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/util/V3AMX.java:68:
> cannot find symbol
> symbol : method getDomainRootProxy()
> location: class org.glassfish.admin.amx.core.proxy.ProxyFactory
> DomainRoot domainRoot =
> ProxyFactory.getInstance(mbs).getDomainRootProxy();
>
> Any advice will be appreciated.
>
> Thanks,
> Kim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>