I have an EJB deployed with configurations in ejb-jar.xml and I would like to access
<transaction-type>
configurations in my EJB class during ejbCreate() i.e. Bean or Container as I have to pass this value to my framework for internal work.
Note: I do not want repeat and define an additional env-entry for the same as its already there and I would like to use it