invest
This commit is contained in:
		
							parent
							
								
									653b5a4c75
								
							
						
					
					
						commit
						8e0dd36a41
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		|  | @ -74,10 +74,8 @@ public class TableConverter implements AttributeValueConverter { | ||||||
|         this.configurationAttributeDAO = configurationAttributeDAO; |         this.configurationAttributeDAO = configurationAttributeDAO; | ||||||
|         this.configurationValueDAO = configurationValueDAO; |         this.configurationValueDAO = configurationValueDAO; | ||||||
| 
 | 
 | ||||||
|         if (configurationValueDAO == null) { |         log.info("******************************* inject ConfigurationValueDAO is {} configurationAttributeDAO is {}", | ||||||
|             log.error("Failed to inject ConfigurationValueDAO is {} configurationAttributeDAO is {}", |                 configurationValueDAO, configurationAttributeDAO); | ||||||
|                     configurationValueDAO, configurationAttributeDAO); |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     @Override |     @Override | ||||||
|  | @ -114,7 +112,7 @@ public class TableConverter implements AttributeValueConverter { | ||||||
|             final ConfigurationValue value, |             final ConfigurationValue value, | ||||||
|             final boolean xml) throws IOException { |             final boolean xml) throws IOException { | ||||||
| 
 | 
 | ||||||
|         log.debug("******************************** Convert: {} -- {} -- {}", attribute, this.configurationValueDAO, |         log.info("******************************** Convert: {} -- {} -- {}", attribute, this.configurationValueDAO, | ||||||
|                 value); |                 value); | ||||||
| 
 | 
 | ||||||
|         final List<List<ConfigurationValue>> values = this.configurationValueDAO.getOrderedTableValues( |         final List<List<ConfigurationValue>> values = this.configurationValueDAO.getOrderedTableValues( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti