Our Archtechture is based on MVC,where view(Swings),Controller(Session
Bean) and Model is (Entity Bean) and we were using VO also.I think we need
to change our code in the case of entity bean.We were getting lot exceptions
as we migrated from weblogic5.1 to 6.1 and we are also planning to migrate
from 6.1 to 8.1 wwhich is not yet finalised.We were gerring remote exception
in 6.1 in ejbCreate method which it needs to throw a DuplicateKey
exception.So there are many issues we hav to concentrate.
cud u pls send me the
ejb specs url where they might hav mentioned the
measures to take ejb1.1 to ejb2.1