On Wed, Jun 30, 2010 at 11:11:16AM +0200, Jan Pazdziora wrote:
> 
> FYI, setting the certBlob to lazy

[...]

> did not help.

But dropping it completely

diff --git 
a/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.xml 
b/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.
index 1989496..83b09cf 100644
--- a/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.xml
+++ b/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.xml
@@ -9,7 +9,6 @@ PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
             <meta attribute="scope-set">protected</meta>
         </id>
         <property name="label" column="LABEL" not-null="true" type="string" 
length="64" />
-        <property name="certBlob" column="CERT" not-null="true" type="blob" 
lazy="true" />
         <property name="issued" column="ISSUED"  type="timestamp" 
insert="false" update="false"/>
         <property name="expires" column="EXPIRES"  type="timestamp" 
insert="false" update="false"/>
         <property name="created" column="CREATED" not-null="true" 
type="timestamp" insert="false" update="false"/>

got me over to the "Create Spacewalk Administrator" page. Of course,
we need some better solution for blob handling.

But at least we know that the issue is indeed where it seems to be.

-- 
Jan Pazdziora
Principal Software Engineer, Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to