quality@glassfish.java.net

Re: Glassfish Plugin IDE Tools Weekly Status (Sept17 - Sept24)

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Wed, 24 Sep 2008 21:06:59 -0700

On 09/24/08 08:41 PM, Jerome Dochez wrote:
> Jan
>
> Can you look at first two issues
>
> Vivek
>
> The third one is for you.
>
> thanks, jerome
>
>
> Davis Nguyen wrote:
>>
>>
>> *Netbean 6.5 with **Glassfish V3*
>>
>> * Updated Netbean 6.5 Test Specification Netbean 6.5 Plugin Test
>> Design Specification
>>
>> <http://wiki.glassfish.java.net/Wiki.jsp?page=NetBeanPluginTestSpec6.5.html>
>>
>>
>> * Tested netbeans-trunk-nightly against GlassFish V3 b23/b24 on
>> the following environments (OS: OS:Win XP, Solaris x86 and Vista
>> for, JDK : jdk1.6.0_06 & jdk1.5.x)
>> * New GlassFish V3 Issues:
>> * Issue 148121
>> <http://serverplugins.netbeans.org/issues/show_bug.cgi?id=148121>
>> V3:Package Archive Project feature is not working

The java.lang.UnsupportedOperationException in the attached messages.log
seems to be hk2 related:

  Hk2DeploymentManager.distribute(target, file, file) not supported yet

However, I see a different exception in the attached server.log:

  java.net.MalformedURLException: PWC1222: Path null does not start with
a "/" character
        at
org.apache.catalina.core.ApplicationContext.getResource(ApplicationContext.java:570)

In V3, we've started enforcing the Servlet spec requirement that the
path argument passed to ServletContext.getResource() start with "/".

This means that their ShowSource.jsp needs to be fixed.


>> * Issue 148115
>>
>> <http://serverplugins.netbeans.org/issues/show_bug.cgi?id=148115>V3:JSTL
>> Sample Project needs to be updated

Kin-man, can you take a look at this issue? It's JSTL related.

Thanks,


Jan