cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating Local J2EE project DC to NWDI

Former Member
0 Kudos

Hi,

Please explain me the step-by-step procedure to migrate the Local J2EE project DC to the NWDI. I am using WAS 7.0.

Regards,

Patana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

switch to Development configuration perspective,

right click on the local DC u have created and select Add to DTR.

it will ask for a ACtivity .

Ceate an Activity with some name and check in the activity it will be available in DTR once you do this.

Regards,

Satya.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Patana,

Please follow the below steps:

1. Copy the complete package of session/entity bean from ejb module which you have developed in normal EJB project and paste it ejbmodule of newly created DC.

2. If you go to the J2EE Dc explorer you can find EJB candidates, right click on EJB candidates there will be an option add to ejb-bar.xml.once you add your bean to ejb-jar.xml

3. Copy the complete package to src folder of newly created DC and build the DC.

4. Make sure all the files are added to the activity which you have created and then checkin the activity.

Regards,

Jaya.

Former Member