[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-747) bad documentation

Jon Stevens (JIRA) jira-events at jboss.com
Mon Oct 16 17:51:41 EDT 2006


bad documentation
-----------------

                 Key: EJBTHREE-747
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-747
             Project: EJB 3.0
          Issue Type: Bug
          Components: Documentation
            Reporter: Jon Stevens


http://docs.jboss.org/ejb3/app-server/tutorial/relationships/relationships.html

   @JoinTable(table = @Table(name = "flight_customer_table"),
                     joinColumns = {@JoinColumn(name = "FLIGHT_ID")},
                     inverseJoinColumns = {@JoinColumn(name = "CUSTOMER_ID")})

the "table =" is wrong.

This url...has it correct...

http://docs.jboss.org/ejb3/app-server/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Flight.java



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list