[Geoserver-devel] Build failed in Hudson: geoserver-trunk #4653

See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/4653/&gt;

------------------------------------------
[...truncated 21215 lines...]
  at java.lang.reflect.Method.invoke(Method.java:597)
  at junit.framework.TestCase.runTest(TestCase.java:164)
  at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
  at junit.framework.TestCase.runBare(TestCase.java:130)
  at junit.framework.TestResult$1.protect(TestResult.java:106)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.framework.TestResult.run(TestResult.java:109)
  at junit.framework.TestCase.run(TestCase.java:120)
  at junit.framework.TestSuite.runTest(TestSuite.java:230)
  at junit.framework.TestSuite.run(TestSuite.java:225)
  at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.UnsupportedOperationException: Trying to write on the write protected attribute ADDRESS
  at org.geoserver.security.decorators.SecuredSimpleFeatureLocking.modifyFeatures(SecuredSimpleFeatureLocking.java:92)
  at org.geoserver.wfs.UpdateElementHandler.execute(UpdateElementHandler.java:242)
  ... 78 more
18 Oct 10:55:07 ERROR [geoserver.ows] -
org.geoserver.wfs.WFSException: Update error: Trying to write on the write protected attribute ADDRESS
  at org.geoserver.wfs.response.TransactionResponse.v_1_1(TransactionResponse.java:195)
  at org.geoserver.wfs.response.TransactionResponse.write(TransactionResponse.java:65)
  at org.geoserver.ows.Dispatcher.response(Dispatcher.java:750)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:238)
  at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
  at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1217)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
  at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:44)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1236)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1177)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1159)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:778)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:725)
  at org.geoserver.test.GeoServerAbstractTestSupport.post(GeoServerAbstractTestSupport.java:705)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:912)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:895)
  at org.geoserver.wfs.ResourceAccessManagerWFSTest.testUpdateAttributeRestricted(ResourceAccessManagerWFSTest.java:318)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at junit.framework.TestCase.runTest(TestCase.java:164)
  at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
  at junit.framework.TestCase.runBare(TestCase.java:130)
  at junit.framework.TestResult$1.protect(TestResult.java:106)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.framework.TestResult.run(TestResult.java:109)
  at junit.framework.TestCase.run(TestCase.java:120)
  at junit.framework.TestSuite.runTest(TestSuite.java:230)
  at junit.framework.TestSuite.run(TestSuite.java:225)
  at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
18 Oct 10:55:07 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock1481720048813161714data&gt;
----------------------------------
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.195 sec
Running org.geoserver.wfs.v1_1.CapabilitiesTransformerTest
18 Oct 10:55:08 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock1035334540977415330data&gt;
----------------------------------
18 Oct 10:55:08 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock1281331483368945887data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec
Running org.geoserver.wfs.v1_1.GetCapabilitiesTest
18 Oct 10:55:08 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock2105972066115234462data&gt;
----------------------------------
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec
Running org.geoserver.wfs.response.GeoJSONBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.geoserver.wfs.ReprojectionWriteTest
18 Oct 10:55:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock9125366545587843094data&gt;
----------------------------------
18 Oct 10:55:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock3706210599035648293data&gt;
----------------------------------
18 Oct 10:55:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock781473475671368094data&gt;
----------------------------------
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
Running org.geoserver.wfs.response.CSVOutputFormatTest
18 Oct 10:55:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock4984884668900174034data&gt;
----------------------------------
18 Oct 10:55:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock5203977785943614059data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.geoserver.wfs.AliasTest
18 Oct 10:55:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock4380884455517261249data&gt;
----------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns:cdf="http://www.opengis.net/cite/data&quot; xmlns:gml="http://www.opengis.net/gml&quot; xmlns:gs="http://geoserver.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot; elementFormDefault="qualified" targetNamespace="http://www.opengis.net/cite/data&quot;&gt;
  <xsd:import namespace="http://www.opengis.net/gml&quot; schemaLocation="http://localhost:8080/geoserver/schemas/gml/2.1.2/feature.xsd&quot;/&gt;
  <xsd:complexType name="ft15Type">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="boundedBy" nillable="true" type="gml:PolygonPropertyType"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="pointProperty" nillable="true" type="gml:PointPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="ft15" substitutionGroup="gml:_Feature" type="cdf:ft15Type"/>
