= null) {try {initLogging(log4jConfigPath);servletContext.log("log4j init success...");} catch (FileNotFoundException var5) {throw new IllegalArgumentException("Invalid 'log4jConfigLocation' parameter: " + var5.getMessage());}}}@Overridepublic void contextDestroyed(ServletContextEvent servletCon...
("Y".equalsIgnoreCase(cell.getAttribute("autoCommit"))); DBProcsMeta.setResultType(ValueMetaFactory.getIdForValueMeta(cell.getAttribute("resultType"))); // JSONArray jsonArray = JSONArray.fromObject(cell.getAttribute( "argument" )); // DBProcsMeta.allocate( jsonArray.size() ); // for(int i...
@cdeptulaOk, thanks for that input. Well if Kettle has some way of mapping datatypes that cannot be solved with the simple value mapper step, then maybe it is worth figuring out what can be done to make this process easier. That said, I'm reluctant to hard-wired type mapping for the ...
@VisibleForTesting static String findValidTarget( String folderName, final String fileName ) throws KettleException { if ( fileName == null || folderName == null ) { throw new IllegalArgumentException( "Cannot have null arguments to findValidTarget" ); } String fileNameRoot = FilenameUtils...
<argument ref="repositoryConnectController" /> </bean> @@ -97,6 +99,7 @@ <jaxrs:providers> <ref component-id="jsonProvider"/> <ref component-id="webSpoonFilter"/> </jaxrs:providers> </jaxrs:server> 15 changes: 15 additions & 0 deletions 15 ui/src/main/java/org/pentaho/di/ui/...
put( "argumentParameter", stringArrayLoadSaveValidator ); fieldLoadSaveValidatorAttributeMap.put( "headerField", stringArrayLoadSaveValidator ); fieldLoadSaveValidatorAttributeMap.put( "headerParameter", stringArrayLoadSaveValidator ); loadSaveTester = new LoadSaveTester( HTTPMeta.class, attributes, new...
("Y".equalsIgnoreCase(cell.getAttribute("autoCommit"))); DBProcsMeta.setResultType(ValueMetaFactory.getIdForValueMeta(cell.getAttribute("resultType"))); // JSONArray jsonArray = JSONArray.fromObject(cell.getAttribute( "argument" )); // DBProcsMeta.allocate( jsonArray.size() ); // for(int i...