Bug 506748

Summary: refactor taskomatic code into a separate jar
Product: [Community] Spacewalk Reporter: Jesus M. Rodriguez <jesusr>
Component: ServerAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: low    
Version: 0.6CC: cperry
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-22 04:39:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 585232    
Attachments:
Description Flags
there is some cross contamination none

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.