[Design the new POJO MicroContainer] - Re: Context installation causes StackOverflowError
by jaikiran
Looks like some of the log that you posted got truncated (the last few lines where it prints out the JVM being used and the command being used to launch the tests). On my setup, this is what i see at the point where it prints out the surefire-report directory path:
| [DEBUG] Adding to surefire test classpath: /opt/maven/repository/junit/junit/4.0/junit-4.0.jar
| [DEBUG] Adding to surefire test classpath: /opt/maven/repository/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar
| [DEBUG] Test Classpath :
| [DEBUG] /home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int/target/test-classes
| [DEBUG] /home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int/target/classes
| ...
| ... // more jars
| [DEBUG] Setting system property [user.dir]=[/home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int]
| [DEBUG] Setting system property [localRepository]=[/opt/maven/repository]
| [DEBUG] Setting system property [basedir]=[/home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int]
| [DEBUG] Using JVM: /opt/Java/JDK-1.5/jdk1.5.0_17/jre/bin/java
| [INFO] Surefire report directory: /home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int/target/surefire-reports
| Forking command line: /bin/sh -c cd /home/jaikiran/business/jboss/wc/jbossas/projects/microcontainer/trunk/jmx-mc-int && /opt/Java/JDK-1.5/jdk1.5.0_17/jre/bin/java -jar /tmp/surefirebooter9158031584251228859.jar /tmp/surefire7578455768119761850tmp /tmp/surefire177397608880296859tmp
|
| -------------------------------------------------------
| T E S T S
| -------------------------------------------------------
| Running org.jboss.test.system.metadata.value.alias.test.AliasValueUnitTestCase
| Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
| Running org.jboss.test.system.controller.lifecycle.seperated.test.DependsBrokenInstantiateNewUnitTestCase
| ...
| ...
| ... // more testcase output
So i guess, its something to do with the command failing to launch java.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220477#4220477
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220477
17 years
[Design the new POJO MicroContainer] - Re: Context installation causes StackOverflowError
by alesj
"jaikiran" wrote : Maybe
|
| mvn -X clean install
|
| might give some idea as to what is going on.
Any idea?
| [INFO] Building JBoss Microcontainer JMX Integration
| [INFO] task-segment: [clean, install]
| [INFO] ------------------------------------------------------------------------
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.2:clean' -->
| [DEBUG] (f) directory = C:\projects\microcontainer\kernel\jmx-mc-int\target
| [DEBUG] (f) failOnError = true
| [DEBUG] (f) followSymLinks = false
| [DEBUG] (f) outputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] (f) project = MavenProject: org.jboss.microcontainer:jboss-jmx-mc-int:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\jmx-mc-int\pom.xml
| [DEBUG] (f) reportDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\site
| [DEBUG] (f) skip = false
| [DEBUG] (f) testOutputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] (f) verbose = false
| [DEBUG] -- end configuration --
| [INFO] [clean:clean]
| [INFO] Deleting directory C:\projects\microcontainer\kernel\jmx-mc-int\target
| [DEBUG] org.jboss.microcontainer:jboss-jmx-mc-int:jar:2.2.0-SNAPSHOT (selected for null)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-kernel:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-kernel:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\kernel\pom.xml (selected for compile)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-dependency:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-dependency:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\dependency\pom.xml (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] Retrieving parent-POM: org.jboss.mx:jboss-mx::6.0.0.Beta1 for project: org.jboss.mx:jboss-jmx:jar:null from the repository.
| [DEBUG] Retrieving parent-POM: org.jboss:jboss-parent::4-beta-2 for project: org.jboss.mx:jboss-mx:pom:6.0.0.Beta1 from the repository.
| [DEBUG] Adding managed dependencies for org.jboss.mx:jboss-jmx
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:test
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4
| [DEBUG] xerces:xercesImpl:jar:2.9.1
| [DEBUG] dom4j:dom4j:jar:1.6.1
| [DEBUG] bcel:bcel:jar:5.1
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test
| [DEBUG] junit:junit:jar:4.4:test
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] Retrieving parent-POM: org.jboss.integration:jboss-integration-parent::6.0.0.Alpha4 for project: null:jboss-classloading-spi:jar:6.0.0.Alpha4 from the repository.
| [DEBUG] Adding managed dependencies for unknown:jboss-classloading-spi
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA
| [DEBUG] org.jboss.aop:jboss-aop:jar:client:2.0.0.GA
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA
| [DEBUG] org.jboss.javaee:jboss-jca-api:jar:1.5.0.GA
| [DEBUG] org.jboss.javaee:jboss-transaction-api:jar:1.0.1.GA
| [DEBUG] jacorb:jacorb:jar:2.3.0jboss.patch5-brew
| [DEBUG] org.jboss.deployers:jboss-deployers-vfs-spi:jar:2.0.0.CR5
| [DEBUG] org.jboss:jboss-vfs:jar:2.0.0.CR5
| [DEBUG] org.jboss.deployers:jboss-deployers-core-spi:jar:2.0.0.CR5
| [DEBUG] org.jboss.man:jboss-managed:jar:2.0.0.CR5
| [DEBUG] org.jboss.man:jboss-metatype:jar:2.0.0.CR5
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] Adding managed dependencies for org.jboss.mx:jboss-j2se
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:test
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4
| [DEBUG] xerces:xercesImpl:jar:2.9.1
| [DEBUG] dom4j:dom4j:jar:1.6.1
| [DEBUG] bcel:bcel:jar:5.1
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test
| [DEBUG] junit:junit:jar:4.4:test
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] Adding managed dependencies for org.jboss.mx:jboss-mbeans
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:test
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4
| [DEBUG] xerces:xercesImpl:jar:2.9.1
| [DEBUG] dom4j:dom4j:jar:1.6.1
| [DEBUG] bcel:bcel:jar:5.1
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test
| [DEBUG] junit:junit:jar:4.4:test
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
| [DEBUG] bcel:bcel:jar:5.1:compile (selected for compile)
| [DEBUG] junit:junit:jar:4.4:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-managed:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.1.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test (selected for test)
| [DEBUG] org.apache.ant:ant:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-launcher:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-junit:jar:1.7.0:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.2:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.7.GA:test (applying version: 2.2.10.GA)
| [DEBUG] jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.1:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA:test (selected for test)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] junit:junit:jar:4.4:test (not setting scope to: compile; local scope test wins)
| [WARNING]
| Artifact junit:junit:jar:4.4:test retains local scope 'test' overriding broader scope 'compile'
| given by a dependency. If this is not intended, modify or remove the local scope.
|
| [DEBUG] junit:junit:jar:4.4:test (selected for test)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0-alpha-3:enforce' -->
| [DEBUG] (s) fail = true
| [DEBUG] (s) failFast = false
| [DEBUG] (s) project = MavenProject: org.jboss.microcontainer:jboss-jmx-mc-int:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\jmx-mc-int\pom.xml
| [DEBUG] (s) version = 2.0.9
| [DEBUG] (s) version = 1.5.0
| [DEBUG] (s) rules = [Lorg.apache.maven.shared.enforcer.rule.api.EnforcerRule;@123fee1
| [DEBUG] (s) session = org.apache.maven.execution.MavenSession@10d9151
| [DEBUG] (s) skip = false
| [DEBUG] -- end configuration --
| [INFO] [enforcer:enforce {execution: enforce-versions}]
| [DEBUG] Executing rule: org.apache.maven.plugin.enforcer.RequireMavenVersion
| [DEBUG] Detected Maven Version: 2.0.9
| [DEBUG] Detected Maven Version: 2.0.9 is allowed in the range 2.0.9.
| [DEBUG] Executing rule: org.apache.maven.plugin.enforcer.RequireJavaVersion
| [DEBUG] Detected Java String: 1.5.0_14
| [DEBUG] Normalized Java String: 1.5.0-14
| [DEBUG] Parsed Version: Major: 1 Minor: 5 Incremental: 0 Build: 14 Qualifier: null
| [DEBUG] Detected JDK Version: 1.5.0-14 is allowed in the range 1.5.0.
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:resources' -->
| [DEBUG] (f) filters = []
| [DEBUG] (f) outputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] (f) project = MavenProject: org.jboss.microcontainer:jboss-jmx-mc-int:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\jmx-mc-int\pom.xml
| [DEBUG] (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\projects\microcontainer\kernel\jmx-mc-int\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
| [DEBUG] -- end configuration --
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| [DEBUG] org.jboss.microcontainer:jboss-jmx-mc-int:jar:2.2.0-SNAPSHOT (selected for null)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-kernel:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-kernel:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\kernel\pom.xml (selected for compile)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-dependency:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-dependency:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\dependency\pom.xml (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
| [DEBUG] bcel:bcel:jar:5.1:compile (selected for compile)
| [DEBUG] junit:junit:jar:4.4:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-managed:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.1.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test (selected for test)
| [DEBUG] org.apache.ant:ant:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-launcher:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-junit:jar:1.7.0:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.2:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.7.GA:test (applying version: 2.2.10.GA)
| [DEBUG] jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.1:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA:test (selected for test)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] junit:junit:jar:4.4:test (not setting scope to: compile; local scope test wins)
| [DEBUG] junit:junit:jar:4.4:test (selected for test)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile' -->
| [DEBUG] (f) basedir = C:\projects\microcontainer\kernel\jmx-mc-int
| [DEBUG] (f) buildDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target
| [DEBUG] (f) classpathElements = [C:\projects\microcontainer\kernel\jmx-mc-int\target\classes, C:\projects\microcontainer\kernel\kernel\target\classes, C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar, C:\Documents and Settin
| gs\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss
| \jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar, C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-ap
| is-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar, C:\Documents and Settings\Ales\.
| m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar, C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1
| .GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar, C:
| \Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.ja
| r, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar, C:\Documents and
| Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar, C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar, C
| :\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar]
| [DEBUG] (f) compileSourceRoots = [C:\projects\microcontainer\kernel\jmx-mc-int\src\main\java]
| [DEBUG] (f) compilerId = javac
| [DEBUG] (f) debug = true
| [DEBUG] (f) failOnError = true
| [DEBUG] (f) fork = false
| [DEBUG] (f) optimize = true
| [DEBUG] (f) outputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] (f) outputFileName = jboss-jmx-mc-int
| [DEBUG] (f) projectArtifact = org.jboss.microcontainer:jboss-jmx-mc-int:jar:2.2.0-SNAPSHOT
| [DEBUG] (f) showDeprecation = true
| [DEBUG] (f) showWarnings = true
| [DEBUG] (f) source = 1.5
| [DEBUG] (f) staleMillis = 0
| [DEBUG] (f) target = 1.5
| [DEBUG] (f) verbose = false
| [DEBUG] -- end configuration --
| [INFO] [compiler:compile]
| [DEBUG] Using compiler 'javac'.
| [DEBUG] Source directories: [C:\projects\microcontainer\kernel\jmx-mc-int\src\main\java]
| [DEBUG] Classpath: [C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| C:\projects\microcontainer\kernel\kernel\target\classes
| C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar
| C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar
| C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar
| C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar
| C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
| C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar]
| [DEBUG] Output directory: C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] Classpath:
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] C:\projects\microcontainer\kernel\kernel\target\classes
| [DEBUG] C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar
| [DEBUG] Source roots:
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\src\main\java
| [INFO] Compiling 66 source files to C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [WARNING] C:\projects\microcontainer\kernel\jmx-mc-int\src\main\java\org\jboss\system\ServiceConfigurator.java:[159,19] [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
|
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:testResources' -->
| [DEBUG] (f) filters = []
| [DEBUG] (f) outputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] (f) project = MavenProject: org.jboss.microcontainer:jboss-jmx-mc-int:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\jmx-mc-int\pom.xml
| [DEBUG] (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\projects\microcontainer\kernel\jmx-mc-int\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]
| [DEBUG] -- end configuration --
| [INFO] [resources:testResources]
| [INFO] Using default encoding to copy filtered resources.
| [DEBUG] org.jboss.microcontainer:jboss-jmx-mc-int:jar:2.2.0-SNAPSHOT (selected for null)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-kernel:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-kernel:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\kernel\pom.xml (selected for compile)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-dependency:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-dependency:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\dependency\pom.xml (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
| [DEBUG] bcel:bcel:jar:5.1:compile (selected for compile)
| [DEBUG] junit:junit:jar:4.4:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-managed:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.1.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test (selected for test)
| [DEBUG] org.apache.ant:ant:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-launcher:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-junit:jar:1.7.0:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.2:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.7.GA:test (applying version: 2.2.10.GA)
| [DEBUG] jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.1:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA:test (selected for test)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] junit:junit:jar:4.4:test (not setting scope to: compile; local scope test wins)
| [DEBUG] junit:junit:jar:4.4:test (selected for test)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile' -->
| [DEBUG] (f) basedir = C:\projects\microcontainer\kernel\jmx-mc-int
| [DEBUG] (f) buildDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target
| [DEBUG] (f) classpathElements = [C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes, C:\projects\microcontainer\kernel\jmx-mc-int\target\classes, C:\projects\microcontainer\kernel\kernel\target\jboss-kernel.jar, C:\projects\microconta
| iner\kernel\dependency\target\jboss-dependency.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-loggin
| g-spi-2.0.5.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar, C:\Doc
| uments and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\
| dtdparser121\1.2.1\dtdparser121-1.2.1.jar, C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar, C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar, C:\Documents an
| d Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\oswego-concu
| rrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar, C:\Documents and Settings\Ales\.
| m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\
| mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar, C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar, C:\Documents and Settings\Ales\.m2\re
| pository\junit\junit\4.4\junit-4.4.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-
| 2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\test\jboss-test\1.1.1.GA\jboss-test-1.1.1.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant\1.7.0\ant-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repositor
| y\org\apache\ant\ant-launcher\1.7.0\ant-launcher-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-junit\1.7.0\ant-junit-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-log4j\2.0.5.GA
| \jboss-logging-log4j-2.0.5.GA.jar, C:\Documents and Settings\Ales\.m2\repository\apache-log4j\log4j\1.2.14\log4j-1.2.14.jar, C:\Documents and Settings\Ales\.m2\repository\jboss\profiler\jvmti\jboss-profiler-jvmti\1.0.0.CR5\jboss-profiler-jvmti-1.0.0.
| CR5.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossas\jboss-server-manager\0.1.1.GA\jboss-server-manager-0.1.1.GA.jar]
| [DEBUG] (f) compileSourceRoots = [C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java]
| [DEBUG] (f) compilerId = javac
| [DEBUG] (f) debug = true
| [DEBUG] (f) failOnError = true
| [DEBUG] (f) fork = false
| [DEBUG] (f) optimize = true
| [DEBUG] (f) outputDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] (f) outputFileName = jboss-jmx-mc-int
| [DEBUG] (f) showDeprecation = true
| [DEBUG] (f) showWarnings = true
| [DEBUG] (f) source = 1.5
| [DEBUG] (f) staleMillis = 0
| [DEBUG] (f) target = 1.5
| [DEBUG] (f) verbose = false
| [DEBUG] -- end configuration --
| [INFO] [compiler:testCompile]
| [DEBUG] Using compiler 'javac'.
| [DEBUG] Source directories: [C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java]
| [DEBUG] Classpath: [C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| C:\projects\microcontainer\kernel\kernel\target\jboss-kernel.jar
| C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar
| C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar
| C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar
| C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar
| C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar
| C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
| C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar
| C:\Documents and Settings\Ales\.m2\repository\junit\junit\4.4\junit-4.4.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\test\jboss-test\1.1.1.GA\jboss-test-1.1.1.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant\1.7.0\ant-1.7.0.jar
| C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-launcher\1.7.0\ant-launcher-1.7.0.jar
| C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-junit\1.7.0\ant-junit-1.7.0.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-log4j\2.0.5.GA\jboss-logging-log4j-2.0.5.GA.jar
| C:\Documents and Settings\Ales\.m2\repository\apache-log4j\log4j\1.2.14\log4j-1.2.14.jar
| C:\Documents and Settings\Ales\.m2\repository\jboss\profiler\jvmti\jboss-profiler-jvmti\1.0.0.CR5\jboss-profiler-jvmti-1.0.0.CR5.jar
| C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossas\jboss-server-manager\0.1.1.GA\jboss-server-manager-0.1.1.GA.jar]
| [DEBUG] Output directory: C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] Classpath:
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] C:\projects\microcontainer\kernel\kernel\target\jboss-kernel.jar
| [DEBUG] C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\junit\junit\4.4\junit-4.4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\test\jboss-test\1.1.1.GA\jboss-test-1.1.1.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant\1.7.0\ant-1.7.0.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-launcher\1.7.0\ant-launcher-1.7.0.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-junit\1.7.0\ant-junit-1.7.0.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-log4j\2.0.5.GA\jboss-logging-log4j-2.0.5.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-log4j\log4j\1.2.14\log4j-1.2.14.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\jboss\profiler\jvmti\jboss-profiler-jvmti\1.0.0.CR5\jboss-profiler-jvmti-1.0.0.CR5.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossas\jboss-server-manager\0.1.1.GA\jboss-server-manager-0.1.1.GA.jar
| [DEBUG] Source roots:
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java
| [INFO] Compiling 201 source files to C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [WARNING] C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java\org\jboss\test\system\metadata\value\valuefactory\test\MockTypeInfo.java:[92,19] [deprecation] getType() in org.jboss.reflect.spi.TypeInfo has been deprecated
|
| [DEBUG] org.jboss.microcontainer:jboss-jmx-mc-int:jar:2.2.0-SNAPSHOT (selected for null)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-kernel:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-kernel:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\kernel\pom.xml (selected for compile)
| [DEBUG] active project artifact:
| artifact = org.jboss.microcontainer:jboss-dependency:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-dependency:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\dependency\pom.xml (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.2.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss:jbossxb:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] apache-xerces:xml-apis:jar:2.9.1:compile (selected for compile)
| [DEBUG] apache-xerces:xercesImpl:jar:2.9.1:compile (selected for compile)
| [DEBUG] wutka-dtdparser:dtdparser121:jar:1.2.1:compile (selected for compile)
| [DEBUG] javax.activation:activation:jar:1.1.1:compile (selected for compile)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] oswego-concurrent:concurrent:jar:1.3.4-jboss-update1:compile (selected for compile)
| [DEBUG] org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.10.GA:compile (selected for compile)
| [DEBUG] org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4:compile (selected for compile)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.8.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss.mx:jboss-j2se:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1:compile (selected for compile)
| [DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
| [DEBUG] bcel:bcel:jar:5.1:compile (selected for compile)
| [DEBUG] junit:junit:jar:4.4:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-managed:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.1.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] org.jboss:jboss-mdr:jar:2.0.1.GA:compile (selected for compile)
| [DEBUG] org.jboss:jboss-reflect:jar:2.0.0.GA:compile (applying version: 2.0.2.GA)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.9.GA:compile (applying version: 2.2.10.GA)
| [DEBUG] sun-jaxb:jaxb-api:jar:2.1.4:compile (selected for compile)
| [DEBUG] org.jboss.test:jboss-test:jar:1.1.1.GA:test (selected for test)
| [DEBUG] org.apache.ant:ant:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-launcher:jar:1.7.0:test (selected for test)
| [DEBUG] org.apache.ant:ant-junit:jar:1.7.0:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.2:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss:jboss-common-core:jar:2.2.7.GA:test (applying version: 2.2.10.GA)
| [DEBUG] jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:test (selected for test)
| [DEBUG] junit:junit:jar:3.8.1:test (applying version: 4.4)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] apache-log4j:log4j:jar:1.2.14:test (selected for test)
| [DEBUG] org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA:test (selected for test)
| [DEBUG] junit:junit:jar:4.4:test (applying scope: compile)
| [DEBUG] junit:junit:jar:4.4:test (not setting scope to: compile; local scope test wins)
| [DEBUG] junit:junit:jar:4.4:test (selected for test)
| [DEBUG] org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test (selected for test)
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test' -->
| [DEBUG] (f) basedir = C:\projects\microcontainer\kernel\jmx-mc-int
| [DEBUG] (f) childDelegation = false
| [DEBUG] (f) classesDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] (f) classpathElements = [C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes, C:\projects\microcontainer\kernel\jmx-mc-int\target\classes, C:\projects\microcontainer\kernel\kernel\target\jboss-kernel.jar, C:\projects\microconta
| iner\kernel\dependency\target\jboss-dependency.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-loggin
| g-spi-2.0.5.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar, C:\Doc
| uments and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar, C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\
| dtdparser121\1.2.1\dtdparser121-1.2.1.jar, C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar, C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar, C:\Documents an
| d Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\oswego-concu
| rrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar, C:\Documents and Settings\Ales\.
| m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\
| mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar, C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar, C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar, C:\Documents and Settings\Ales\.m2\re
| pository\junit\junit\4.4\junit-4.4.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-
| 2.0.0.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\test\jboss-test\1.1.1.GA\jboss-test-1.1.1.GA.jar, C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant\1.7.0\ant-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repositor
| y\org\apache\ant\ant-launcher\1.7.0\ant-launcher-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repository\org\apache\ant\ant-junit\1.7.0\ant-junit-1.7.0.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-log4j\2.0.5.GA
| \jboss-logging-log4j-2.0.5.GA.jar, C:\Documents and Settings\Ales\.m2\repository\apache-log4j\log4j\1.2.14\log4j-1.2.14.jar, C:\Documents and Settings\Ales\.m2\repository\jboss\profiler\jvmti\jboss-profiler-jvmti\1.0.0.CR5\jboss-profiler-jvmti-1.0.0.
| CR5.jar, C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossas\jboss-server-manager\0.1.1.GA\jboss-server-manager-0.1.1.GA.jar]
| [DEBUG] (f) disableXmlReport = false
| [DEBUG] (f) enableAssertions = true
| [DEBUG] (f) forkMode = once
| [DEBUG] (f) includes = [org/jboss/test/**/*TestCase.java]
| [DEBUG] (f) junitArtifactName = junit:junit
| [DEBUG] (f) localRepository = [local] -> file://C:\Documents and Settings\Ales\.m2\repository
| [DEBUG] (f) pluginArtifactMap = {org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.6:runtime, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:1.0:runtime, org.apache.maven:maven-core=org.apache.maven:maven-
| core:jar:2.0.6:runtime, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.4.3:runtime, org.apache.maven:maven-artifact=org.apache.m
| aven:maven-artifact:jar:2.0.6:runtime, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.6:runtime, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.4.3:runtime}
| [DEBUG] (f) printSummary = true
| [DEBUG] (f) project = MavenProject: org.jboss.microcontainer:jboss-jmx-mc-int:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\jmx-mc-int\pom.xml
| [DEBUG] (f) projectArtifactMap = {org.jboss:jboss-reflect=org.jboss:jboss-reflect:jar:2.0.2.GA:compile, org.jboss.jbossas:jboss-server-manager=org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA:test, oswego-concurrent:concurrent=oswego-concurrent:
| concurrent:jar:1.3.4-jboss-update1:compile, org.jboss.microcontainer:jboss-kernel=active project artifact:
| artifact = org.jboss.microcontainer:jboss-kernel:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-kernel:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\kernel\pom.xml, org.jboss.man:jboss-managed=org.jboss.man:jboss-managed:jar:2.0.0.GA:compile, org.jboss.logging:jboss-logging-log4
| j=org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA:test, org.jboss:jboss-common-core=org.jboss:jboss-common-core:jar:2.2.10.GA:compile, org.jboss.logging:jboss-logging-spi=org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile, javax.activation:a
| ctivation=javax.activation:activation:jar:1.1.1:compile, wutka-dtdparser:dtdparser121=wutka-dtdparser:dtdparser121:jar:1.2.1:compile, org.apache.ant:ant-junit=org.apache.ant:ant-junit:jar:1.7.0:test, org.apache.ant:ant-launcher=org.apache.ant:ant-lau
| ncher:jar:1.7.0:test, org.jboss.mx:jboss-mbeans=org.jboss.mx:jboss-mbeans:jar:6.0.0.Beta1:compile, junit:junit=junit:junit:jar:4.4:test, apache-log4j:log4j=apache-log4j:log4j:jar:1.2.14:test, org.jboss.microcontainer:jboss-dependency=active project a
| rtifact:
| artifact = org.jboss.microcontainer:jboss-dependency:jar:2.2.0-SNAPSHOT:compile;
| project: MavenProject: org.jboss.microcontainer:jboss-dependency:2.2.0-SNAPSHOT @ C:\projects\microcontainer\kernel\dependency\pom.xml, apache-xerces:xercesImpl=apache-xerces:xercesImpl:jar:2.9.1:compile, org.jboss:jboss-mdr=org.jboss:jboss-m
| dr:jar:2.0.1.GA:compile, org.jboss.test:jboss-test=org.jboss.test:jboss-test:jar:1.1.1.GA:test, sun-jaxb:jaxb-api=sun-jaxb:jaxb-api:jar:2.1.4:compile, dom4j:dom4j=dom4j:dom4j:jar:1.6.1:compile, apache-xerces:xml-apis=apache-xerces:xml-apis:jar:2.9.1:
| compile, bcel:bcel=bcel:bcel:jar:5.1:compile, org.jboss:jbossxb=org.jboss:jbossxb:jar:2.0.0.GA:compile, org.jboss.mx:jboss-jmx=org.jboss.mx:jboss-jmx:jar:6.0.0.Beta1:compile, org.jboss.man:jboss-metatype=org.jboss.man:jboss-metatype:jar:2.0.0.GA:comp
| ile, org.jboss.mx:jboss-j2se=org.jboss.mx:jboss-j2se:test-jar:tests:6.0.0.Beta1:compile, jboss.profiler.jvmti:jboss-profiler-jvmti=jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:test, org.apache.ant:ant=org.apache.ant:ant:jar:1.7.0:test, org
| .jboss.integration:jboss-classloading-spi=org.jboss.integration:jboss-classloading-spi:jar:6.0.0.Alpha4:compile}
| [DEBUG] (f) redirectTestOutputToFile = true
| [DEBUG] (f) remoteRepositories = [[repository.jboss.org] -> http://repository.jboss.org/maven2, [snapshots.jboss.org] -> http://snapshots.jboss.org/maven2, [central] -> http://repo1.maven.org/maven2]
| [DEBUG] (f) reportFormat = brief
| [DEBUG] (f) reportsDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\surefire-reports
| [DEBUG] (f) session = org.apache.maven.execution.MavenSession@10d9151
| [DEBUG] (f) testClassesDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] (f) testNGArtifactName = org.testng:testng
| [DEBUG] (f) testSourceDirectory = C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java
| [DEBUG] (f) trimStackTrace = true
| [DEBUG] (f) useFile = true
| [DEBUG] (f) useManifestOnlyJar = true
| [DEBUG] (f) workingDirectory = C:\projects\microcontainer\kernel\jmx-mc-int
| [DEBUG] -- end configuration --
| [INFO] [surefire:test]
| [DEBUG] dummy:dummy:jar:1.0 (selected for null)
| [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.4.3:runtime (selected for runtime)
| [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3:runtime (selected for runtime)
| [DEBUG] Adding to surefire booter test classpath: C:\Documents and Settings\Ales\.m2\repository\org\apache\maven\surefire\surefire-booter\2.4.3\surefire-booter-2.4.3.jar
| [DEBUG] Adding to surefire booter test classpath: C:\Documents and Settings\Ales\.m2\repository\org\apache\maven\surefire\surefire-api\2.4.3\surefire-api-2.4.3.jar
| [DEBUG] dummy:dummy:jar:1.0 (selected for null)
| [DEBUG] org.apache.maven.surefire:surefire-junit4:jar:2.4.3:test (selected for test)
| [DEBUG] junit:junit:jar:4.0:test (selected for test)
| [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3:test (selected for test)
| [DEBUG] Adding to surefire test classpath: C:\Documents and Settings\Ales\.m2\repository\org\apache\maven\surefire\surefire-junit4\2.4.3\surefire-junit4-2.4.3.jar
| [DEBUG] Adding to surefire test classpath: C:\Documents and Settings\Ales\.m2\repository\junit\junit\4.0\junit-4.0.jar
| [DEBUG] Adding to surefire test classpath: C:\Documents and Settings\Ales\.m2\repository\org\apache\maven\surefire\surefire-api\2.4.3\surefire-api-2.4.3.jar
| [DEBUG] Test Classpath :
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [DEBUG] C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [DEBUG] C:\projects\microcontainer\kernel\kernel\target\jboss-kernel.jar
| [DEBUG] C:\projects\microcontainer\kernel\dependency\target\jboss-dependency.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jbossxb\2.0.0.GA\jbossxb-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\logging\jboss-logging-spi\2.0.5.GA\jboss-logging-spi-2.0.5.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-common-core\2.2.10.GA\jboss-common-core-2.2.10.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-reflect\2.0.2.GA\jboss-reflect-2.0.2.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xml-apis\2.9.1\xml-apis-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\apache-xerces\xercesImpl\2.9.1\xercesImpl-2.9.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\wutka-dtdparser\dtdparser121\1.2.1\dtdparser121-1.2.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\sun-jaxb\jaxb-api\2.1.4\jaxb-api-2.1.4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\jboss-mdr\2.0.1.GA\jboss-mdr-2.0.1.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-jmx\6.0.0.Beta1\jboss-jmx-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\oswego-concurrent\concurrent\1.3.4-jboss-update1\concurrent-1.3.4-jboss-update1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\integration\jboss-classloading-spi\6.0.0.Alpha4\jboss-classloading-spi-6.0.0.Alpha4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-j2se\6.0.0.Beta1\jboss-j2se-6.0.0.Beta1-tests.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\mx\jboss-mbeans\6.0.0.Beta1\jboss-mbeans-6.0.0.Beta1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\bcel\bcel\5.1\bcel-5.1.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\junit\junit\4.4\junit-4.4.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-managed\2.0.0.GA\jboss-managed-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\man\jboss-metatype\2.0.0.GA\jboss-metatype-2.0.0.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository\org\jboss\test\jboss-test\1.1.1.GA\jboss-test-1.1.1.GA.jar
| [DEBUG] C:\Documents and Settings\Ales\.m2\repository
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220474#4220474
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220474
17 years
[Design the new POJO MicroContainer] - Re: Context installation causes StackOverflowError
by alesj
"alesj" wrote : Sure, I'll check the related MC projects (cl, deployers, ...)
| ...
| ps: I'll do this in the evening, as I really am PT time currently :-)
I'm having some weird build issues,
which nobody else (Paul, ALR) is seeing.
| [INFO] Building JBoss Microcontainer JMX Integration
| [INFO] task-segment: [clean, install]
| [INFO] ------------------------------------------------------------------------
| [INFO] [clean:clean]
| [INFO] Deleting directory C:\projects\microcontainer\kernel\jmx-mc-int\target
| [INFO] [enforcer:enforce {execution: enforce-versions}]
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| [INFO] [compiler:compile]
| [INFO] Compiling 66 source files to C:\projects\microcontainer\kernel\jmx-mc-int\target\classes
| [WARNING] C:\projects\microcontainer\kernel\jmx-mc-int\src\main\java\org\jboss\system\ServiceConfigurator.java:[159,19] [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
|
| [INFO] [resources:testResources]
| [INFO] Using default encoding to copy filtered resources.
| [INFO] [compiler:testCompile]
| [INFO] Compiling 201 source files to C:\projects\microcontainer\kernel\jmx-mc-int\target\test-classes
| [WARNING] C:\projects\microcontainer\kernel\jmx-mc-int\src\test\java\org\jboss\test\system\metadata\value\valuefactory\test\MockTypeInfo.java:[92,19] [deprecation] getType() in org.jboss.reflect.spi.TypeInfo has been deprecated
|
| [INFO] [surefire:test]
| [INFO] Surefire report directory: C:\projects\microcontainer\kernel\jmx-mc-int\target\surefire-reports
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD FAILURE
| [INFO] ------------------------------------------------------------------------
| [INFO] There are test failures.
|
| Please refer to C:\projects\microcontainer\kernel\jmx-mc-int\target\surefire-reports for the individual test results.
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 1 minute 42 seconds
| [INFO] Finished at: Mon Mar 23 23:19:45 PDT 2009
| [INFO] Final Memory: 24M/63M
| [INFO] ------------------------------------------------------------------------
|
The problem, as you can see, is that there is no info.
There is no such folder 'surefire-reports'.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220471#4220471
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220471
17 years
[Design of JBoss jBPM] - trunk is failing
by ainze
Hi there,
I'm getting following exception when running any test from trunk that involves deploying jpdl:
| org.jbpm.JbpmException: problems during deployment: errors:
|
| error: couldn't parse xml document : java.lang.IllegalArgumentException: When using array of Objects as the value of SCHEMA_SOURCE property , no two Schemas should share the same targetNamespace.
| error: couldn't interpret the dom model: null : java.lang.NullPointerException
| at org.jbpm.pvm.internal.deploy.CheckProblemsDeployer.deploy(CheckProblemsDeployer.java:48)
| at org.jbpm.pvm.internal.deploy.DeployerManager.deploy(DeployerManager.java:61)
| at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:54)
| at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:1)
| at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
| at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
| at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
| at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:52)
| at org.jbpm.pvm.internal.svc.ProcessServiceImpl.deploy(ProcessServiceImpl.java:84)
| at org.jbpm.pvm.internal.svc.DeploymentImpl.deploy(DeploymentImpl.java:279)
| at org.jbpm.test.JbpmTestCase.deployJpdlXmlString(JbpmTestCase.java:137)
| at org.jbpm.test.execution.StartExecutionTest.testStartNewExecutionByKey(StartExecutionTest.java:40)
| 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:154)
| at org.jbpm.test.BaseJbpmTestCase.runTest(BaseJbpmTestCase.java:81)
| at junit.framework.TestCase.runBare(TestCase.java:127)
| 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:118)
| at junit.framework.TestSuite.runTest(TestSuite.java:208)
| at junit.framework.TestSuite.run(TestSuite.java:203)
| at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
| at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
|
|
I'm looking into the problem, but can't find a real cause. Does anyone recognise this error?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220432#4220432
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220432
17 years