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.configurationValueDAO = configurationValueDAO; | ||||
| 
 | ||||
|         if (configurationValueDAO == null) { | ||||
|             log.error("Failed to inject ConfigurationValueDAO is {} configurationAttributeDAO is {}", | ||||
|                     configurationValueDAO, configurationAttributeDAO); | ||||
|         } | ||||
|         log.info("******************************* inject ConfigurationValueDAO is {} configurationAttributeDAO is {}", | ||||
|                 configurationValueDAO, configurationAttributeDAO); | ||||
|     } | ||||
| 
 | ||||
|     @Override | ||||
|  | @ -114,7 +112,7 @@ public class TableConverter implements AttributeValueConverter { | |||
|             final ConfigurationValue value, | ||||
|             final boolean xml) throws IOException { | ||||
| 
 | ||||
|         log.debug("******************************** Convert: {} -- {} -- {}", attribute, this.configurationValueDAO, | ||||
|         log.info("******************************** Convert: {} -- {} -- {}", attribute, this.configurationValueDAO, | ||||
|                 value); | ||||
| 
 | ||||
|         final List<List<ConfigurationValue>> values = this.configurationValueDAO.getOrderedTableValues( | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti