See
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/12...
Changes:
[bstansberry(a)jboss.com] A new simplified approach to operation handlers.
[bstansberry(a)jboss.com] Only respect interruption on the initial operation; not on the
cleanup side
[bstansberry(a)jboss.com] Clean up interruption handling a bit
[bstansberry(a)jboss.com] Better cleanup
[bstansberry(a)jboss.com] Diagnostic
[bstansberry(a)jboss.com] New version of ModelControllerClient that tries to keep breakage
to a min
[bstansberry(a)jboss.com] Accommodate MSC API changes
[bstansberry(a)jboss.com] Service verification handler; handles multiple services, waits
until they are all stable
[bstansberry(a)jboss.com] Simplify
[bstansberry(a)jboss.com] Take proper action on the first state
[bstansberry(a)jboss.com] Base class for steps which add deployment processors
[bstansberry(a)jboss.com] readModelForUpdate()
[bstansberry(a)jboss.com] Add booting flag
[bstansberry(a)jboss.com] Fix NewOperationContextImpl stuff testing shows to be broken
[bstansberry(a)jboss.com] Use NewStepHandler in ModelNodeRegistration API
[bstansberry(a)jboss.com] Fix NewOperationContextImpl bugs
[bstansberry(a)jboss.com] Bootup process
[bstansberry(a)jboss.com] getModelNodeRegistration() on operation context
[bstansberry(a)jboss.com] Bad import
[bstansberry(a)jboss.com] Fix typo
[bstansberry(a)jboss.com] Add prepare step notion
[bstansberry(a)jboss.com] setRollbackOnly/isRollbackOnly()
[bstansberry(a)jboss.com] Fix ServerService compile errors
[bstansberry(a)jboss.com] Rollback on runtime failure support
[bstansberry(a)jboss.com] Placeholder for configuration persistence
[bstansberry(a)jboss.com] Work around compile issues in the controller module tests
[bstansberry(a)jboss.com] Remove useless import
[bstansberry(a)jboss.com] Boot new server instead of old one
[bstansberry(a)jboss.com] Javadocs
[bstansberry(a)jboss.com] Fix warnings
[bstansberry(a)jboss.com] Fix problem with response & op handling
[bstansberry(a)jboss.com] Fix stage comparison
[bstansberry(a)jboss.com] Don't use flags scoped to a step to hold state scoped to the
entire context
[bstansberry(a)jboss.com] Use the ROLLBACK_ON_RUNTIME_FAILURE header outside the
StepVerificationHandler
[bstansberry(a)jboss.com] Provide access to the runtime to handlers dealing with rollback
[bstansberry(a)jboss.com] Add tests of new ModelControllerImpl; remove tests of old
BasicModelController/ServerControllerImpl
[bstansberry(a)jboss.com] Add tests of caller rolling back successful tx
[bstansberry(a)jboss.com] Get rid of reporting compensating operations
[bstansberry(a)jboss.com] Fix composite op handling; enable composite handling tests
[bstansberry(a)jboss.com] Operation context cleanup
[bstansberry(a)jboss.com] Don't write to model if tx control denies it
[bstansberry(a)jboss.com] Migrate update operation handlers to NewStepHandler.
[bstansberry(a)jboss.com] Keep GlobalOperationHandlers compiling
[bstansberry(a)jboss.com] Fix spelling mistake
[bstansberry(a)jboss.com] global ops
[bstansberry(a)jboss.com] Global handlers: Add some FIXMEs, remove some no-longer needed
casts
[bstansberry(a)jboss.com] Update subsystem query operations
[bstansberry(a)jboss.com] Make sure add rollback removes services by service name
[bstansberry(a)jboss.com] Bring in NewProxyController and ProxyStepHandler
[bstansberry(a)jboss.com] convert op-handlers to new step-handler api
[bstansberry(a)jboss.com] Provide restart required status as part of responses
[bstansberry(a)jboss.com] Convert newly added handlers to NewStepHandler
[bstansberry(a)jboss.com] Convert GlobalOperationHandlers.RESOLVE to NewStepHandler
[bstansberry(a)jboss.com] Convert XmlMarshallingHandler to NewStepHandler
[bstansberry(a)jboss.com] Fix more handlers
[bstansberry(a)jboss.com] get it compile again
[bstansberry(a)jboss.com] Support for new listener stuff
[bstansberry(a)jboss.com] Populate the server model
[bstansberry(a)jboss.com] standalone bootstrap
[bstansberry(a)jboss.com] change to optional dependency
[bstansberry(a)jboss.com] Fix compilation problem in tests
[bstansberry(a)jboss.com] Get rid of CCEs by using NewModelControllerClient everywhere
[bstansberry(a)jboss.com] Temp workaround: Disable work done by ServiceVerificationHandler
[bstansberry(a)jboss.com] Temp workaround: Comment out security domain
[bstansberry(a)jboss.com] Fix duplicate msc version declaration
[bstansberry(a)jboss.com] Listen on child targets to get the 'Started' message
working
[bstansberry(a)jboss.com] Work around error in ServerControllerOperationHandlerService until
remoting comes in
[bstansberry(a)jboss.com] Fix type in java:jboss context service name
[bstansberry(a)jboss.com] Non-compiling cherry-pick of remoting work
[bstansberry(a)jboss.com] Clean compile - onto getting it working for standalone
[bstansberry(a)jboss.com] Get rid of the cancel asynchronous test
[bstansberry(a)jboss.com] Get CLI working with standalone
[bstansberry(a)jboss.com] No longer pass in channel to model controller operation handlers
on creation
[bstansberry(a)jboss.com] Failing test
[bstansberry(a)jboss.com] Fix incorrect container monitor acquisition
[bstansberry(a)jboss.com] Have former BootOperationHandler impls only change runtime at
boot; signal reloadRequired otherwise
[bstansberry(a)jboss.com] Fix IllegalStateException when trying to get next stage from DONE
[bstansberry(a)jboss.com] Start working on getting deployments working
[bstansberry(a)jboss.com] Get rid of unnecessary persist step
[bstansberry(a)jboss.com] Remove incorrect completeStep()
[bstansberry(a)jboss.com] Get security domains working
[bstansberry(a)jboss.com] Attempt to shut down clients better
[bstansberry(a)jboss.com] Run the boot operations in a non MSC thread
[bstansberry(a)jboss.com] Propagate exception to client
[bstansberry(a)jboss.com] Reenable ServerDeploymentManager
[bstansberry(a)jboss.com] Switch tests to use new model controller client, and temporarily
disable the read-config-as-xml one
[bstansberry(a)jboss.com] Stream server service should close stream server on stop
[bstansberry(a)jboss.com] Remove a lot of usages of old ModelControllerClient interface
[bstansberry(a)jboss.com] Remove use of o.j.a.controller.common.Util in testsuite as
it's producing CNFEs
[bstansberry(a)jboss.com] Fix tests of read-config-as-xml
[bstansberry(a)jboss.com] Fix the global operation handlers
[bstansberry(a)jboss.com] Explicitly identify runtime resources
[bstansberry(a)jboss.com] Fix integration tests of recursive read-resource and describe ops
[bstansberry(a)jboss.com] Properly track InitialContextFactoryService during subsystem add
call
[bstansberry(a)jboss.com] Initial re-work on DeploymentHandlerUtil
[bstansberry(a)jboss.com] Remove dead code
[bstansberry(a)jboss.com] Fix imports problem from rebase conflict resolution
[bstansberry(a)jboss.com] Disable wildcard test until Emanuel fixes wildcards
[bstansberry(a)jboss.com] Disable ProxyControllerTestCase pending kabir's work
[bstansberry(a)jboss.com] Fix threads subsystem tests and handlers
[bstansberry(a)jboss.com] Fix DeploymentHandlerUtil to correctly redeploy and replace
[bstansberry(a)jboss.com] Repackage deployment-repository to ...deployment.repository
instead of ...deployment
[bstansberry(a)jboss.com] Re-enable FileSystemDeploymentServiceUnitTestCase
[bstansberry(a)jboss.com] Fix ContainerStateMonitor usage
[bstansberry(a)jboss.com] [AS7-855] Disable illegal deployer calls to management layer
[bstansberry(a)jboss.com] add recursive rr test, don't throw OFE in bootStepHandler
[bstansberry(a)jboss.com] basic wildcard handling
[bstansberry(a)jboss.com] fix tests
[bstansberry(a)jboss.com] make wildcard handling the responsibility of the handler itself
[bstansberry(a)jboss.com] Convert new JCA thread resource handlers to StepHandler
[bstansberry(a)jboss.com] Port additional deployers from master
[bstansberry(a)jboss.com] Update describe handler for new attributes
[bstansberry(a)jboss.com] Get rid of _TempNewProxyController
[bstansberry(a)jboss.com] Don't throw IOException for
NewOperationContext.getAttachmentStream()
[bstansberry(a)jboss.com] Use ProxyStepHandler to handle proxy operations and start getting
proxy tests working
[bstansberry(a)jboss.com] Search for inherited ops child first
[bstansberry(a)jboss.com] Rewrite read-resource-description operation handler to work with
steps
[bstansberry(a)jboss.com] Get proxies over remoting sort of working
[bstansberry(a)jboss.com] Get remote proxies working a bit better
[bstansberry(a)jboss.com] Fix rebase bugs causing testsuite integration test failures
[bstansberry(a)jboss.com] Set context.reloadRequired() if invoked after boot
[bstansberry(a)jboss.com] Fix merge issues
[bstansberry(a)jboss.com] Remove server.log someone checked in
[bstansberry(a)jboss.com] Get rid of wait in ProxyStepHandler
[bstansberry(a)jboss.com] Merge ProtocolChannel and ProtocolChannelReceiver and make
ManagementChannel not close until all current requesti executions have completed.
[bstansberry(a)jboss.com] ChannelOpenListenerService needs to add the operation handler
[bstansberry(a)jboss.com] Reinstate HttpDeploymentUploadUnitTestCase and
ServerInModuleStartupTestCase
[bstansberry(a)jboss.com] Fix merge issues following rebase to master
[bstansberry(a)jboss.com] Always send a response header back to avoid infinite hangs when a
request goes bad on the server side
[bstansberry(a)jboss.com] Get rid of unused latch
[bstansberry(a)jboss.com] Cleaner way for ProxyOperationControl.operationPrepared() to wait
for Tx to complete
[bstansberry(a)jboss.com] Add flags to operation registration
[bstansberry(a)jboss.com] Re-enable ServerInModuelDeploymentTestCase
[bstansberry(a)jboss.com] Separate config model marshalling from the actual persistence
[bstansberry(a)jboss.com] Remove unused code
[bstansberry(a)jboss.com] Propagate exceptions executing request as part of the response
header
[bstansberry(a)jboss.com] Better blocking of ProxyOperationControl and OperationTransaction
methods
[bstansberry(a)jboss.com] Get rid of the crazy waits on the channel close methods
[bstansberry(a)jboss.com] Currently no need for batch id generation to be centralized on the
server
[bstansberry(a)jboss.com] Fix compile issues following rebase
[bstansberry(a)jboss.com] New stage for roll-out-to-domain steps
[bstansberry(a)jboss.com] Initial work on a new host controller boot
[bstansberry(a)jboss.com] Further work on host controller boot
[bstansberry(a)jboss.com] Fix refactoring bugs
[bstansberry(a)jboss.com] Git rid of uses of OperationBuilder.Factory
[bstansberry(a)jboss.com] Get rid of extra failure logging listener in HC boot
[bstansberry(a)jboss.com] Basic operation routing logic
[bstansberry(a)jboss.com] First steps on two-phase operation handling
[bstansberry(a)jboss.com] Setup part of the domain remoting services and an attempt to have
ServerInventory lazily initialized
[bstansberry(a)jboss.com] Also create domain model on boot
[bstansberry(a)jboss.com] Fix the DESCRIBE handler
[bstansberry(a)jboss.com] Handle pushing domain op's 1st phase to the hosts
[bstansberry(a)jboss.com] First work on rollout plan handler
[bstansberry(a)jboss.com] Add flags to operation registrations
[bstansberry(a)jboss.com] Add handler to receive domain model from remote DC
[bstansberry(a)jboss.com] Register started/Unregister crashed server with HC, and install
the server tx operation handler
[bstansberry(a)jboss.com] System.out.println
[bstansberry(a)jboss.com] Get the remote slave/master bits sort of set up
[bstansberry(a)jboss.com] Remote file repository for NewRemoteDomainControllerAddHandler
[bstansberry(a)jboss.com] fix compile errors
[bstansberry(a)jboss.com] Conver CacheContainerRemove to StepHandler api
[bstansberry(a)jboss.com] Update requiresRuntime to use an operation context to determine
runtime requirement
[bstansberry(a)jboss.com] Populate part of the result of Domain operations
[bstansberry(a)jboss.com] Make slave request domain model from master
[bstansberry(a)jboss.com] Does not like ctx.getServiceRegistry() and make
ReadMasterDomainModelHandler read only
[bstansberry(a)jboss.com] Make NewMasterDomainControllerOperationHandlerImpl handle both the
client and proxy protocols.
[bstansberry(a)jboss.com] Get rid of System.out.printlns()
[bstansberry(a)jboss.com] Apply domain's profile
[bstansberry(a)jboss.com] No longer persist FS scanner deployments
[bstansberry(a)jboss.com] Add new 'persistent' deployment resource attr to
description
[bstansberry(a)jboss.com] Initial rollout coordinator work
[bstansberry(a)jboss.com] Initial OperationSlaveStepHandler work
[bstansberry(a)jboss.com] Handle reporting single host result; don't return null flags
[bstansberry(a)jboss.com] Install the extensions for slave controller
[bstansberry(a)jboss.com] Get rid of some of the old protocol code
[bstansberry(a)jboss.com] Separate creating domain from 'management' channel
creation
[bstansberry(a)jboss.com] Reuse Endpoint from EndpointService in server
[bstansberry(a)jboss.com] Make sure the callbacks for created proxies register the operation
handler with the right channel
[bstansberry(a)jboss.com] Reorder the channel startup sequence
[bstansberry(a)jboss.com] Restore operation failure logging a la what was in master
[bstansberry(a)jboss.com] Tests of the resource registry
[bstansberry(a)jboss.com] Fix bug in deployment PERSISTENT handling
[bstansberry(a)jboss.com] Fix, (partially) test registry inheritance
[bstansberry(a)jboss.com] Make ServerToHostOperationHandler handle the proxy protoco once
the proxy is created. It needs proxy for tx control of requests it makes to the server.
[bstansberry(a)jboss.com] ProxyOperationAddressTranslator used by proxy controller to
translate addresses into proxy namespace
[bstansberry(a)jboss.com] More tests of the ModelNodeRegistration
[bstansberry(a)jboss.com] Rework to latest xnio snapshot
[bstansberry(a)jboss.com] Registrations for proxy controllers should return self for child
addresses
[bstansberry(a)jboss.com] Make ServerInventory API clearer; use correct server name in proxy
controller registration
[bstansberry(a)jboss.com] Get better formatted output if dumping the console output
[bstansberry(a)jboss.com] Consume the iterator to avoid endless loop
[bstansberry(a)jboss.com] Restore ability to use expressions in remote DC config
[bstansberry(a)jboss.com] Some small fixes plus a bunch of temporary diagnostic logging
[bstansberry(a)jboss.com] Don't fail on stopping already stopped channel
[bstansberry(a)jboss.com] ManagementOperationHandlerFactory to create
ManagementOperationHandler per incoming channel
[bstansberry(a)jboss.com] Register the composite operation handler
[bstansberry(a)jboss.com] Dump domain process consoles to test-output.txt by default
[bstansberry(a)jboss.com] Attempt to make proxy protocol more resilient to infinite waits
when things go wrong
[bstansberry(a)jboss.com] Avoid mutating the operation
[bstansberry(a)jboss.com] Don't try and stop the HC process when stopping servers
[bstansberry(a)jboss.com] Provide an immutable via of the ModelNodeRegistration
[bstansberry(a)jboss.com] Some fixes to 2 phase op handling, temporary diagnostic logging
[bstansberry(a)jboss.com] Get proxied aspects of 2 phase domain ops working
[bstansberry(a)jboss.com] Fix the failing controller tests
[bstansberry(a)jboss.com] Test and fix hangs when exceptions occur trying to connect with a
request
[bstansberry(a)jboss.com] Fix bug propagating protocol exceptions and temp logging
[bstansberry(a)jboss.com] Some more 2 phase domain ops tweaks
[bstansberry(a)jboss.com] Convert jacorb subsystem to new StepHandler API
[bstansberry(a)jboss.com] Remove use of legacy ModelControllerClient in demos
[bstansberry(a)jboss.com] Fix merge issues from rebase
[bstansberry(a)jboss.com] Merge ServerControllerService change to ServerService
[bstansberry(a)jboss.com] Disable osgi integration tests until there is an MSC-compatible
osgi
[bstansberry(a)jboss.com] Block until remote processes commit; report results on the way
out
[bstansberry(a)jboss.com] Use jboss-dmr Beta6-SNAPSHOT
[bstansberry(a)jboss.com] fix deployment content handling
[bstansberry(a)jboss.com] Set error on client if channel is closed
[bstansberry(a)jboss.com] More logging
[bstansberry(a)jboss.com] Implement cancel for async client protocol
[bstansberry(a)jboss.com] Remove log msg
[bstansberry(a)jboss.com] Add remoting3 as a dependency of controller-client
[bstansberry(a)jboss.com] Add test for exception in request write
[bstansberry(a)jboss.com] fix deployment remove handler
[bstansberry(a)jboss.com] Start the HostController HTTP management interface
[bstansberry(a)jboss.com] Update DeploymentHandlerUtil.replace to make sure it has access to
the original deployment model
[bstansberry(a)jboss.com] Make sure the host persister only gets the info for the correct
host
[bstansberry(a)jboss.com] fix full-replace handlers
[bstansberry(a)jboss.com] fix server-group result, generation
[bstansberry(a)jboss.com] fix the redeploy operation
[bstansberry(a)jboss.com] Only persist XML if successful boot
[bstansberry(a)jboss.com] Shut up jboss remoting/logging
[bstansberry(a)jboss.com] Remove legacy ModelControllerClient interface
[bstansberry(a)jboss.com] Convert EndpointConfig resource to NewStepHandler
[bstansberry(a)jboss.com] Remove imports of legacy operation handler interfaces
[bstansberry(a)jboss.com] Fix ServerStateAttributeHandler
[bstansberry(a)jboss.com] Take out the trash
[bstansberry(a)jboss.com] Revert "Detect component level duplicate bindings"
[bstansberry(a)jboss.com] Initial implementation of duplicate binding support
[bstansberry(a)jboss.com] Fix ejb duplicate binding detection
[bstansberry(a)jboss.com] Change the way env entry injection is handled so optional
dependencies are no longer required
[bstansberry(a)jboss.com] Remove unused imports of no-longer-existing classes
[bstansberry(a)jboss.com] introduce a concept of resources and expose deployment details
over the management api.
[bstansberry(a)jboss.com] Fix imports lost in merge
[bstansberry(a)jboss.com] Switch from ServerController.State to ControlledProcessState
[bstansberry(a)jboss.com] Fix merge issues bringing in clustering changes from master
[bstansberry(a)jboss.com] Run clustering before domain
[bstansberry(a)jboss.com] Get rid of createCoreModel(), pass the root Resource to initModel
[bstansberry(a)jboss.com] Disable the operation message handler
[bstansberry(a)jboss.com] create empty security-realms resources
[bstansberry(a)jboss.com] AS7-1051 Include management=connections in emanuel's temp
workaround
[bstansberry(a)jboss.com] Avoid NPE from bogus addresses or op names on domain mode ops
[bstansberry(a)jboss.com] Lock down the remoting/xnio snapshot versions
[bstansberry(a)jboss.com] AS7-801 Improve rollback handling when all servers fail
[bstansberry(a)jboss.com] Improve service verification failure report a bit
[bstansberry(a)jboss.com] Don't pass a protected op into handlers
[bstansberry(a)jboss.com] Further work on avoiding NPEs when bogus addresses or operations
are passed in
[bstansberry(a)jboss.com] Make sure the other end is alive in the establishing client
strategy, and don't loop trying to get a connection
[bstansberry(a)jboss.com] Shift back to remoting variable snapshot
[bstansberry(a)jboss.com] AS7-440 Remove profile element's "name" attribute
from standalone.xml's part of the xsd
[bstansberry(a)jboss.com] AS7-728 Show the tx subsystem's coordinator-environment
default-timeout attribute in our standard config files
[bstansberry(a)jboss.com] Concurrency contract allows use of LinkedHashMap, which preserves
original parsed order of resources
[bstansberry(a)jboss.com] AS7-440 Fix the osgi xml fragment
[bstansberry(a)jboss.com] Convert dev sysout logging to trace logging to a logger
[bstansberry(a)jboss.com] AS7-1029 For managed content, only store the hash in the model
[bstansberry(a)jboss.com] Replace my System.out.printlns with trace logging
[bstansberry(a)jboss.com] Lock down the remoting3 snapshot version
[bstansberry(a)jboss.com] Re-enable the ParseAndMarshal test.
[bstansberry(a)jboss.com] Fix bug in jdbc driver processor
[bstansberry(a)jboss.com] Exclude osgi tests that are incompatible with MSC
[bstansberry(a)jboss.com] Store web subsystem container config defaults in the model
[bstansberry(a)jboss.com] AS7-1060: Fix DataSourceDisable handler
[bstansberry(a)jboss.com] [AS7-517] Shut down host controller
[bstansberry(a)jboss.com] [AS7-1056] Unregister from master on clean shutdown
[bstansberry(a)jboss.com] Hudson doesn't always like IPv6 addresses
[bstansberry(a)jboss.com] Bind the TransactionManager and TransactionSynchronizationRegistry
to JNDI
[bstansberry(a)jboss.com] Fix SeamProcessor bug
[bstansberry(a)jboss.com] Add ModuleInformationServiceProcessor back into the DUP chain so
transitive dependencies work
[bstansberry(a)jboss.com] AS7-1062 Rename/repackage controller-client classes
[bstansberry(a)jboss.com] fix wildcard operation
[bstansberry(a)jboss.com] Fix java:comp bindings for EJB's
[bstansberry(a)jboss.com] AS7-986 Reinstall ServiceBinding as edit mechanism if service is
not started
[bstansberry(a)jboss.com] Fix the host attribute type for
<domain-controller><remote>
[bstansberry(a)jboss.com] Maintain the resource ordering when giving collections to clients
[bstansberry(a)jboss.com] AS7-864 Handle expressions in the parser for socket-related stuff
[bstansberry(a)jboss.com] use the correct operation as base
[bstansberry(a)jboss.com] ignore comments in the --file script
[bstansberry(a)jboss.com] Register reload op in the correct launch type
[bstansberry(a)jboss.com] AS7-1041 Use canonical files for boot file and main file
[bstansberry(a)jboss.com] Update to console 1.0.0.Beta12
[bstansberry(a)jboss.com] Fix bug in ParseAndMarshalModelsTestCase
[bstansberry(a)jboss.com] manually clean up jms jndi bindings
[bstansberry(a)jboss.com] Move dmr to 1.0.0.Beta6
[bstansberry(a)jboss.com] Move to MSC 1.0.0.CR1
[bstansberry(a)jboss.com] Fix merge conflict introduced into weld subsystem xsd
[bstansberry(a)jboss.com] AS7-1071 Use correct service names in DatasourceEnable/Disable
[bstansberry(a)jboss.com] Get rid of example system properties
[bstansberry(a)jboss.com] Merge test and super class
[bstansberry(a)jboss.com] Get this thing build against the latest remoting snapshots
[bstansberry(a)jboss.com] Try to get rid of the 'Connection reset by peer' messages
by closing down writes and waiting for close
[bstansberry(a)jboss.com] Get rid of the remoting threads from the threads subsystem
[bstansberry(a)jboss.com] Make it clear the client is not thread safe and remove
synchronization
[bstansberry(a)jboss.com] Try to read to the end of the stream
[bstansberry(a)jboss.com] Get it working again with 'Connection reset by peer'
errors by commenting out the awaitClosed() in the client
[bstansberry(a)jboss.com] Add missing channel server
[bstansberry(a)jboss.com] Better handling of handleError and logging
[bstansberry(a)jboss.com] Configurable timeout. The management client uses
-Dorg.jboss.as.client.connect.timeout=<ms>
[bstansberry(a)jboss.com] Use diff executor for now
[bstansberry(a)jboss.com] Fixed snapshots
[bstansberry(a)jboss.com] remoting needs to see jboss threads
[bstansberry(a)jboss.com] Allow the client a bit more time
[bstansberry(a)jboss.com] New remoting snapshot
[bstansberry(a)jboss.com] Get rid of extra stack trace
[bstansberry(a)jboss.com] Import XNIO implementation
[bstansberry(a)jboss.com] Remove the transient dependency on jboss-modules from
controller-client
[bstansberry(a)jboss.com] Add a runtime statis metric
[bstansberry(a)jboss.com] Better support for JAX-RS in ear deployments
[bstansberry(a)jboss.com] AS7-684 Process virtual interfaces when matching interface
criteria
[bstansberry(a)jboss.com] Move off of remoting and xnio snapshots
------------------------------------------
[...truncated 8933 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 506 resources
[INFO]
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ jboss-as-testsuite-clustering
---
[INFO] Surefire report directory:
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\clustering\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.testsuite.clustering.web.SimpleWebTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.812 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ jboss-as-testsuite-clustering ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\clustering\target\jboss-as-testsuite-clustering-7.0.0.Beta4-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @
jboss-as-testsuite-clustering ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
jboss-as-testsuite-clustering ---
[INFO] Installing
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\clustering\target\jboss-as-testsuite-clustering-7.0.0.Beta4-SNAPSHOT.jar
to C:\Documents and
Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-clustering\7.0.0.Beta4-SNAPSHOT\jboss-as-testsuite-clustering-7.0.0.Beta4-SNAPSHOT.jar
[INFO] Installing
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\clustering\pom.xml to C:\Documents
and
Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-clustering\7.0.0.Beta4-SNAPSHOT\jboss-as-testsuite-clustering-7.0.0.Beta4-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Domain Mode Integration Tests
7.0.0.Beta4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
jboss-as-testsuite-integration-domain ---
[INFO] Deleting W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @
jboss-as-testsuite-integration-domain ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @
jboss-as-testsuite-integration-domain ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @
jboss-as-testsuite-integration-domain ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @
jboss-as-testsuite-integration-domain ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain
[INFO] Storing buildNumber: 10df9f3cb88fac80c902ba314a1b32c25bec057b at timestamp:
1308720150455
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (default) @
jboss-as-testsuite-integration-domain ---
[INFO] Configured Artifact:
org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\target\endorsed\jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
jboss-as-testsuite-integration-domain ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @
jboss-as-testsuite-integration-domain ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @
jboss-as-testsuite-integration-domain ---
[INFO] Source directory does not exist - skipping report.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @
jboss-as-testsuite-integration-domain ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @
jboss-as-testsuite-integration-domain ---
[INFO] Compiling 4 source files to
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\target\test-classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @
jboss-as-testsuite-integration-domain ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 506 resources
[INFO]
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @
jboss-as-testsuite-integration-domain ---
[INFO] Surefire report directory:
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.domain.CoreResourceManagementTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 259.641 sec <<<
FAILURE!
Running org.jboss.as.test.integration.domain.DeploymentManagementTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 116.468 sec <<<
FAILURE!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [0.860s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.344s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [9.672s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [3.828s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [5.344s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.469s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [13.375s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.406s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.125s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [8.531s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [4.735s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [6.234s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [2.234s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [2.782s]
[INFO] JBoss Application Server: Domain HTTP API ......... SUCCESS [13.250s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [1.921s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [3.969s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [4.297s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [2.391s]
[INFO] JBoss Application Server: Server .................. SUCCESS [6.828s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [5.297s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [5.937s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [4.828s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.391s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS
[6.172s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [4.672s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [6.000s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [7.781s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [5.906s]
[INFO] JBoss Application Server: Domain Controller ....... SUCCESS [5.406s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [10.079s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [11.703s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [7.265s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [7.547s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [3.125s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [2.391s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [7.062s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [5.500s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [4.047s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [9.547s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [5.609s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.454s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [6.265s]
[INFO] JBoss Application Server: OSGi Config Admin ....... SUCCESS [3.594s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [5.375s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.453s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS
[11.297s]
[INFO] JBoss Application Server: Build ................... SUCCESS [15.219s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.453s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.640s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [4.625s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [3.704s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [23.437s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [6.594s]
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SUCCESS
[11.734s]
[INFO] JBoss Application Server: Demos: Aggregator ....... SUCCESS [2.063s]
[INFO] JBoss Application Server: Demos: AS7 API .......... SUCCESS [8.593s]
[INFO] JBoss Application Server: Demos: Spec ............. SUCCESS [19.266s]
[INFO] JBoss Application Server: Demos: AS7 Internals .... SUCCESS [13.031s]
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SUCCESS [27.297s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [0.985s]
[INFO] JBoss Application Server: Microcontainer Subsystem SUCCESS [1.812s]
[INFO] JBoss Application Server: OSGi Integration Plugin . SUCCESS [2.828s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS
[4.360s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [1.437s]
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SUCCESS [53.766s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [10.187s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [14.031s]
[INFO] JBoss Application Server Test Suite: Specification Tests SUCCESS [52.219s]
[INFO] JBoss Application Server Test Suite: Integration Tests SUCCESS [1:33.110s]
[INFO] JBoss Application Server Test Suite: Clustering Tests SUCCESS [25.453s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests FAILURE
[6:58.453s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:57.609s
[INFO] Finished at: Wed Jun 22 01:29:27 EDT 2011
[INFO] Final Memory: 115M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.8.1:test
(default-test) on project jboss-as-testsuite-integration-domain: There are test failures.
[ERROR]
[ERROR] Please refer to
W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\domain\target\surefire-reports for
the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jboss-as-testsuite-integration-domain
Press any key to continue . . .
Recording test results
ERROR: Failed to archive test reports
hudson.util.IOException2: remote file operation failed:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws... at
hudson.remoting.Channel@cfdec57:soa5-win
at hudson.FilePath.act(FilePath.java:754)
at hudson.FilePath.act(FilePath.java:738)
at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:83)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:123)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:135)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:649)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:625)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:603)
at hudson.model.Build$RunnerImpl.post2(Build.java:161)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:572)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.util.IOException2: Failed to read
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws...
at hudson.tasks.junit.TestResult.parse(TestResult.java:215)
at hudson.tasks.junit.TestResult.parse(TestResult.java:155)
at hudson.tasks.junit.TestResult.<init>(TestResult.java:118)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:114)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:87)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1958)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.dom4j.DocumentException: Error on line 33 of document
file:///w:/workspace/JBoss-AS-7.0.x-testSuite-windows/testsuite/domain/target/surefire-reports/TEST-org.jboss.as.test.integration.domain.DeploymentManagementTestCase.xml
: XML document structures must start and end within the same entity. Nested exception: XML
document structures must start and end within the same entity.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:264)
at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:101)
at hudson.tasks.junit.TestResult.parse(TestResult.java:200)
... 14 more
Caused by: org.xml.sax.SAXParseException: XML document structures must start and end
within the same entity.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.endEntity(XMLDocumentFragmentScannerImpl.java:905)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:605)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1393)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1763)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral(XMLEntityScanner.java:1064)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(XMLScanner.java:813)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanAttribute(XMLNSDocumentScannerImpl.java:460)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:277)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
... 17 more