cancel
Showing results for 
Search instead for 
Did you mean: 

Generated Deployment descriptors invalid

Former Member
0 Kudos

Hello,

when choosing "<i>Deploy New Archive And Run</i>" from the WD-Application Context Menu, the deployment descriptors <i>application.xml</i> and <i>application-j2ee-engine.xml</i> are generated.

Modifications made (library references etc) will be lost.

<b>So this is Question one:</b>

Why is it not possible to modify the Descriptors? That is

possible in J2EE-Applications, why not in a WD-App?

<b>Question 2:</b>

The generated Descriptors are not valid.

Could this be a bug or do I have to configure the

templates (location??) ?

application.xml is not valid according to the dtd

because it has no modules:

<i><?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>

<application>

<display-name>WebDynpro_MDmJDO</display-name>

<description>Application description</description>

</application></i>

application-j2ee-engine.xml has no doctype and so i get an error if i try to change from source-view to tabpage general or expert settings in the EAR DD Editor:

<i><?xml version="1.0" encoding="UTF-8"?>

<application-j2ee-engine>

<provider-name>local</provider-name>

<modules-additional>

<module>

<entry-name>WebDynpro_MDmJDO.wda</entry-name>

<container-type>webdynpro</container-type>

</module>

</modules-additional>

</application-j2ee-engine></i>

Greetings,

Ulf Helmke

Message was edited by: Ulf Helmke

Message was edited by: Ulf Helmke

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ulf,

Sorry for the delay. The Web Dynpro deployment descriptors are completely generated and can not be modified manually. That is why you are not able to see the files within the J2EE editors. Maybe the syntax is not the same as the DTDs, but that way the descriptor can be used by the J2EE engine.

Could you please explain in more detail, what you would like to change?

Best regards,

Karin