I have an application (war-binary-only) with an embedded jndi resource of java:jdbc/xyz
Which I try to express in a xyz-ds.xml file, but cannot find the right syntax.
Wildfly insist on having either java:/
or java:/jboss
in the beginning of the jndi name, and neither seems to match..
<datasource jndi-name="java:/jdbc/xyz" poolname="xyz" enabled="true" use-java-context="true">
....
</datasource>
Does anybody know how to do this?