Guest User

Untitled

a guest
Dec 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. [standalone@localhost:9999 /] /subsystem=mail/mail-session=*:read-resource-description
  2. {
  3. "outcome" => "failed",
  4. "result" => [{
  5. "address" => [
  6. ("subsystem" => "mail"),
  7. ("mail-session" => "*")
  8. ],
  9. "outcome" => "failed",
  10. "failure-description" => "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key mail.mail-session.debug",
  11. "rolled-back" => true
  12. }],
  13. "rolled-back" => true
  14. }
  15. [standalone@localhost:9999 /] cd subsystem=mail
  16. [standalone@localhost:9999 subsystem=mail] :read-children-names(child-type=mail-session)
  17. {
  18. "outcome" => "success",
  19. "result" => ["java:jboss/mail/Default"]
  20. }
  21. [standalone@localhost:9999 subsystem=mail] cd mail-session=java\:jboss\/mail\/Default
  22. [standalone@localhost:9999 mail-session=java:jboss/mail/Default] :read-resource-description
  23. {
  24. "outcome" => "failed",
  25. "failure-description" => "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key mail.mail-session.debug",
  26. "rolled-back" => true
  27. }
  28. [standalone@localhost:9999 mail-session=java:jboss/mail/Default]
Add Comment
Please, Sign In to add comment