cancel
Showing results for 
Search instead for 
Did you mean: 

Build failed when use EJB Model

Former Member
0 Kudos

Hi experts.

I have one eb dynpro DC that contains a model type enterprise java beans.

When i apply template "Service Controller" in component controller and after deploy i get the follow error in Build log:

[javac] Compiling 26 source files to D:SAPWorkspacesSAPEHPWorkspace.jdi4	E7D65AC4087E200E11A14DD40E7DE510classes
     [javac] An exception has occurred in the compiler (1.5.0_17). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
     [javac] com.sun.tools.javac.code.Symbol$CompletionFailure: file javaxxml indannotation.class not found
Error: D:SAPWorkspacesSAPEHPWorkspace.jdi4	2E7D65AC4087E200E11A14DD40E7DE510defaultlogs uild.xml:256: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
...

Can someone help me about that?

i use NetWeaver EHP1 7.1 SP04.

Best Regards

Marcos Brandã

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

H Marcosi,

it looks like that you missing an API on the server.

maybe this jaxb-api.jar is missing.

You can add it to you DC if you deploy it.

regards

Gunter

Former Member
0 Kudos

Hi

I have added th library but don't work.

Anyone more?

Marcos Brandã

Former Member
0 Kudos

Hi, can you give more information?

Former Member
0 Kudos

Hi

I have developed a CAF application.

In my web dynpro i created a EJB Model from the Application Service of this CAF. The ear dependencies is ok to CAF.

After that i made an apply template for Service Controller in my Web Dynpro component controller.

When i build the component the errors occurs.

I think this could be an error of my java version. I use 1.5_17. I reinstalled that version and dont work.

I installed version ..5_22 and don't work. Then i installed version 6, and works. It's strange, because never happened this before.

I did the same other times and always work. But now i have this error.

I have alreday reinstalled the NWDS and change the workspace too. But don't work.

Regards

Marcos.

Answers (0)