[PATCH] 38-43 Replaced deprecated code.
by Endi Sukma Dewata
Attached are some patches to replace deprecated code. The patches may
contain some other code cleanup because my Eclipse is configured to
remove white spaces and unnecessary type casting automatically on save.
Ticket #3
--
Endi S. Dewata
12 years, 8 months
[PATCH] 28 Added CMSException.
by Endi Sukma Dewata
The CMSException was added to simplify error handling in REST services.
The exception may include an error message and some other attributes.
When the server throws a CMSException (or its subclass), the exception
will be marshalled into XML and unmarshalled by the client, then thrown
again as a new exception which can be caught by the application.
Ticket #100
Note: This patch depends on patch #25-1. This patch also requires
RESTEasy 2.3.2 jar files to be installed under /usr/share/java/resteasy.
Might need to wait for ticket #29.
--
Endi S. Dewata
12 years, 8 months
[PATCH] 37 Replaced Candlepin with RESTEasy.
by Endi Sukma Dewata
Previously the code depends on the old RESTEasy libraries provided by
Candlepin package. Now the Eclipse classpath, build/setup scripts, and
the spec file have been updated to use the libraries provided by the
new RESTEasy package.
Ticket #29
Note: The new RESTEasy package is only available in F17.
--
Endi S. Dewata
12 years, 8 months