Package org.jboss.test.hibernate.ejb.interfaces

Examples of org.jboss.test.hibernate.ejb.interfaces.ProfileService.deleteUser()


            assertEquals( "Incorrect result size", 1, users.size() );
         }
         finally
         {
            getLog().info("About to delete user with id = " + savedUserId);
            service.deleteUser(savedUserId);
            getLog().info("User with id = " + savedUserId + " successfully deleted.");
         }
      }
      catch( Throwable t )
      {
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.