Well, I set up Nukes to let me know when someone responded, and just got this message 
now.  Sorry for missing the discussion.

I had the same error, with the attempt to insert the null primary key.  If you look at 
your database in psql, you should see the following:


(this is out of a pgdump)

CREATE FUNCTION plpgsql_call_handler () RETURNS language_handler
    AS '$libdir/plpgsql', 'plpgsql_call_handler'
    LANGUAGE c;

As far as I can tell, this is triggered by the xdoclet tag:

 * @jboss.entity-command
* name="postgresql-fetch-seq" 

But I've also found references to it in standardjbosscmp-jdbc.xml.

I had to shut down the JBoss server and restart it as well, as I think it got in an 
unstable state.  I'm using 3.2.3.


I'll dig deeper and see what else I've done, but I do have autoinc working.  Not for 
realtionships yet, thoughj .






<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824746#3824746";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824746>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to