deploying CMP EJB developed using wsad into was4.0
saravanakumar sundaram
Greenhorn
Joined: May 16, 2001
Posts: 5
posted
0
Hai, I have developed a sample CMP Bean in wsad4.0 with Oracle as backend. I have tested it using ejb test client and found it working. Now when i try to deploy in the websphere4.0 using admin console, i get following exception. [02.09.02 09:48:51:109 GMT+05:30] 5e7ef20a SystemOut U An unexpected exception was thrown. Halting execution. [02.09.02 09:48:51:234 GMT+05:30] 5e7ef20a SystemOut U Shutting down workbench. [02.09.02 09:48:51:671 GMT+05:30] 5e7ef20a SystemOut U Error during generation of deployment code: null. [02.09.02 09:48:51:703 GMT+05:30] 5e7ef20a SystemOut U >com.ibm.etools.ejbdeploy.EJBDeploymentException (Error during generation of deployment code: null.) [02.09.02 09:48:51:750 GMT+05:30] 5e7ef20a SystemOut U WrappedExecption of java.io.FileNotFoundException: ORACLE_V8_Primitives.xmi (The system cannot find the file specified) [02.09.02 09:48:51:796 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.emf.resource.impl.ResourceSetImpl.getObjectAndLoad(ResourceSetImpl.java:184) [02.09.02 09:48:51:796 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.emf.ref.impl.RefBaseObjectImpl.resolve(RefBaseObjectImpl.java:417) [02.09.02 09:48:51:812 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.rdbschema.gen.impl.RDBDatabaseGenImpl.getDataTypeSet(RDBDatabaseGenImpl.java:240) [02.09.02 09:48:51:828 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.ObjectQuery.crud.schema.DataStoreMap.targetTypeSet(DataStoreMap.java:503) [02.09.02 09:48:51:828 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.ObjectQuery.crud.schema.QueryGenConfigInfo.reset(QueryGenConfigInfo.java:155) [02.09.02 09:48:51:828 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.ObjectQuery.crud.schema.DataStoreMap.<init>(DataStoreMap.java:44) [02.09.02 09:48:51:828 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:487) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:504) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:217) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeployment(BatchExtension.java:704) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:861) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:122) [02.09.02 09:48:51:843 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:60) [02.09.02 09:48:51:859 GMT+05:30] 5e7ef20a SystemOut U at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:207) Is the deployment description created by wsad is not compatible with WAS4.0?? Can somebody help me?? Thanks Saran
Breno Leitao
Greenhorn
Joined: Apr 27, 2005
Posts: 2
posted
0
I have the same error.. :-( Did you discovered the answer??