You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/02 16:19:13 UTC

[jira] Resolved: (DDLUTILS-6) Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended.

     [ http://issues.apache.org/jira/browse/DDLUTILS-6?page=all ]
     
Thomas Dudziak resolved DDLUTILS-6:
-----------------------------------

    Resolution: Fixed

> Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DDLUTILS-6
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-6
>      Project: DdlUtils
>         Type: Bug
>     Reporter: Christoffer Hammarström
>     Assignee: Thomas Dudziak
>  Attachments: table.patch
>
> java.lang.IllegalArgumentException: Cannot add Object 'org.apache.ddlutils.model.Column@17f1ba3[name=column2;type=null]' - Predicate rejected it
> 	at org.apache.commons.collections.collection.PredicatedCollection.validate(PredicatedCollection.java:100)
> 	at org.apache.commons.collections.collection.PredicatedCollection.<init>(PredicatedCollection.java:85)
> 	at org.apache.commons.collections.list.PredicatedList.<init>(PredicatedList.java:79)
> 	at org.apache.commons.collections.list.PredicatedList.decorate(PredicatedList.java:63)
> 	at org.apache.ddlutils.model.Table.getPrimaryKeyColumns(Table.java:571)

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