cancel
Showing results for 
Search instead for 
Did you mean: 

Custom module error in NWDS

former_member190536
Participant
0 Kudos

hello,

I developed a module by seeing the weblog  

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/07/17/send-file-to-two-different-locati...

I am getting the following error as follows...

Description    Resource    Path    Location    Type The method ejbActivate() of type CArchive_BBean must override a superclass method

I am attaching java code here attached.

If i change the java compiler to 1.5 then it is throughing this error, if I am changing to 1.6 then it is showing only warning. So how to resolve this error?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Khaja,

Please try with the below code.

Replace your entire code with the attached one and try.

Regards,

Veerendra.

Former Member
0 Kudos

Hello,

Where exactly u r getting this error?

I have created so many AMs and never faced such kind of issues (in fact the code which i had pasted in the blog is working like a charm so not sure how come u r getting such weird errors), i guess u have really worked hard to get these errors...

May be u can try to remove all  "@Override" which are present in the code and then test?

If in case it doesn't work then next time u can share ur entire ejb project and attach it over here...Will check ur project.

Thanks

Amit Srivastava