0 Replies Latest reply on Jan 7, 2005 8:43 AM by kantek

    CMPClusteredInMemoryPersistenceManager

    kantek

      Hi, in jboss 3.2.3 the http session use a cmp for replication. The persistence manager used is CMPClusteredInMemoryPersistenceManager. I need to store some cmps in memory, is possible to use ejb 2.x (or 3.x) with this persistence manager ? I didn't see any code for this.
      This manager works fine with cmp 1.1. Another question is: in the line 88, there are the following code:

      idField = con.getBeanClass ().getField ("id");

      So, is it possible to use a primary key with another name ?

      Thank you very much!