[ 
https://issues.apache.org/jira/browse/DERBY-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kathey Marsden updated DERBY-2696:
----------------------------------

    Derby Categories: [Newcomer]

> ij reports "Attribute is unknown to Derby" on collate, ssl and some other new 
> attributes.
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2696
>                 URL: https://issues.apache.org/jira/browse/DERBY-2696
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 10.3.1.4
>            Reporter: Bernt M. Johnsen
>
> ij> connect 'jdbc:derby:test;ssl=basic';
> URL Attribute [ssl=basic]
>    Attribute is unknown to Derby.
> ij>  connect 'jdbc:derby:test;traceFile=x';
> URL Attribute [traceFile=x]
>    Attribute is unknown to Derby.
> ij> connect 'jdbc:derby:test;collate=blah';
> URL Attribute [collate=blah]
>    Attribute is unknown to Derby.
> Reason: 
> The attributes traceFileAppend, traceDirectory, traceFile,
> traceLevel, collate and ssl are defined in
> org.apache.derby.shared.common.reference.Attribute.java
> and not in org.apache.derby.iapi.reference.Attribute.java 
> and ij does reflection of the latter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to