• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

CMP 2.0 DB2 WSAD Exception

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam using WSAD 5.1.1. I created a CMP(2.0) bean with database IBM DB2 7.2. There were no problems during ejb-rdb mapping . But when I run the universal test client, and invoking any of the home interface methods like create or findByPrimaryKey, I get the following Exception:

RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: ; nested exception is: javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. ???


The server is a WebSphere 5.0 test env.
DataSource is Version 5.0
JDBC Provider Implementation Class Name : COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource
DataSource Helper class is : com.ibm.websphere.rsadapter.DB2DataStoreHelper


I tried creating a CMP 1.1 bean with the same database table.
For this everything worked fine without any errors.

Kindly help me on this issue...
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic