Package org.hibernate.service.jndi.internal

Examples of org.hibernate.service.jndi.internal.JndiServiceImpl.bind()


            LOG.ejb3ConfigurationName( name );

      // todo : instantiating the JndiService here is temporary until HHH-6159 is resolved.
      JndiServiceImpl jndiService = new JndiServiceImpl( cfg.getProperties() );
      try {
        jndiService.bind( name, cfg );
        LOG.boundEjb3ConfigurationToJndiName( name );
        try {
          jndiService.addListener( name, LISTENER );
        }
        catch (Exception e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.