0

I understand previous JBoss versions used DBCP, but I don't find a specific reference to which library and version use JBoss EAP 6.4.

Edit: I found references of uses of ironjacamar as mentioned by @ehsavoi here. But I saw this disclaimer:

"This feature should only be used for development. It is not recommended for production environments because it is not supported by the JBoss administrative and management tools. This feature is deprecated in JBoss EAP 6.4 and will not be supported in the next major release of the product."

So my concern is if this disclaimer is related only to datasource deployment (*.ds files) or to ironjacamar as well.

JuanMoreno
  • 2,498
  • 1
  • 25
  • 34

1 Answers1

0

It is using ironjacamar. The version depends on the effective version of EAp 6.4 you are using.

JuanMoreno
  • 2,498
  • 1
  • 25
  • 34
ehsavoie
  • 3,126
  • 1
  • 16
  • 14
  • Yes, I found references to that here https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/administration_and_configuration_guide/chap-datasource_management, but I also saw this disclaimer: "This feature should only be used for development. It is not recommended for production environments because it is not supported by the JBoss administrative and management tools. This feature is deprecated in JBoss EAP 6.4 and will not be supported in the next major release of the product.", and left me with some concerns about it. – JuanMoreno Apr 14 '21 at 14:43
  • 1
    This feature is using a -ds.xml file to define a datasource instead of using the management model (jboss-cli or hal) to define your datasource in standalone.xml – ehsavoie Apr 15 '21 at 07:53