Apr 7, 2009 10:53 PM
Migration of VAG programs that are generated to Java for Web Services
Hi,
We are in the process of migrating from VAG (v4.5) to EGL (v7.5.1.1) and have hit a bit of a snag.
We have several programs that provide Web Service access to the database (DB2 v8 on Z/OS). These programs are generated to CICS, and then generated to Java. The Java generated code is then exported from VAG and imported to a Web Project in WebSphere (v5.1).
We have managed to migrate these programs to EGL and generate Java code from them, but the Java code generated does not appear to be compatible with WebSphere. For one it seems to be producing BeanInfo classes that VAG never did.
When I import the Java code produced by EGL into WebSphere, WebSphere does not recognise the libraries that the code is using i.e. com.ibm.javart.JavartSerializable
I do not know if the incompatibility is something that can be fixed in the Build Descriptor, or if it's simply that the WebSphere version that we are using is so out of date.
Has anyone any ideas on what we can do to fix this?