wildfly-swarm jpa/dadatasources yaml.xml
问题 I have a question.I am integrating EJB, JAX-RS, CDI, JPA, and data sources. When I integrate these into wildfly-swarm, there are some problems that can not work properly. yaml.xml: datasources: jdbc-drivers: com.mysql: driver-class-name: com.mysql.jdbc.Driver xa-datasource-class-name: com.mysql.jdbc.jdbc2.optional.MysqlXADataSource driver-module-name: com.mysql data-sources: PicketlinkDS: driver-name: com.mysql connection-url: jdbc:mysql://localhost:3306/testjpa user-name: root password: