Several of the Utility related classes used by the Connector Manager would
be generally useful to the Connector developers. Currently the packaging
of the different utility classes into libraries (JAR files) is a mixed bag.
1. Some utility classes, like XmlUtils, appear in the connector-spi.jar
library.
2. Some of the Servlet related utilities and constants appear in the
connector-util.jar.
3. Others, like the utilities in the common package, only appear in the
connector.jar which is the main library for the Connector Manager.
Connectors should not create any dependencies on classes in the
'connector.jar' library and therefore will not have access to any of these
utilities.
What needs to be done is either extract all the utilities into a common
package an then create an associated library/JAR file, or change the build
rules (build.xml) to include/exclude the proper files into a new library.
Similar to the way the new connector-logging.jar library was created.
Original issue reported on code.google.com by mar...@google.com on 17 Dec 2009 at 9:45
Original issue reported on code.google.com by
mar...@google.com
on 17 Dec 2009 at 9:45