cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate JBOSS Application (ear file)to Netweaver (ear file)

chinna_babu2
Active Participant
0 Kudos

Hi Experts,

I am trying to migrate my .EJB application which is currently running under JBOSS to Netweaver Server.

Backend is SQLServer 2005.

I have used CMP EJB.

I am trying to convert my EJB/CMP field reference from JBOSS deployment descriptor with persistent.xml.

As from NWDS we need to give the reference of JAVA Dictionary project tables/fields for this field mappings.

I don't have the JAVA Dictionary project created, as my project contains more than 300 tables.

What is the best option to convert my project to Netweaver Compliant project.

Is there any way to convert SQL Tables into Java Dictionary Project.??

Thanks

Chinna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As from NWDS we need to give the reference of JAVA Dictionary project tables/fields for this field mappings.

Do you hace to do that because of JPA? If yes you can directly connect to Database instead of DDIC project. In the Datasource Explorer you can create a direct connection to an existing database.

You can use that connection in JPA Tools...

Frank

Answers (2)

Answers (2)

chinna_babu2
Active Participant
0 Kudos

We did it manually creating the Data Dictionary.

Former Member
0 Kudos

I remember using a NWDS plugin for converting J2EE apps from other servers. Maybe be give it a try.

Rajiv.