Closed AndriyKalashnykov closed 10 years ago
As per documentation ( https://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/add-resource-example.html) in order to specify user-name and password i need to use following:
<security.user-name>sa</security.user-name> <security.password>sa</security.password>
in reality this is what really works:
<user-name>sa</user-name> <password>sa</password>
Fixed, thanks!
welcome :)
As per documentation ( https://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/add-resource-example.html) in order to specify user-name and password i need to use following:
<security.user-name>sa</security.user-name> <security.password>sa</security.password>
in reality this is what really works:
<user-name>sa</user-name> <password>sa</password>