</xsd:schema>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running org.geoserver.wfs.xml.GMLOutputFormatTest
18 Oct 10:55:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock6525884206556920128data&gt;
----------------------------------
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
Running org.geoserver.wfs.SrsNameTest
18 Oct 10:55:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock1895266710975578548data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec

Results :

Tests run: 259, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT.jar&gt;
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-tests.jar&gt;
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs&gt;
[WARNING] the "build.repository" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-sources.jar&gt;
[INFO] Preparing source:test-jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: test-jar from forked lifecycle, to prevent recursive invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs&gt;
[WARNING] the "build.repository" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:test-jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-test-sources.jar&gt;
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-tests.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-sources.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-sources.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-test-sources.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Web Map Service Module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target&gt;
[INFO] [cobertura:clean {execution: default}]
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms&gt;
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 10 resources
[INFO] snapshot org.geotools:gt-svg:8-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-svg:8-SNAPSHOT: checking for updates from osgeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:8-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:8-SNAPSHOT: checking for updates from osgeo
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 173 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target/classes&gt;
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/src/main/java/org/geoserver/kml/KMZMapResponse.java&gt;:\[109,66\] incompatible types
found : java.util.List<org.geotools.map.Layer>
required: java.util.concurrent.CopyOnWriteArrayList<org.geotools.map.Layer>

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 39 seconds
[INFO] Finished at: Tue Oct 18 10:55:18 UTC 2011
[INFO] Final Memory: 56M/399M
[INFO] ------------------------------------------------------------------------

See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/4654/&gt;

------------------------------------------
[...truncated 21215 lines...]
  at java.lang.reflect.Method.invoke(Method.java:597)
  at junit.framework.TestCase.runTest(TestCase.java:164)
  at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
  at junit.framework.TestCase.runBare(TestCase.java:130)
  at junit.framework.TestResult$1.protect(TestResult.java:106)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.framework.TestResult.run(TestResult.java:109)
  at junit.framework.TestCase.run(TestCase.java:120)
  at junit.framework.TestSuite.runTest(TestSuite.java:230)
  at junit.framework.TestSuite.run(TestSuite.java:225)
  at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.UnsupportedOperationException: Trying to write on the write protected attribute ADDRESS
  at org.geoserver.security.decorators.SecuredSimpleFeatureLocking.modifyFeatures(SecuredSimpleFeatureLocking.java:92)
  at org.geoserver.wfs.UpdateElementHandler.execute(UpdateElementHandler.java:242)
  ... 78 more
18 Oct 11:44:07 ERROR [geoserver.ows] -
org.geoserver.wfs.WFSException: Update error: Trying to write on the write protected attribute ADDRESS
  at org.geoserver.wfs.response.TransactionResponse.v_1_1(TransactionResponse.java:195)
  at org.geoserver.wfs.response.TransactionResponse.write(TransactionResponse.java:65)
  at org.geoserver.ows.Dispatcher.response(Dispatcher.java:750)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:238)
  at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
  at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1217)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
  at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
  at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:44)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1236)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1177)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1159)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:778)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:725)
  at org.geoserver.test.GeoServerAbstractTestSupport.post(GeoServerAbstractTestSupport.java:705)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:912)
  at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:895)
  at org.geoserver.wfs.ResourceAccessManagerWFSTest.testUpdateAttributeRestricted(ResourceAccessManagerWFSTest.java:318)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at junit.framework.TestCase.runTest(TestCase.java:164)
  at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
  at junit.framework.TestCase.runBare(TestCase.java:130)
  at junit.framework.TestResult$1.protect(TestResult.java:106)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.framework.TestResult.run(TestResult.java:109)
  at junit.framework.TestCase.run(TestCase.java:120)
  at junit.framework.TestSuite.runTest(TestSuite.java:230)
  at junit.framework.TestSuite.run(TestSuite.java:225)
  at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
