Have some propertied defined for our resource adapter currently defined via the Ironjacamar XML. E.g.
<config-property name="databaseName">myDatabase</config-property>
However we would really need to be able to change this at deploy time without having to rebuild the RAR. E.g. via standalone.xml or system property?
How can we do that? And to make matters possibly a little more complicated the RAR is deployed embedded inside an EAR (we can change this if there is no alternative but ideally we would like to keep it embedded).