cancel
Showing results for 
Search instead for 
Did you mean: 

Entity Bean - Exception: MissingSubstitutionException ?

Former Member
0 Kudos

Hello,

i created an entity bean and i configured the persisten.xml.

If if create a data-source-aliases.xml in my ear project the deployment fails with the mentioned exception which is not documented anywhere.

Otherwise if i delete the data-source-aliases.xml i can deploy the application but i can not start it in the browser.

Does someone knows something about the problem?

André

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem ist in this line of the data-source-aliases.xml:

<data-source-name>${com.sap.datasource.default}</data-source-name>

Does this help?