cancel
Showing results for 
Search instead for 
Did you mean: 

Developer Stusio 7.5 CAF framework fail

Former Member
0 Kudos

Hello,

I downloaded Develoer Studio 7.5 and test it with a CAF project. But when making the "generation" activity the CAF framework fails. It only shows a popup and no logs. The problem seems to be that the framework is not generating the ejb project.

Tested with:

Windows Server 2008 64-bit

JDK from Oracle jdk1.8.0_91 64-bit

Windows 7 64-bit

JDK from Oracle 1.8.0_91 64-bit

Any idea ?

Note 2226948 mentions that for deployable applications, the JDK major version of the Developer Studio must be the same as the JVM major version of your application server. (did not woked).

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, I wrote to SAP and here is the solution !

"

Dear Customer,

NetWeaver Developer Studio 7.50 work with Java 8 and the default

parser security settings are changed in this version. They do not

allow external xsd schemas during parsing by default.

Since CAF uses JAXB for Java classes generation and JAXB uses Xerses

parser, the security settings change affects the CAF generation.

The solution is to add the following VM argument

-Djavax.xml.accessExternalSchema=all at the bottom of the eclipse.ini

file, restart the NWDS and try to generate the CAF projects again.

I will create official SAP Note for the problem and its solution and

add it to this incident.

Best regards,

Nikoleta

"

Thankyou Nikoleta !

Answers (0)