cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW CE: How to change vendor "sap.com" of an EJB-Project?

Former Member
0 Kudos

Hello,

if I create a Composite Application Development Component I can set the vendor.

How can I set/change the vendor of an EJB-Project?

Regards,

Armin

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Armin,

The vendor is maintained on the application level. It is specified in both application-j2ee-engine.xml and SAP_MANIFEST.MF. The latter is generated during build of an EAR project. The keyvendor defined in SAP_MANIFEST.MF overrides the one defined in application-j2ee-engine.xml.

Unfortunately, with the current version, if you change the value in application-j2ee-engine.xml, it will not get replicated to SAP_MANIFEST.MF, so you have to edit it manually in the EAR after the build. This is gonna be fixed in the next version.

HTH!

-- Vladimir

Former Member
0 Kudos

Hello,

in my EAR project are the files:

application-j2ee-engine.xml and MANIFEST.MF but no SAP_MANIFEST.MF.

The code of the files:

application-j2ee-engine.xml

<?xml version="1.0" encoding="UTF-8"?>
<application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">
</application-j2ee-engine>

MANIFEST.MF:

Manifest-Version: 1.0
Class-Path: 

What and where do I have to edit to change the vendor.

Regards,

Armin

Vlado
Advisor
Advisor
0 Kudos

As I stated above, SAP_MANIFEST.MF is generated during build of an EAR project, it's not available in the project itself. You have to edit the <b>keyvendor</b> property manually in the (physical) EAR file that is produced as a result of the build.

Answers (0)