You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Matthieu Baechler (JIRA)" <se...@james.apache.org> on 2015/11/02 14:54:27 UTC

[jira] [Commented] (JAMES-1599) HBase rewrite table implementation is not compatible

    [ https://issues.apache.org/jira/browse/JAMES-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985240#comment-14985240 ] 

Matthieu Baechler commented on JAMES-1599:
------------------------------------------

could you close this ticket ?

> HBase rewrite table implementation is not compatible
> ----------------------------------------------------
>
>                 Key: JAMES-1599
>                 URL: https://issues.apache.org/jira/browse/JAMES-1599
>             Project: James Server
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Antoine Duprat
>              Labels: hbase, rewrite-table
>             Fix For: Trunk
>
>
> HBase rewrite table implementation is not compatible, as _getAllMappings_ does not return correct values.
> For example, when having the following mapping:
> - regex mapping for user "_user_" at domain "_localhost_": "_(.*)@localhost_"
> _getAllMappings_ method returns:
> {code}
> {test@localhost=[test@localhost]}
> {code}
> as *JPA* & *JDBC* implementations returns:
> {code}
> {test@localhost=[regex:(.*)@localhost]}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org