• How can i call the custom properties of a datasource to a java class

    I had a database configuration in domain.xml <datasource jta="false" jndi-name="java:jboss/datasources/ResDs2" pool-name="OOA2" enabled="true" spy="true" use-ccm="false">       &...
    Profile Photo
    created by dvnharishcse
  • Filter as a module

    Hi all, Is it possible to configure a filter as a jboss module to intercept all requests to container independent of the context application? Example: I have these two applications deployed in the same jboss instance....
    Profile Photo
    last modified by fabiomaximiano
  • Custom Datasource jar configuration..

    Hi ,   I am trying to integrate a custom data source jar in JBOSS EAP 6.2 i created the modules dir   /usr/local/clo/ven/JBOSS/jboss-eap-6.2/modules/system/layers/base/org/com/xxx/xx/main my module.xml is ...
    Profile Photo
    last modified by dvnharishcse
  • How to read jBoss server configurations from custom java program

    Hi All,   I am trying to read the server configurations through Java program, but I dont know how. For ex, if I want to know the datasource values like, the min and max pool size or read the jboss memory to say ...
    Profile Photo
    created by anandpaul