Re: [Spacewalk-devel] Constructor problem

2009-02-02 Thread Devan Goodwin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 2 Feb 2009 13:54:49 +0900 Coe, Colin C. (Unix Engineer) colin@woodside.com.au wrote: ctx.getRequiredParam(RequestContext.NAME) Hey Colin, Looks like this is getting populated with a Long not a String. (a println would confirm) Are you

Re: [Spacewalk-devel] Constructor problem

2009-02-02 Thread Jesus Rodriguez
On Mon, Feb 02, 2009 at 01:54:49PM +0900, Coe, Colin C. (Unix Engineer) wrote: Hi all I'm currently working on getting the Spacewalk web GUI to be able to create and manage Cobbler snippets. Right now I'm getting the following compile time error. --- compile-main: [javac]

[Spacewalk-devel] PGPORT: Porting tables; contributions needed

2009-02-02 Thread Gurjeet Singh
Hi All, I have migrated the following DB objects to work okay with Postgres: ./procs/create_first_org.sql ./tables/web_customer.sql ./tables/rhnUserGroupType.sql ./tables/rhnUserGroup.sql ./tables/rhnOrgQuota.sql ./tables/rhnUserGroup_sequences.sql ./tables/rhnServerGroupType.sql

Re: [Spacewalk-devel] PGPORT: Another porting request.

2009-02-02 Thread Jan Pazdziora
On Mon, Feb 02, 2009 at 09:30:17PM -0400, Devan Goodwin wrote: Hey guys, blocked on another spot in the installer and wanted to queue these items up for porting: Out of backend/satellite_tools/satCerts.py: _query_latest_version = rhnSQL.Statement( SELECT nvl(version, 0) version,