1 Reply Latest reply on Sep 6, 2006 10:41 AM by peterj

    Objects transfer to MySQL

    rockym

      Hi; I'm trying to transfer the Persisten Objects to MYSQL, but I have a problem, I am trying to move to my database, but It only creates the table, but doesn't move to MySQL. here is a litltle part of the error.

      17:38:36,552 WARN [ServiceController] Problem starting service jboss.j2ee:jar=tutorialEstudiante.jar,name=EstudianteDAOBean,service=EJB3
      javax.naming.NamingException: Could not bind stateful proxy with ejb name EstudianteDAOBean into JNDI under jndiName: EstudianteDAOBean/remote [Root exception is javax.naming.NameAlreadyBoundException]
      at org.jboss.ejb3.stateful.BaseStatefulProxyFactory.start(BaseStatefulProxyFactory.java:79)
      at org.jboss.ejb3.stateful.StatefulRemoteProxyFactory.start(StatefulRemoteProxyFactory.java:88)


      I don't know, the connector and the mysql-ds.xml are well located, so I don't know what's happening

      Thanks Rodrigo

        • 1. Re: Objects transfer to MySQL
          peterj

          This error means that you have already deployed the application. Do you perhaps have the application deployed in two different files? Or have you named two EJBs with the same name?