uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE56530-E

The non-JTA data source specified for the system property ejbserver.jpa.defaultNonJtaDsName or the system property ejbserver.jpa.overrideNonJtaDsName or the non-jta-data-source element in the persistence.xml file cannot be found. (persistence unit root = aa....aa, persistence unit name = bb....bb, non-JTA data source = cc....cc)

aa....aa: Persistence unit root
bb....bb: Persistence unit name
cc....cc: Non-JTA data source
Description
The non-JTA data source specified in the non-jta-data-source element of persistence.xml, the system property ejbserver.jpa.defaultNonJtaDsName, or the system property ejbserver.jpa.overrideNonJtaDsName cannot be found.
Action
Correctly define the referencing of the resource adapter deployed and started as a standalone module in the non-jta-data-source element of persistence.xml, the system property ejbserver.jpa.defaultNonJtaDsName, or the system property ejbserver.jpa.overrideNonJtaDsName. When referencing a resource adapter conforming to Connector 1.0 specifications, specify the resource-adapter-display-name or resource-adapter-optional-name. When referencing a resource adapter conforming to Connector 1.5 specifications, specify the resource-adapter-display-name!connection-definition-identifier, or the optional name of the resource adapter.