The following comment has been added to this issue:

     Author: Jonathan Chen
    Created: Wed, 28 Jan 2004 4:30 PM
       Body:
If you're using JBoss+Postgresql with the entity-command & autoincrement feature, this 
patch-feature essential to get the table creation correct.
---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-738


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-738
    Summary: @jboss.relation does not support jdbc-type and sql-type
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             JBoss Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Ivens Porto

    Created: Tue, 16 Dec 2003 11:50 AM
    Updated: Wed, 28 Jan 2004 4:30 PM

Description:
The @jboss.relation tag must have support for specifing jdbc-type and sql-type.

This is needed, for example, when an auto-increment primary key, of type SERIAL, is 
used as a foreign key.

If you do not specify the jdbc-type and sql-type jboss will create the foreign key as 
type SERIAL, this will cause problems with some databases (I had this problem with 
postgresql), as sometimes the type SERIAL has 'not null' constraint.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to