Description of problem: Form fields for entering JNDI names enforce java:/ or java:jboss/ name prefixes. While this is not incorrect, it's in my opinion too strict. Using no prefix is valid (implies java:comp/env namespace). Eg the user can use just "jms/TestQueue" JNDI name in both CLI or configuration file. I don't think it's necessary to force users to set fully qualified JNDI names. There are also other valid namespaces: java:global, java:app, java:module and java:comp. Version-Release number of selected component (if applicable): EAP 6.2.0.ER5
Any changes to this will be probably related to bug 1019241 too