1 Reply Latest reply on Jan 27, 2002 8:05 PM by chris70

    CMP Example

    sasha78

      Hi,
      I have bought the JbossCMP Docs,
      I am trying to run the example that it came with it.
      when i deploy the example under jboss jboss start ok.
      when i run ant test, jboss comes with the following error,

      [12:41:01,086,EntityContainer] invoke returned an exception
      javax.ejb.ObjectNotFoundException: No such entity!
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityCommand.java:61)
      at org.jboss.ejb.plugins.cmp.CMPStoreManager.findEntity(CMPStoreManager.java:177)
      at org.jboss.ejb.plugins.CMPPersistenceManager.findEntity(CMPPersistenceManager.java:326)
      at org.jboss.ejb.EntityContainer.find(EntityContainer.java:631)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:926)
      at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:74)


      Has anywone tryed running this example successfully.

      Thanks.

        • 1. Re: CMP Example
          chris70

          I also started trying it but not working yet. Your error msg. shows that Entities were not deployed properly (check server.log for details). After trying for 2 days, I am now waiting for Marc to commit his changes and will then get the latest snapshot (current is broken).

          Chris.