See <
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/557/changes>
Changes:
[bstansberry(a)jboss.com] First cut on detyped API using jboss-dmr
[bstansberry(a)jboss.com] First pass at base controller API
[bstansberry(a)jboss.com] Operation registry
[bstansberry(a)jboss.com] Compile fix
[bstansberry(a)jboss.com] Server controller, update operation handler
[bstansberry(a)jboss.com] More APIs
[bstansberry(a)jboss.com] Protect against inconsistent view
[bstansberry(a)jboss.com] Round out operation handlers
[bstansberry(a)jboss.com] Fix registry issue, create abstract util method
[bstansberry(a)jboss.com] Unify operation context; use two-method strategy for operations
that may or may not apply at run time
[bstansberry(a)jboss.com] Delete obsolete method
[bstansberry(a)jboss.com] Add compensating updates to execute API, and add proxy handling to
the operation registry
[bstansberry(a)jboss.com] ModelController client and operation handler
[bstansberry(a)jboss.com] Report IOExceptions and rework to fit the new
ResultHandler.handleResultComplete()
[bstansberry(a)jboss.com] XML based config persister using new StaxMapper API
[bstansberry(a)jboss.com] Add persister which backs up the original file
[bstansberry(a)jboss.com] Progress on operation handlers
[bstansberry(a)jboss.com] Require an add handler at subsystem registration
[bstansberry(a)jboss.com] Providers for model descriptions
[bstansberry(a)jboss.com] Missing stuff from 'Providers for model descriptions'
commit
[bstansberry(a)jboss.com] Merge registry types, add new persistence package, make subsystem
registration use the new registry API
[bstansberry(a)jboss.com] Remove operation description from operation handler
[bstansberry(a)jboss.com] Rename Operation->Cancellable
[bstansberry(a)jboss.com] ModelController protocol no longer needs marshalling
[bstansberry(a)jboss.com] Add some more descriptions; tighten existing ones
[bstansberry(a)jboss.com] DescriptionProvider i18n support, improve operation descriptions,
more description cleanups
[bstansberry(a)jboss.com] Make add operations operate on the addressed node; add
infrastructure to discriminate different kinds of operation by type
[bstansberry(a)jboss.com] A bunch of unused imports
[bstansberry(a)jboss.com] New bootstrap standalone execution path
[bstansberry(a)jboss.com] Send in a list rather than a single node to the parser
[bstansberry(a)jboss.com] Use only one update method no matter what; test the context
parameter type to see if a runtime op is possible
[bstansberry(a)jboss.com] No need to keep this method off of the base interface anymore
[bstansberry(a)jboss.com] Added dependency on org.jboss.dmr to allow for loading of
org.jboss.dmr.ModelNode within DomainControllerImpl.
[bstansberry(a)jboss.com] Global read attribute operations
[bstansberry(a)jboss.com] Upgrade to dmr release and get rid of my local
ModelNode.require(String...) calls
[bstansberry(a)jboss.com] Subsystem XML basic parser, parse utilities and class structure,
separate extension XML parsing context init phase
[bstansberry(a)jboss.com] Add ModelRemoveOperationHandler type
[bstansberry(a)jboss.com] Do not persist configuration during startup
[bstansberry(a)jboss.com] Parse host.xml into detyped operations
[bstansberry(a)jboss.com] remoting subsystem detyped handlers
[bstansberry(a)jboss.com] create a list of updates when processing the subsystems
[bstansberry(a)jboss.com] domain.xml parsing
[bstansberry(a)jboss.com] Checkstyle fix
[bstansberry(a)jboss.com] Use OP and OP_ADDR constants
[bstansberry(a)jboss.com] Parse namespaces on the root elements
[bstansberry(a)jboss.com] Rework the tests into something more true to the real model.
[bstansberry(a)jboss.com] read-sub-model => read-resource
[bstansberry(a)jboss.com] Fix compile issue
[bstansberry(a)jboss.com] Port ServerControllerService changes to NewServerControllerService
to let it compile
[bstansberry(a)jboss.com] Use 'write' instead of 'set' in operation names
[bstansberry(a)jboss.com] Better handling of recursive children/model-description elements
[bstansberry(a)jboss.com] resource bundles should be under src/main/resources otherwise
maven ignores them after a clean build
[bstansberry(a)jboss.com] General write-attribute handling
[bstansberry(a)jboss.com] Use constant for no location
[bstansberry(a)jboss.com] Javadoc
[bstansberry(a)jboss.com] REQUEST_PROPERTIES should not be part of the actual requests
[bstansberry(a)jboss.com] Add attributes map to node and register the read attributes in the
test model
[bstansberry(a)jboss.com] Write attribute handlers
[bstansberry(a)jboss.com] Return attribute's access-type from the
read-resource-description operation
[bstansberry(a)jboss.com] By default provide RO access to described attributes
[bstansberry(a)jboss.com] Register subsystems under {subsystem => name} instead of
{subsystem => *}
[bstansberry(a)jboss.com] Sync NewServerControllerService to ServerControllerService (at
least enough to compile)
[bstansberry(a)jboss.com] Use write-attribute for simple attribute setting
[bstansberry(a)jboss.com] Handlers for namespace operations
[bstansberry(a)jboss.com] Remove duplicate dependency
[bstansberry(a)jboss.com] Handlers for schema-location
[bstansberry(a)jboss.com] Track code that created wiki dmr examples for a while
[bstansberry(a)jboss.com] Add missing dependencies to controller module.xml
[bstansberry(a)jboss.com] Work around bug in ModelNode.asPropertyList(); add a toString()
[bstansberry(a)jboss.com] Handle null namespace prefix
[bstansberry(a)jboss.com] Fix some parsing bugs
[bstansberry(a)jboss.com] Remove dependency on org.jboss.as.protocol
[bstansberry(a)jboss.com] Fix ModelNode.isDefined() check
[bstansberry(a)jboss.com] Handle extension resource
[bstansberry(a)jboss.com] Temporarily fold building the model registry into
NewServerControllerImpl
[bstansberry(a)jboss.com] Detyped threads subsystem
[bstansberry(a)jboss.com] Remove unused extension context field
[bstansberry(a)jboss.com] detyped managed beans subsystem
[bstansberry(a)jboss.com] detyped jmx subsystem
[bstansberry(a)jboss.com] detyped deployment scanner subsystem
[bstansberry(a)jboss.com] detyped ee subsystem
[bstansberry(a)jboss.com] detyped sar subsystem
[bstansberry(a)jboss.com] detyped web subsystem
[bstansberry(a)jboss.com] be more consistent on add/remove operations
[bstansberry(a)jboss.com] detyped txn subsystem
[bstansberry(a)jboss.com] detyped naming subsystem
[bstansberry(a)jboss.com] detyped arquillian subsystem
[bstansberry(a)jboss.com] messaging subsystem wip
[bstansberry(a)jboss.com] update changed deployers
[bstansberry(a)jboss.com] messaging subsystem part 2
[bstansberry(a)jboss.com] don't use request-properties as part of the operation
[bstansberry(a)jboss.com] detyped jms subsystem
[bstansberry(a)jboss.com] consistent usage of ADDRESS vs. OP_ADDR
[bstansberry(a)jboss.com] consistent usage of addresses, translate the subsystem relative
address in the domain, standalone parsers
[bstansberry(a)jboss.com] initialize potential children
[bstansberry(a)jboss.com] detyped logging subsystem
[bstansberry(a)jboss.com] fix test to use proper OP and OP_ADDR
[bstansberry(a)jboss.com] Use OP and OP_ADDR in operation requests
[bstansberry(a)jboss.com] Add ServiceLocator files for NewExtension impls
[bstansberry(a)jboss.com] Populate the root model resource
[bstansberry(a)jboss.com] Fix namespace URI
[bstansberry(a)jboss.com] Fix classname
[bstansberry(a)jboss.com] Validate model adds don't replace existing structure
[bstansberry(a)jboss.com] Boot the server using detyped model
[bstansberry(a)jboss.com] Helpers for integration between ResultHandlers and MSC
ServiceListeners
[bstansberry(a)jboss.com] Rename handler classes to organize by target, not operation
[bstansberry(a)jboss.com] Basic path add/remove support
[bstansberry(a)jboss.com] Allow server handlers to dynamically trigger RESTART_REQUIRED
[bstansberry(a)jboss.com] Register global operations
[bstansberry(a)jboss.com] Minor path tweaks
[bstansberry(a)jboss.com] Fix path add handling
[bstansberry(a)jboss.com] Interface support
[bstansberry(a)jboss.com] Add serialVersionUID
[bstansberry(a)jboss.com] Socket binding handling
[bstansberry(a)jboss.com] register subsystem parsers using the correct QName
[bstansberry(a)jboss.com] get most of the subsystems booting
[bstansberry(a)jboss.com] get the hornetQ subsystem to start
[bstansberry(a)jboss.com] Disable deployment scanner
[bstansberry(a)jboss.com] Handle system property adds/removes
[bstansberry(a)jboss.com] add managment socket handler
[bstansberry(a)jboss.com] Disable smoke tests until we can persist standalone.xml
[bstansberry(a)jboss.com] Add a demo of reading resource tree and resource description tree
[bstansberry(a)jboss.com] Proxy controllers
[bstansberry(a)jboss.com] Make org.jboss.as.protocol available to controller at runtime
[bstansberry(a)jboss.com] Port upstream/master changes to detyped New* classes
[bstansberry(a)jboss.com] Consistent handling of sub addresses for proxy controllers and
make remote proxy controller part of src/main
[bstansberry(a)jboss.com] Work on standalone.xml deparser
[bstansberry(a)jboss.com] StandaloneXml marshalling
[bstansberry(a)jboss.com] Add a read-config-as-xml operation
[bstansberry(a)jboss.com] Fix stack overflow
[bstansberry(a)jboss.com] Marshall the threads subsystem
[bstansberry(a)jboss.com] Fix PathAddHandler
[bstansberry(a)jboss.com] partial logging metadata
[bstansberry(a)jboss.com] Fix discrepancies between DescriptionProviders and the resource
bundle
[bstansberry(a)jboss.com] marshall logging
[bstansberry(a)jboss.com] managed beans marshalling
[bstansberry(a)jboss.com] Enable the 'complex' interface
[bstansberry(a)jboss.com] Use the correct resource bundle key
[bstansberry(a)jboss.com] Fix the basics of Domain/HostXml marshalling
[bstansberry(a)jboss.com] Fix standalone.xml marshalling
[bstansberry(a)jboss.com] transactions marshalling
[bstansberry(a)jboss.com] Naming and sar marshalling
[bstansberry(a)jboss.com] Register subsystem XMLElementWriters during
Extension.initialize()
[bstansberry(a)jboss.com] basic metrics handling
[bstansberry(a)jboss.com] Remoting marshalling
[bstansberry(a)jboss.com] detyped weld extension
[bstansberry(a)jboss.com] Messaging subsystem marshalling
[bstansberry(a)jboss.com] Empty subsystem elements seem to cause a problem in
FormattingXMLStreamWriter.runAttrQueue()
[bstansberry(a)jboss.com] Add Transaction subsystem add operation
[bstansberry(a)jboss.com] Fix logging subsystem marshalling
[bstansberry(a)jboss.com] Apply empty element marshalling problem workaround to Weld
subsystem
[bstansberry(a)jboss.com] Converted security subsystem to detyped API.
[bstansberry(a)jboss.com] Tighten handling of 'has'
[bstansberry(a)jboss.com] Clean up treatment of system props as an attribute, not a child
[bstansberry(a)jboss.com] Fix JMX subsystem marshalling
[bstansberry(a)jboss.com] Fix messaging subsystem marshalling
[bstansberry(a)jboss.com] JMS subsystem marshalling
[bstansberry(a)jboss.com] JMS subsystem marshalling
[bstansberry(a)jboss.com] Fix more subsystems for add and marshalling
[bstansberry(a)jboss.com] Fix arquillian resource bundle
[bstansberry(a)jboss.com] Correct operation name for adding management socket
[bstansberry(a)jboss.com] Reuse address
[bstansberry(a)jboss.com] Handle management socket generally
[bstansberry(a)jboss.com] format the operation response and add some javadoc
[bstansberry(a)jboss.com] Extract the XML from the overall result
[bstansberry(a)jboss.com] Fix merge problems in pom.xml
[bstansberry(a)jboss.com] Port ee subsystem changes to detyped
[bstansberry(a)jboss.com] Add commented out webservices
[bstansberry(a)jboss.com] Rework WriteAttributeHandlers to use ParameterValidator
[bstansberry(a)jboss.com] Converted OSGi subsytem to the detyped model.
[bstansberry(a)jboss.com] Use ModelNode.remove() in PathAddress
[bstansberry(a)jboss.com] Don't add non-existent nodes when validating
[bstansberry(a)jboss.com] Composite operation handling
[bstansberry(a)jboss.com] Deployment handling
[bstansberry(a)jboss.com] Convert deployment scanner to use detyped API
[bstansberry(a)jboss.com] Fix deployment marshalling; turn on config persistence
[bstansberry(a)jboss.com] Corrected marshalling errors that were creating an invalid
standalone.xml
[bstansberry(a)jboss.com] Converted webservices integration to use the detyped API.
[bstansberry(a)jboss.com] detyped implementation for connector subsystem
[bstansberry(a)jboss.com] Register NewConnectorSubsystemParser's XMLElementWriter aspect
in initialize()
[bstansberry(a)jboss.com] reviewed detyped implementation for connector subsystem
[bstansberry(a)jboss.com] datasources subsystem detyped
[bstansberry(a)jboss.com] Enabled connector services to work on marshalling.
[bstansberry(a)jboss.com] Added XML marshalling to the ConnectorExtension.
[bstansberry(a)jboss.com] resource-adapters subsystem detyped implementation
[bstansberry(a)jboss.com] Have Cancellable return a boolean result
[bstansberry(a)jboss.com] ServerDeploymentManager built on detyped API
[bstansberry(a)jboss.com] Remove ops should implement ModelRemoveOperationHandler
[bstansberry(a)jboss.com] Port changes from master
[bstansberry(a)jboss.com] Fix web connector handling
[bstansberry(a)jboss.com] Fixes to get messaging/jms demos working
[bstansberry(a)jboss.com] Convert standalone demos to ModelControllerClient
[bstansberry(a)jboss.com] Don't write <deployers/> if there are no deployments
[bstansberry(a)jboss.com] Allow registration of deployers during boot
[bstansberry(a)jboss.com] Minor tweaks
[bstansberry(a)jboss.com] Initial domain http api implementation
[bstansberry(a)jboss.com] Don't pass 'undefined' selector to HQ
[bstansberry(a)jboss.com] Enabled datasource deployment and domain model population.
[bstansberry(a)jboss.com] Added marshalling of datasources.
[bstansberry(a)jboss.com] Remove use of StandaloneClient
[bstansberry(a)jboss.com] First pass at booting embedded using detyped model
[bstansberry(a)jboss.com] Make parsing work with woodstox
[bstansberry(a)jboss.com] Add required dependencies to test deployments
[bstansberry(a)jboss.com] Update ServerInModuleStartupTestCase to use the new bootstrap
[bstansberry(a)jboss.com] Include boot-time actions in the *Add operation handlers
[bstansberry(a)jboss.com] Misc jca fixes
[bstansberry(a)jboss.com] fixing bugs
[bstansberry(a)jboss.com] Partial port of security config changes to detyped
[bstansberry(a)jboss.com] Port deployment unit name creation approach to detyped2 branch
[bstansberry(a)jboss.com] Sync naming subsystem to master
[bstansberry(a)jboss.com] Partially port security subsystem updates to detyped
[bstansberry(a)jboss.com] Export msc from server module so
org.jboss.as.test.surefire.servermodule.ServerInModuleStartupTestCase works
[bstansberry(a)jboss.com] JCA subsystem adds all use BootOperationContext
[bstansberry(a)jboss.com] Add javax.api dependency
[bstansberry(a)jboss.com] Test the demos known to work
[bstansberry(a)jboss.com] add detyped ejb3 subsystem
[bstansberry(a)jboss.com] sync deployers with upstream
[bstansberry(a)jboss.com] sync weld subsystem add with upstream
[bstansberry(a)jboss.com] add ejb3 subsystem to standalone configuration
[bstansberry(a)jboss.com] XML based config persister using new StaxMapper API
[bstansberry(a)jboss.com] Boot the server using detyped model
[bstansberry(a)jboss.com] Fix discrepancies between DescriptionProviders and the resource
bundle
[bstansberry(a)jboss.com] Initial domain http api implementation
[bstansberry(a)jboss.com] Parse host.xml
[bstansberry(a)jboss.com] Start trying to populate the model from the updates
[bstansberry(a)jboss.com] Get current host.xml parsed into HC's model
[bstansberry(a)jboss.com] Only start one server for now
[bstansberry(a)jboss.com] Start booting host controller from the detyped stuff
[bstansberry(a)jboss.com] Start moving managed server to use detyped
[bstansberry(a)jboss.com] Some descriptions for things used by the host controller
[bstansberry(a)jboss.com] Add undefined elements for the server node
[bstansberry(a)jboss.com] detyped domain.xml handling
[bstansberry(a)jboss.com] extract ParsedInterfaceCriteria
[bstansberry(a)jboss.com] fix the domain.xml location
[bstansberry(a)jboss.com] try to cleanup the hc a bit
[bstansberry(a)jboss.com] use new bootstrap
[bstansberry(a)jboss.com] Start merging host and server models
[bstansberry(a)jboss.com] When combining the models query the domain controller for the
operations to create the subsystems for the named profile
[bstansberry(a)jboss.com] Describe the simple subsystems
[bstansberry(a)jboss.com] Describe JMX
[bstansberry(a)jboss.com] Describe Tx subsystem
[bstansberry(a)jboss.com] Try to get the transaction subsystem operation properties (still
not working)
[bstansberry(a)jboss.com] start servers using detyped API
[bstansberry(a)jboss.com] add socket-bindings to the update list
[bstansberry(a)jboss.com] try to cleanup the hc a bit
[bstansberry(a)jboss.com] use new bootstrap
[bstansberry(a)jboss.com] Start merging host and server models
[bstansberry(a)jboss.com] When combining the models query the domain controller for the
operations to create the subsystems for the named profile
[bstansberry(a)jboss.com] Describe the simple subsystems
[bstansberry(a)jboss.com] Describe JMX
[bstansberry(a)jboss.com] Describe Tx subsystem
[bstansberry(a)jboss.com] Try to get the transaction subsystem operation properties (still
not working)
[bstansberry(a)jboss.com] start servers using detyped API
[bstansberry(a)jboss.com] update to changed management configuration model
[bstansberry(a)jboss.com] Parse criteria properly when setting up the management socket
[bstansberry(a)jboss.com] Fix transactions describe handler
[bstansberry(a)jboss.com] Describe security subsystem
[bstansberry(a)jboss.com] ModelNode.hasDefined()
[bstansberry(a)jboss.com] Clone model before returning it
[bstansberry(a)jboss.com] Cloning model breaks everything
[bstansberry(a)jboss.com] Make the thread-pools and keepalive-time complex attributes
[bstansberry(a)jboss.com] Describe threads subsystem
[bstansberry(a)jboss.com] update the merging of socket binding groups
[bstansberry(a)jboss.com] Describe weld and arquillian subsystems
[bstansberry(a)jboss.com] Describe logging subsystem
[bstansberry(a)jboss.com] use model.clone() for domain and host models
[bstansberry(a)jboss.com] Enable weld and describe connectors
[bstansberry(a)jboss.com] Skeleton description of datasources (ds don't actually parse)
[bstansberry(a)jboss.com] describe messaging and jms subsystem
[bstansberry(a)jboss.com] Placeholder describe of resource adapaters
[bstansberry(a)jboss.com] web subsystem describe handler
[bstansberry(a)jboss.com] detyped WS decribe handler
[bstansberry(a)jboss.com] Describe Remoting subsystem
[bstansberry(a)jboss.com] Fix flaws from merge of detyped2-domain branch
[bstansberry(a)jboss.com] Fix threads marshalling
[bstansberry(a)jboss.com] Fix managed beans deployers
[bstansberry(a)jboss.com] Include LocalDescriptions.properties for rar subsystem
[bstansberry(a)jboss.com] Fix ManagedBeans smoke test
[bstansberry(a)jboss.com] Use NewBootOperationContext
[bstansberry(a)jboss.com] Ignore namespace with prefix ''
[bstansberry(a)jboss.com] Fix the ws demo
[bstansberry(a)jboss.com] Move detyped webservices classes to new
webservices/server-integration
[bstansberry(a)jboss.com] implementing
NewResourceAdaptersExtension.NewResourceAdapterSubsystemParser.writeContent
[bstansberry(a)jboss.com] Don't write rar subsystem child elements if there are no
adapters
[bstansberry(a)jboss.com] Replace legacy standalone boot classes with detyped
[bstansberry(a)jboss.com] Replace legacy host controller boot classes with detyped
[bstansberry(a)jboss.com] Replace legacy domain controller classes with detyped
[bstansberry(a)jboss.com] Remove New from NewConfigurationPersister
[bstansberry(a)jboss.com] Convert subsystems to detyped extensions; remove typed extensions
[bstansberry(a)jboss.com] Take out more trash
[bstansberry(a)jboss.com] Get rid of org.jboss.as.model, most legacy deployment stuff. Some
will need to be resurrected in detyped form
[bstansberry(a)jboss.com] ServerDeploymentManager is no longer a service
[bstansberry(a)jboss.com] Fix filename case issue
[bstansberry(a)jboss.com] Move away from snapshots of jboss-dmr and staxmapper
------------------------------------------
[...truncated 244 lines...]
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-protocol ---
[INFO] Deleting
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @
jboss-as-protocol ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @
jboss-as-protocol ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @
jboss-as-protocol ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-protocol
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/src/main...
[INFO]
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-protocol ---
[INFO] Compiling 27 source files to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/c...
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-protocol ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
jboss-as-protocol ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/src/test...
[INFO]
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-protocol
---
[INFO] Compiling 2 source files to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/t...
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-protocol ---
[INFO] Surefire report directory:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/s...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.protocol.PipeTest
Buffer size: 31; piece size: 31; piece count 4228
Buffer size: 31; piece size: 64; piece count 2048
Buffer size: 31; piece size: 127; piece count 1032
Buffer size: 256; piece size: 31; piece count 4228
Buffer size: 256; piece size: 64; piece count 2048
Buffer size: 256; piece size: 127; piece count 1032
Buffer size: 8192; piece size: 31; piece count 4228
Buffer size: 8192; piece size: 64; piece count 2048
Buffer size: 8192; piece size: 127; piece count 1032
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.469 sec
Running org.jboss.as.protocol.ChunkyByteInputOutputTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ jboss-as-protocol ---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/j...
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ jboss-as-protocol ---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/j...
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-protocol ---
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/j...
to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.jar
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/pom.xml> to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.pom
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/j...
to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Controller Client 7.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-d...
Downloaded:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-d...
(6 KB at 11.4 KB/sec)
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-d...
Downloaded:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-d...
(74 KB at 86.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-controller-client
---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @
jboss-as-controller-client ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @
jboss-as-controller-client ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @
jboss-as-controller-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
jboss-as-controller-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
[INFO]
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @
jboss-as-controller-client ---
[INFO] Compiling 6 source files to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @
jboss-as-controller-client ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
jboss-as-controller-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
[INFO]
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @
jboss-as-controller-client ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-controller-client ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ jboss-as-controller-client ---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @
jboss-as-controller-client ---
[INFO] Building jar:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
jboss-as-controller-client ---
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.jar
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.pom
[INFO] Installing
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client...
to
/home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Controller Core 7.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmap...
Downloaded:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmap...
(4 KB at 6.4 KB/sec)
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmap...
Downloaded:
http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmap...
(35 KB at 58.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-controller ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @
jboss-as-controller ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @
jboss-as-controller ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @
jboss-as-controller ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
jboss-as-controller ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-controller ---
[INFO] Compiling 114 source files to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target...
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-controller ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
jboss-as-controller ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/src/te...
[INFO]
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @
jboss-as-controller ---
[INFO] Compiling 7 source files to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target...
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-controller ---
[INFO] Surefire report directory:
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.controller.test.ProxyControllerTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
Running org.jboss.as.controller.test.GlobalOperationsTestCase
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.jboss.as.controller.test.RemoteProxyControllerTestCase
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.301 sec <<<
FAILURE!
Running org.jboss.as.controller.test.RegistryProxyControllerTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Results :
Tests in error:
testReadOperationNames(org.jboss.as.controller.test.RemoteProxyControllerTestCase)
Tests run: 37, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.582s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.674s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [8.770s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [3.229s]
[INFO] JBoss Application Server: Controller Core ......... FAILURE [12.538s]
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: Arquillian: Aggregator .. SKIPPED
[INFO] JBoss Application Server: Arquillian: Service ..... SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Core ............. SKIPPED
[INFO] JBoss Application Server: Domain Client ........... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EJB 3 Subsystem ......... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Managed Beans Subsystem . SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian: Common Container SKIPPED
[INFO] JBoss Application Server: Arquillian: Embedded Container SKIPPED
[INFO] JBoss Application Server: Arquillian: Managed Container SKIPPED
[INFO] JBoss Application Server: Arquillian: Remote Container SKIPPED
[INFO] JBoss Application Server: Demos ................... SKIPPED
[INFO] JBoss Application Server: Microcontainer Subsystem SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Test Suite: Aggregator .. SKIPPED
[INFO] JBoss Application Server: Test Suite: Integration Tests SKIPPED
[INFO] JBoss Application Server: Test Suite: Smoke Tests . SKIPPED
[INFO] JBoss Application Server: Test Suite: Stress Tests SKIPPED
[INFO] JBoss Application Server: Test Suite: Benchmark Tests SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.324s
[INFO] Finished at: Thu Feb 10 11:22:39 EST 2011
[INFO] Final Memory: 47M/456M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test
(default-test) on project jboss-as-controller: There are test failures.
[ERROR]
[ERROR] Please refer to
<
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target...
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-controller
Recording test results