• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

deploying CMP EJB developed using wsad into was4.0

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same error.. :-(
Did you discovered the answer??

Thank you.
Breno Leit�o
CPqD IT & Telecom
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic