admin@glassfish.java.net

Re: Error building Admin Console

From: Kim Haase <Camilla.Haase_at_Sun.COM>
Date: Mon, 27 Apr 2009 18:59:26 -0400

Thanks, Ken -- that worked. Sorry, I should always remember to do a
general update first.

I have another question, though -- I checked with Paul, and it seems as
if none of the Grizzly-related CLI commands are going to make it into
Preview -- the ones relating to network listeners, protocols, and thread
pools. Does that mean that the Grizzly-related screens will have to be
backed out of the Admin Console also? Will anything be put back to take
their place -- HTTP listener screens, for example? The screens currently
have a note saying they aren't working yet and to use the CLI -- but the
CLI doesn't work either.

Thanks again,
Kim

On 04/27/09 18:39, Ken Paulsen wrote:
>
> Hi Kim,
>
> Try updating your v3/pom.xml file also. The version # for
> jsftemplating.jar has changed in that file. The new version is needed
> in order for you to compile. Please let me know if this does not solve
> your problem.
>
> Thanks!
>
> Ken
>
>
> Kim Haase wrote:
>> I just did an svn update and then a mvn install in the admingui
>> directory. One of the files that came in with the svn update seems to
>> have caused the mvn install command to fail:
>>
>> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java:455:
>> cannot find symbol
>> symbol : method getInstance(javax.faces.context.FacesContext)
>> location: class com.sun.jsftemplating.component.ComponentUtil
>> ComponentUtil compUtil = ComponentUtil.getInstance(ctx);
>> ^
>> Note:
>> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java
>> uses unchecked or unsafe operations.
>> Note: Recompile with -Xlint:unchecked for details.
>> 1 error
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Fatal error compiling
>>
>> Hope someone can fix this.
>>
>> 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
>>