views:

17

answers:

0

I have WebLogic 10.3 installed (Server, Workshop and Portal).
However, some of the legacy service applications are deployed on WebLogic 9.2.
I have noticed that after using Ant to build the service library, I get an EBJ stub named ABCD_be9p7l_EOImpl_1030_WLStub.class.
Building it from WebLogic 9.2 gives ABCD_be9p7l_EOImpl_922_WLStub.class.
My question is, if I deploy the 10.3 one in the 9.2 server, will there be any compatibility issues that will stop the services from running?
If there is, is there any way that I can use WebLogic 10.3 to build applications that run on 9.2?