On 07/02/2009 09:40 PM, Mike McCune wrote:
On 07/02/2009 06:32 PM, Mike McCune wrote:
On 06/29/2009 06:15 AM, Joshua Roys wrote:
On 06/26/2009 08:03 PM, Mike McCune wrote:
Joshua,

I'm also getting this compile error:

         [javac] Compiling 2455 source files to
/home/mmccune/devel/spacewalk/java/build/classes
         [javac]
/home/mmccune/devel/spacewalk/java/code/src/com/redhat/rhn/manager/audit/AuditManager.java:253:
cannot find symbol
         [javac] symbol  : constructor DataResult()
         [javac] location: class
com.redhat.rhn.common.db.datasource.DataResult<com.redhat.rhn.frontend.dto.AuditMachineDto>
         [javac]             return new DataResult<AuditMachineDto>();
         [javac]                    ^
         [javac] Note: Some input files use or override a deprecated API.
         [javac] Note: Recompile with -Xlint:deprecation for details.
         [javac] Note: Some input files use unchecked or unsafe operations.
         [javac] Note: Recompile with -Xlint:unchecked for details.
         [javac] 1 error


looks like AuditMachineDto is missing the default constructor.

Mike,

Try the patch located here to avoid the conflict:
http://www.stl.gtri.gatech.edu/jroys/spacewalk-audit-20090625-master-96465f0.patch

Also, attached is a patch to remove the recently (re)moved html:messages
from my jsp pages, and fix that compile error.

Thanks!

Integrated the patches and it complies fine now.  thanks for the
updates.   I'm testing the pages now.


Committed locally and filed a bug to track its inclusion in Spacewalk 0.6:

https://bugzilla.redhat.com/show_bug.cgi?id=509474

Mike

Mike,

One more patch that adds the tabs to the PXT side of things.

Thanks,

Joshua Roys
diff --git a/web/html/nav/sitenav-authenticated.xml 
b/web/html/nav/sitenav-authenticated.xml
index 698121c..e9794dd 100644
--- a/web/html/nav/sitenav-authenticated.xml
+++ b/web/html/nav/sitenav-authenticated.xml
@@ -112,6 +112,16 @@
       </rhn-tab>
     </rhn-tab>
   </rhn-tab>
+  <rhn-tab name="Audit" url="/rhn/audit/Overview.do">
+    <rhn-tab-directory>/rhn/audit</rhn-tab-directory>
+    <rhn-tab name="Overview" url="/rhn/audit/Overview.do">
+      <rhn-tab name="Reviews" url="/rhn/audit/Machine.do" />
+    </rhn-tab>
+    <rhn-tab name="Search" url="/rhn/audit/Search.do" />
+  </rhn-tab>
   <rhn-tab name="Configuration" url="/rhn/configuration/Overview.do" 
acl="org_entitlement(rhn_provisioning);user_role(config_admin)">
     <rhn-tab-directory>/rhn/configuration</rhn-tab-directory>
     <rhn-tab name="Overview" url="/rhn/configuration/Overview.do" 
acl="org_entitlement(rhn_provisioning);user_role(config_admin)" />
_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to