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

Thomas Dudziak updated DDLUTILS-6:
----------------------------------

    Component: Core (No specific database)

> 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

>   Components: Core (No specific database)
>     Reporter: Christoffer Hammarström
>     Assignee: Thomas Dudziak
>  Attachments: table.patch
>
> java.lang.IllegalArgumentException: Cannot add Object '[EMAIL 
> PROTECTED];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

Reply via email to