18 Oct 11:44:07 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock7100332562368976337data&gt;
----------------------------------
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.206 sec
Running org.geoserver.wfs.v1_1.CapabilitiesTransformerTest
18 Oct 11:44:07 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock7109034959475575335data&gt;
----------------------------------
18 Oct 11:44:07 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock2193075683510024043data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running org.geoserver.wfs.v1_1.GetCapabilitiesTest
18 Oct 11:44:07 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock8102353202020463887data&gt;
----------------------------------
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 sec
Running org.geoserver.wfs.response.GeoJSONBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.geoserver.wfs.ReprojectionWriteTest
18 Oct 11:44:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock7088749878426707805data&gt;
----------------------------------
18 Oct 11:44:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock1161402235081979432data&gt;
----------------------------------
18 Oct 11:44:09 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock6010111315527716860data&gt;
----------------------------------
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 sec
Running org.geoserver.wfs.response.CSVOutputFormatTest
18 Oct 11:44:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock754004275802692788data&gt;
----------------------------------
18 Oct 11:44:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock6309162865772909801data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec
Running org.geoserver.wfs.AliasTest
18 Oct 11:44:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock4836730415347840583data&gt;
----------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns:cdf="http://www.opengis.net/cite/data&quot; xmlns:gml="http://www.opengis.net/gml&quot; xmlns:gs="http://geoserver.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot; elementFormDefault="qualified" targetNamespace="http://www.opengis.net/cite/data&quot;&gt;
  <xsd:import namespace="http://www.opengis.net/gml&quot; schemaLocation="http://localhost:8080/geoserver/schemas/gml/2.1.2/feature.xsd&quot;/&gt;
  <xsd:complexType name="ft15Type">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="boundedBy" nillable="true" type="gml:PolygonPropertyType"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="pointProperty" nillable="true" type="gml:PointPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="ft15" substitutionGroup="gml:_Feature" type="cdf:ft15Type"/>
</xsd:schema>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.geoserver.wfs.xml.GMLOutputFormatTest
18 Oct 11:44:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock668733397771727911data&gt;
----------------------------------
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 sec
Running org.geoserver.wfs.SrsNameTest
18 Oct 11:44:10 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/./target/mock8983935733923594018data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec

Results :

Tests run: 259, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT.jar&gt;
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-tests.jar&gt;
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs&gt;
[WARNING] the "build.repository" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-sources.jar&gt;
[INFO] Preparing source:test-jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: test-jar from forked lifecycle, to prevent recursive invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs&gt;
[WARNING] the "build.repository" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:test-jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-test-sources.jar&gt;
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-tests.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-sources.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-sources.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.2-SNAPSHOT-test-sources.jar&gt; to /home/tomcat/.m2/repository/org/geoserver/wfs/2.2-SNAPSHOT/wfs-2.2-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Web Map Service Module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target&gt;
[INFO] [cobertura:clean {execution: default}]
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms&gt;
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 10 resources
[INFO] snapshot org.geotools:gt-svg:8-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-svg:8-SNAPSHOT: checking for updates from osgeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:8-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:8-SNAPSHOT: checking for updates from osgeo
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 173 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target/classes&gt;
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/src/main/java/org/geoserver/kml/KMZMapResponse.java&gt;:\[109,66\] incompatible types
found : java.util.List<org.geotools.map.Layer>
required: java.util.concurrent.CopyOnWriteArrayList<org.geotools.map.Layer>

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 34 seconds
[INFO] Finished at: Tue Oct 18 11:44:19 UTC 2011
[INFO] Final Memory: 55M/393M
[INFO] ------------------------------------------------------------------------

See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/4655/changes&gt;