application migration j2ee1.2-j2ee1.3 using wsad 5
Hi guys ...
Am trying to migrat J2EE1.2- J2EE1.3 my application....
previously my application developed by using websphere4.0 j2ee 1.2 version ejb 1.1
I have 2 modules
1) web module
2)ejb module
at the time of migration there is no error in web module means it successfully migrated .. but ejb module show some errors at the time of migration in log...
like
Info: Project structure did not need migration: SCLS-ejb.
Info: J2EE version level did not need migration: SCLS-ejb.
Info: Migration was not required for META-INF/ejb-jar.xml.
Migration was completed for InfoRequest.
Info: Migration was not required for InfoRequestSession.
Migration was completed for StateInfo.
Migration was completed for Schools.
Migration was completed for Major.
Migration was completed for Degree.
Error: java.lang.NullPointerException
Error: Unable to migrate the Map and Schema file structure in project SCLS-ejb
due to the above error at the time running my application all the entity beans are not working properly... means am unable to insert a record in the database..... its gives some errors...
presently am using the WSAD 5.0 to migrate my application...
please help...
BY
Antham
|