cancel
Showing results for 
Search instead for 
Did you mean: 

EJB migration using j2ee migration plugin ??

Former Member
0 Kudos

Hi,

I have a bean which need to be migrated to WAS from weblogic.

I have kept the bean,home, and remote source in a directory com.test. My deployement descriptors are in Meta-inf directory. i imported the ejb module import-->j2ee migration using migration pluggin.My bean gets compiled. But option "Build EJB Archive" in the context menu is disabled.Any help??

regards,

Sujesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This might be because in one of the java files, certain methods which is to be implemented because of the interface it extends are not implemented or overridden.

Try to override/implement the methods as follows:

right click on the java file->source->Overide/Implement methods and then choose the relevant methods.

Regards,

Prasita