-------------------------------------------------------------------------- C O U P L I N G I S S U E S -------------------------------------------------------------------------- RunDataService PullService JSPService These are the only services left in Turbine. The first two will probably remain in turbine as they are fundamental to what turbine is and the JSP service can become a fulcrum service with a little work. Logging ------- These are the files that make reference to the Log wrapper. These need to use the log4j category and than we can get rid of all the set/getCategory crap in the service framework. /src/org/apache/fulcrum/util/parser/DataStreamParser.java /src/org/apache/fulcrum/util/parser/DefaultParameterParser.java /src/org/apache/fulcrum/util/parser/DefaultCookieParser.java /src/org/apache/fulcrum/security/impl/db/DBSecurityService.java /src/org/apache/fulcrum/intake/model/Field.java /src/org/apache/fulcrum/intake/model/BooleanField.java /src/org/apache/fulcrum/intake/model/ComboKeyField.java /src/org/apache/fulcrum/intake/validator/NumberValidator.java /src/org/apache/fulcrum/intake/validator/NumberKeyValidator.java /src/org/apache/fulcrum/intake/validator/IntegerValidator.java /src/org/apache/fulcrum/intake/Intake.java /src/org/apache/fulcrum/xmlrpc/util/FileTransfer.java