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.

--
Mike McCune
mmccune AT redhat.com
Engineering               | Portland, OR
RHN Satellite             | 650.567.9039x79248

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to