Bug 506748 - refactor taskomatic code into a separate jar
Summary: refactor taskomatic code into a separate jar
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Spacewalk
Classification: Community
Component: Server
Version: 0.6
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jesus M. Rodriguez
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space11
TreeView+ depends on / blocked
 
Reported: 2009-06-18 15:01 UTC by Jesus M. Rodriguez
Modified: 2010-05-22 04:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-05-22 04:39:53 UTC
Embargoed:


Attachments (Terms of Use)
there is some cross contamination (922 bytes, text/plain)
2009-06-18 15:09 UTC, Jesus M. Rodriguez
no flags Details

Description Jesus M. Rodriguez 2009-06-18 15:01:38 UTC
bug #470991 revealed that the taskomatic code living in the same jar as the 
webapp (rhn.jar) causes the webapp to require unnecessary code.

Proposal
---------
- put the com.redhat.rhn.taskomatic.* into a taskomatic.jar file.
- keep the rest of the com.redhat.rhn.* in rhn.jar
- make taskomatic require rhn.jar
- remove rpm requires of concurrent, quartz, and tanukiwrapper from spacewalk-java
- put taskomatic.jar into spacewalk-taskomatic
- make sure we don't have any ClassNotFoundExceptions

Comment 1 Jesus M. Rodriguez 2009-06-18 15:09:07 UTC
Created attachment 348495 [details]
there is some cross contamination

Comment 2 Jesus M. Rodriguez 2010-05-22 04:39:53 UTC
Not really that big a deal. It seems to work just fine today.


Note You need to log in before you can comment on or make changes to this bug.