Hi, I am trying to run the Modular Dabatase Example from the Cocoon site, but 
with PostgreSQL 7.2.

I am using Cocoon 2.1 (lastest CVS), Java 1.4.1, Tomcat 4.1.12 on Red Hat 
Linux 7.3.

Someone make it work?

I am having problems with:

<table name="groups">
      <keys>
      <key name="gid" type="int" autoincrement="true">
            <mode name="auto"  type="autoincr"/>
         </key>
      </keys>
      <values>
         <value name="gname" type="string"/>
      </values>   
</table>

The problem is that always it trought me a exception that tell:

java.sql.SQLException: ERROR:  ExecAppend: Fail to add null value in not null 
attribute gname

What I am doing wrong?

Antonio Gallardo

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to