Skip to content

Instantly share code, notes, and snippets.

@kabir
kabir / EAP 6.2 and 7.2.0 Domain+Host comparison
Created October 9, 2013 16:19
EAP 6.2 and 7.2.0 Domain+Host comparison
Enter legacy AS version: 7.2.0.Final
Using target model: 7.2.0.Final
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):F
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 7.2.0.Final....
Loaded legacy model versions
Loading model versions for currently running server...
Oct 9, 2013 5:19:25 PM org.xnio.Xnio <clinit>
@kabir
kabir / EAP 6.2 and 7.2.0 standalone model comparison
Created October 9, 2013 16:13
EAP 6.2 and 7.2.0 standalone model comparison
Enter legacy AS version: 7.2.0.Final
Using target model: 7.2.0.Final
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 7.2.0.Final....
Loaded legacy model versions
Loading model versions for currently running server...
Oct 9, 2013 5:11:52 PM org.xnio.Xnio <clinit>
@kabir
kabir / Doman+Host WF8 and 7.2.0 Model Comparison
Created October 4, 2013 13:06
Doman+Host WF8 and 7.2.0 Model Comparison
Enter legacy AS version: 7.2.0.Final
Using target model: 7.2.0.Final
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):F
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
Reporting on differences in the model when the management versions are different
Loading legacy model versions for 7.2.0.Final....
Loaded legacy model versions
Loading model versions for currently running server...
Oct 04, 2013 2:06:26 PM org.xnio.Xnio <clinit>
@kabir
kabir / Standalone WF8 and 7.2.0 Model Comparison
Last active December 24, 2015 16:08
Standalone WF8 and 7.2.0 Model Comparison
Enter legacy AS version: 7.2.0.Final
Using target model: 7.2.0.Final
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
Reporting on differences in the model when the management versions are different
Loading legacy model versions for 7.2.0.Final....
Loaded legacy model versions
Loading model versions for currently running server...
Nov 28, 2013 5:03:59 PM org.xnio.Xnio <clinit>
$./build/target/wildfly-8.0.0.Beta1-SNAPSHOT/bin/add-user.sh
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a):
Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the existing property files.
Username : monitor
[standalone@localhost:9990 /] /deployment-overlay=*/content=*:read-resource-description(recursive=true,access-control=combined-descriptions)
{
"outcome" => "success",
"result" => [{
"address" => [
("deployment-overlay" => "*"),
("content" => "*")
],
"outcome" => "success",
"result" => {
[standalone@localhost:9990 /] /deployment-overlay=*/content=*:read-resource-description(recursive=true,access-control=combined-descriptions)
{
"outcome" => "success",
"result" => [{
"address" => [
("deployment-overlay" => "*"),
("content" => "*")
],
"outcome" => "success",
"result" => {
@kabir
kabir / gist:6270430
Created August 19, 2013 15:29
r-r-d
[standalone@localhost:9990 /] /subsystem=datasources/data-source=*:read-resource-description(access-control=trim-descriptions){roles=maintainer} {
"outcome" => "success",
"result" => [
{
"address" => [
("subsystem" => "datasources"),
("data-source" => "Test")
],
"outcome" => "success",
"result" => {
@kabir
kabir / gist:6241471
Last active December 21, 2015 03:19
MBeanServer Sensitivity Classifications
==== write methods ====
ObjectInstance createMBean()
public Object instantiate()
public ObjectInstance registerMBean()
public void setAttribute()
public AttributeList setAttributes()
public void unregisterMBean()
==== read methods ====
public Object getAttribute()
[standalone@localhost:9990 /] /subsystem=datasources/data-source=*:read-resource-description(recursive=true,access-control=trim-descriptions,operations=true)
{
"outcome" => "success",
"result" => [
{
"address" => [
("subsystem" => "datasources"),
("data-source" => "Test")
],
"outcome" => "success",