users@glassfish.java.net

Re: Embedded GlassFish trunk not working

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Thu, 12 Aug 2010 00:31:32 +0200

Hi Marina,

thanks for looking into this, here is the issue:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=12960

Maybe P1 is a bit harsh for this, but this is a 'should-be-fixed-soon'
kind of a bug I guess. :)

/*
building embedded-all is a bit pain though:
I've used to build the whole gf with mvn clean install, and then go into
embedded/all and execute mvn clean install there too. But that ant task
is realllllllly slow, probably it could be optimized, so much
jar/unjar.. maybe maven-assembly-plugin could be used?
*/

Regards,
Peter

2010-08-12 00:17 keltezéssel, Marina Vatkina írta:
> Hi Peter,
>
> File a bug in packaging (the base class of FileDirContext class did
> change a non-static variable to a static (see
> http://stackoverflow.com/questions/1980452/what-causes-java-lang-incompatibleclasschangeerror
> for IncompatibleClassChangeError explanation), but somebody needs to
> look at why the subclass wasn't recompiled when building the -all.jar.
>
> thanks,
> -marina