cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Class - Javabean not available for import

Former Member
0 Kudos

Hi

I have EJB's both entity and session beans,the jar's & ear's in place.They are all created in NWDS.Now I want to use the EJB's in Webdynpro.Doing so using Javabean import model I am faced the error message <b>Invalid Class - Javabean not available for import</b>.

I have searched SDN and found that manifest file is missing.How to create it now ?

Can anyone help me, so that I can use my jar's (already done).

Thanks

Ananda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

there are some limitation for javaBean.

I am giving some link to u and it can give some help.

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/c566427e17c253e10000000a1550b0/content.htm

In bean exception should be java.lang.Exception and it should not contain any array type acessor and mutator.

moreover, i am also facing same problem.

my javaBean receiving java.util.List type from EJB, List contains array of another java bean, but my problem is how to set this array bean to controller context element.

Former Member
0 Kudos

Hi,

First of all i do not know how to create Manifest file from NWDS.

But while i was searching manifest in forums, i come across that Webdynpro -> EJB won't work instead you have to use

WebDynpro-JavaBean models.

Former Member
0 Kudos

Hi

What does actually the javabean contains.Is it contains the connection/locating the beans code or ???

can u please suggest ..

Thanks

Ananda