cancel
Showing results for 
Search instead for 
Did you mean: 

Import/Reimport from EJBs -> "No EJBs available."

Former Member
0 Kudos

Hello,

we have a WD project, that uses EJB3.0 SessionBeans. Some changes were made in the backend and a reimport of the Models was necessary.

In the window "Available Public Parts" with the information "Add/Select the required DC Dependency. Click on the "Refresh" button to view freshly added dependency" we have to choose the Application for the Reimport.

But when we choose the Application, which supplies the EJBs, the following message is displayed: "No EJBs available.". We didn't change the properties of the Development components, so we don't know, why this error occurs. We also could not create a new Model. Has anybody an idea?

Thanks a lot!

Best regards

Philipp

P. S.: We use SAP NetWeaver 7.1 Composition Environment SP06 PAT0005

Edited by: Philipp Schmoldt on Apr 1, 2009 7:19 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Whenever you re-import a model, make sure to re-start the engine!

Former Member
0 Kudos

We have cleaned all projects, deployed the development components, restarted the application server, but nothing solved the problem. The EJBs are tested and works fine (with a local testproject, we can use the EJBs on the application server via context lookup).

Do you have some other ideas?

Former Member
0 Kudos

We solved the problem. It had to do with the EJB project. We found Local and Remote Interfaces of a Bean, which has declared "public static final"s. That was the problem.

After moving all "public static final" parts from the interface to the Bean, the import was running.

Best regards

Philipp

Former Member
0 Kudos

great, that saved me a lot of time... thank you so much !