0 Replies Latest reply on Oct 30, 2002 2:38 AM by stubwang

    Entity Bean doesn't work!!!

    stubwang

      I have deployed some session bean on jboss3.0 successfully.
      I also deployed one entity bean(cmp,with mysql3.x) successfully.But this cmp doesn't work.I can get the remote handle but find any entity by findByPrimaryKey.It' will throw a ObjectNotFoundException.I also create a datasource.

      Here is msg from console of jboss:
      [ServiceController] jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper does not implement any Service methods
      [ServiceController] jboss.jca:service=LocalTxDS,name=mysqlDS does not implement any Service methods
      [LocalTxConnectionManager] Creating
      [LocalTxConnectionManager] Created
      [LocalTxConnectionManager] Starting
      [mysqlDS] Bound connection factory for resource adapter 'JBoss LocalTransaction JDBC Wrapper' to JNDI name 'java:/mysqlDS'

      [MainDeployer] Starting deployment of package: file:/E:/jboss3.0/server/default/deploy/Item.jar
      [EjbModule] Creating
      [EjbModule] Deploying Item
      [EjbModule] Created
      [EjbModule] Starting
      [Item] Table 'ITEM' already exists
      [EjbModule] Started
      [MainDeployer] Successfully completed deployment of package: file:/E:/jboss3.0/server/default/deploy/Item.jar