[ 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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org