1 Reply Latest reply on Jan 27, 2005 7:41 AM by aloubyansky

    DynamicQL and JDBCStoreManager2

    hariv

      I am getting the following exception, when I deploy my entity bean using
      the container cmp2.x jdbc2 pm with cache invalidation. This configuration uses org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 as the PersistenceManager. I am getting this following exception. when it tries to process a dynamic QL. Is DynamicQL not supported in the new persistence manager.?

      13:01:38,368 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=ejb/APErrorQue,service=EJB
      org.jboss.deployment.DeploymentException: Unsupported query metadata: method=ejbSelectGeneric, metadata=[JDBCDynamicQLQueryMetaData : method=public abstract java.util.Set com.cendian.ap.entity.APErrorQueBean.ejbSelectGeneric(java.lang.String,java.lang.Object[]) throws javax.ejb.FinderException]
      at org.jboss.ejb.plugins.cmp.jdbc2.QueryFactory.init(QueryFactory.java:105)