5 Replies Latest reply on Dec 6, 2005 11:11 AM by mip

    Errors when attempting to move from 3.0.8 to 4.0.3SP1

    mip

      I'm attempting to migrate our application from JBoss 3.0.8 to 4.0.3SP1. Everthing depoys without any errors but when I attempt to do anything that invloves CMP I get the following exception:

      12:29:07,835 INFO [STDOUT] javax.naming.NameNotFoundException: MyEntity not bound
      12:29:07,835 INFO [STDOUT] at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
      12:29:07,835 INFO [STDOUT] at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
      12:29:07,835 INFO [STDOUT] at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
      12:29:07,835 INFO [STDOUT] at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
      12:29:07,835 INFO [STDOUT] at org.jnp.server.NamingServer.lookup(NamingServer.java:255)
      12:29:07,835 INFO [STDOUT] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
      12:29:07,835 INFO [STDOUT] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
      12:29:07,835 INFO [STDOUT] at javax.naming.InitialContext.lookup(InitialContext.java:351)


      The messages on deplyoment seem to suggest the the entity beans have been deployed sucessfully.

      Anyne have any ideas/suggestion?