5 Replies Latest reply on Jul 8, 2002 7:55 PM by dsundstrom

    No warning message found, please file a Bug report.

    matt_hannay

      When deploying my application I get the following
      Warning message.


      16:15:24,348 INFO [EjbModule] Created
      16:15:24,848 INFO [EJBDeployer]
      Bean : MLBPlayBean
      Section: 10.6.13
      Warning: No warning message found, please file a Bug report.

      I am getting some other errors when utilising the bean
      mentioned above.

      I have several finder methods that return Collections of
      MLBPLayLocal objects

      If I process the collection in a for loop, and catch any
      exceptions in a, 'try catch' block to catch errors and
      continue processing all bar the last element in the collection throw the exception listed below:


      2002-07-05 14:42:09,337 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
      javax.ejb.NoSuchObjectLocalException: Entity not found: primaryKey=com.activesky.foxSports.entity.mlbPlay.MLBPlayPK@b7
      Embedded Exception
      Entity not found: primaryKey=com.activesky.foxSports.entity.mlbPlay.MLBPlayPK@b7
      at org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invoke(BaseLocalContainerInvoker.java:305)
      at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:38)
      at $Proxy78.getPitcher(Unknown Source)

      However if I run the SQL Queries generated by jboss
      I get all the valid rows. I am also using CMR, and
      if I follow the relationships in the database I also get valid data


      Is it possible that the deployment error is causing the above exception?