hi all!
I have been trying for a long time to migrate my project containing
jsp,
servlet,EJBs(CMP/BMP,stateless/statefull) from visualage4 to websphere studio5.0.0 ....ihave also considered the migration guide of websphere studio ... but still facing many problems in migration.....
step1:- i have three
EJB groups in visual age 4
a)Stock (conntaining session beens)
b)Business (conntaining session beens)
c)Data (conntaining Entity beens)
i exported them all in appropriate (EJB1.1 JAR)jar files from visualage4
step2:- i imported all those jar files in related (new)EJB projects
step3:- i created new web project and imported jar file containing jsp's,css,javascript,image files under web content/nsdjsp...and all other required
java files under java source in the form of packages let say com.spk.nsd.utils,com.spk.nsd.useinterface,com.spk.nsd.stockmanager
now since some of Ejb's (session/entity) are using classes from those imported under web project's java source (e.g. a session been let say abc may instatiates another class inside com.spk.nsd.utils package)...and similarly some of classes under com.spk.nsd.utils e.t.c packages may use EJBeans......
but the com.spk.nsd.utils e.t.c packages that are imported into those EJBS are not recognized in those EJBS.....
y is that how should i set my classpath for that.....
what i realy need is a sample project containing all compunenets as i have in my project....
so that i can set my project accordingly.....
it will great that anyone help me in thid regard....
also if u think anyother tip would be helpfull then plz also recomend it....
waiting for ur response
sajjad ahed paracha...