Jacek Laskowski wrote:
2006/2/20, Gianny Damour <[EMAIL PROTECTED]>:
As a work-around, I have committed the reset of the RMI code base
property prior to use MarshalledObject.
Hi Gianny,
Thanks for the help! It doesn't work for me, though :(
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ svn up
U modules/kernel/src/test/org/apache/geronimo/gbean/GBeanNameTest.java
Updated to revision 379110.
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/kernel
$ maven -o clean test:test
...
test:compile:
[javac] Compiling 21 source files to
C:\oss\geronimo\modules\kernel\target\test-classes
[javac]
C:\oss\geronimo\modules\kernel\src\test\org\apache\geronimo\gbean\GBeanNameTest.java:171:
cannot resolve symbol
[javac] symbol : method clearProperty (java.lang.String)
[javac] location: class java.lang.System
[javac] System.clearProperty(codeBaseProperty);
Sorry for that - clearProperty has only been introduced in 1.5. (I need
to downgrade to 1.4 while working with G.)
This is now fixed.
Thanks,
Gianny