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

Kevin Sutter resolved OPENJPA-405.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

Resolved via revision 585269 for 1.0.x and 1.1.0.

> need extract space in the message text
> --------------------------------------
>
>                 Key: OPENJPA-405
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-405
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>            Reporter: Teresa Kan
>            Assignee: Teresa Kan
>            Priority: Minor
>             Fix For: 1.0.1, 1.1.0
>
>         Attachments: OPENJPA-405.patch
>
>
> two words concat togther in the following message due to the space was 
> missing in front of separator. Therefore, contract and detected became one 
> word: contractdetected. 
> subclasser-contract-violation-field: Possible violation of subclassing 
> contract\
>       detected while processing persistent field {1}, declared in {2}. \ 
>       Are you sure you are obeying the OpenJPA requirements? Details: {0}
> Fix will be :
> subclasser-contract-violation-field: Possible violation of subclassing \
>       contract detected while processing persistent field {1}, declared in 
> {2}. \ 
>       Are you sure you are obeying the OpenJPA requirements? Details: {0}

-- 
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