ProxyFactory.getDomainRootProxy() has been there for weeks, but all I
do is source builds.
Lloyd
On Apr 29, 2009, at 8:12 AM, Anissa Lam wrote:
>
> 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>
Lloyd Chambers
lloyd.chambers_at_sun.com
GlassFish Team