This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>org.jboss</groupId> | |
| <artifactId>jboss-parent</artifactId> | |
| <version>26</version> | |
| </parent> | |
| <groupId>org.wildfly.core</groupId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server xmlns="urn:jboss:domain:6.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.clustering.jgroups"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.ejb3"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Retest this please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.wildfly.legacy.util.CompareModelVersionsUtil | |
| Enter legacy AS version: 6.4.0 | |
| Using target model: 6.4.0 | |
| Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S | |
| Read from target directory or from the legacy-models directory - t/[l]: | |
| Report on differences in the model when the management versions are different? [y]/n: | |
| Reporting on differences in the model when the management versions are different | |
| Report on differences in the model of runtime resources/attributes? y/[n]: | |
| Not reporting on differences in the model for runtime resources/attributes. | |
| Report on differences of deprecation versions for resources/attributes? y/[n]: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.wildfly.legacy.util.CompareModelVersionsUtil | |
| Connected to the target VM, address: '127.0.0.1:57324', transport: 'socket' | |
| Enter legacy AS version: 6.3.0 | |
| Using target model: 6.3.0 | |
| Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S | |
| Read from target directory or from the legacy-models directory - t/[l]: | |
| Report on differences in the model when the management versions are different? [y]/n: | |
| Reporting on differences in the model when the management versions are different | |
| Report on differences in the model of runtime resources/attributes? y/[n]: | |
| Not reporting on differences in the model for runtime resources/attributes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.wildfly.legacy.util.CompareModelVersionsUtil | |
| Enter legacy AS version: 6.2.0 | |
| Using target model: 6.2.0 | |
| Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S | |
| Read from target directory or from the legacy-models directory - t/[l]: | |
| Report on differences in the model when the management versions are different? [y]/n: | |
| Reporting on differences in the model when the management versions are different | |
| Report on differences in the model of runtime resources/attributes? y/[n]: | |
| Not reporting on differences in the model for runtime resources/attributes. | |
| Report on differences of deprecation versions for resources/attributes? y/[n]: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [domain@localhost:9990 /] /host=*/server=*:read-resource-description(access-control=trim-descriptions) | |
| { | |
| "outcome" => "success", | |
| "result" => [ | |
| { | |
| "address" => [ | |
| ("host" => "master"), | |
| ("server" => "*") | |
| ], | |
| "outcome" => "success", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [domain@localhost:9990 /] /host=*/server=*:read-resource-description | |
| { | |
| "outcome" => "success", | |
| "result" => [ | |
| { | |
| "address" => [ | |
| ("host" => "master"), | |
| ("server" => "*") | |
| ], | |
| "outcome" => "success", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [domain@localhost:19999 /] /profile=full-ha/subsystem=infinispan/cache-container=hibernate:read-resource-description(recursive=true) | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "description" => "The configuration of an infinispan cache container", | |
| "attributes" => { | |
| "module" => { | |
| "type" => STRING, | |
| "description" => "The module whose class loader should be used when building this cache's configuration.", | |
| "expressions-allowed" => true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Enter legacy AS version: 6.1.0 | |
| Using target model: 6.1.0 | |
| Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S | |
| Read from target directory or from the legacy-models directory - t/[l]: | |
| Report on differences in the model when the management versions are different? y/[n]: y | |
| Not reporting on differences in the model when the management versions are different | |
| Loading legacy model versions for 6.1.0.... | |
| Loaded legacy model versions | |
| Loading model versions for currently running server... | |
| Oct 19, 2013 10:46:54 AM org.xnio.Xnio <clinit> |