cancel
Showing results for 
Search instead for 
Did you mean: 

build ejb archive disabled

Former Member
0 Kudos

hi ,

I am building an adapter module as per:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/da5675d1-0301-0010-9584-f6c...

But Build EJB Archive option is disabled to create the jar files. Can someone help me with what to do ...

thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi Raj,

1) Are you using NWDS for developing,

If so open J2ee development perspective from menu option windows in NWDS. In left side, choose J2ee explorer tab. Here, it shows your EJB project. Right click on it and choose Build EJB archive.

2) Check whether you have opened the right perspective when you are trying to build the EJB archive.

3)Check this : The file ejb-jar.xml does not know what is the class and rest of the details for your ejb. For checking this, go to J2EE explorer and you will see ejb candidates.Right click on it and select add to ejb-jar.xml. You should now see the Build EJB Archive option enabled.

Regards

Agasthuri Doss

Former Member
0 Kudos

hi Doss,

Thank you for the reply. I foundout whats wrong.I didnt specify the message server and port. Once I set that and create a new EJB module it was enabled.

thank you

Former Member
0 Kudos

Where do you specify the message server and port in NWDS?