org.dom4j.DocumentException: www.hibernate.org Nested exception: www.hiberna

在使用Ant建表和初始化数据库时出现一个问题org.dom4j.DocumentException: www.hibernate.org Nested exception: www.hiberna

build.xml文件








	
	
	

	
	
	

	
	
	
	
	
	
	
	

	
    
    
	
    
	
	
	
	
    
	
	
    
    


	
	
	
	
	


	
	
        
        
        
            
		
		
			
		
		
		
		
		
	

	
    
        
    	
    	
            
        
        
            
        
        
        
        
        
        
            
            
            
            
            
        
    
    
	
        
		
        
          
        
    
	
		
		
		
			
		
	

	


hibernate.cfg.xml文件






	

		
		com.mysql.jdbc.Driver
		jdbc:mysql://localhost:3306/ecrm_ym
		root
		root
		create
		

		
		org.hibernate.dialect.MySQL5Dialect
		

		
		
		
		
		
		
		

		
		


		
		
		

		

		
		

		
		

		
		
		
		
		

		
		
		

		
		
		
		
		
		
		
	




后来我把 注释了就可以运行了。

然后我再把这句还原,看看是不是这个语句的问题,可是这次尽然没有报

org.dom4j.DocumentException: www.hibernate.org Nested exception: www.hiberna

这个错误,不解啊,是Eclipse工具的问题吗?还是其它问题,求高手指点。

你可能感兴趣的:(ant)