Apache Jenkins Server | 1 Jul 2011 01:02
Picon

Build failed in Jenkins: Jackrabbit-trunk » Jackrabbit Core #1569

See <https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/1569/changes>

Changes:

[mreutegg] JCR-3009: Prefix fulltext queries with Japanese or Chinese characters fail to match

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target>
(included: [**], excluded: [])
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/java'>
for tasks ... 
[TASKS] Found 217.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java'>
for tasks ... 
[TASKS] Found 30.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources'>
for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources-filtered'>
for tasks ... 
(Continue reading)

Apache Jenkins Server | 1 Jul 2011 01:02
Picon

Build failed in Jenkins: Jackrabbit-trunk #1569

See <https://builds.apache.org/job/Jackrabbit-trunk/1569/changes>

Changes:

[mreutegg] JCR-3009: Prefix fulltext queries with Japanese or Chinese characters fail to match

------------------------------------------
[...truncated 420 lines...]
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTSelectList.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTFromClause.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTWhereClause.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTPredicate.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTLowerFunction.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTUpperFunction.java">
does not exist.  Will create one.
File
"<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTOrExpression.java">
does not exist.  Will create one.
File
(Continue reading)

Apache Jenkins Server | 1 Jul 2011 01:38
Picon

Jenkins build is still unstable: Jackrabbit-2.2 #13

See <https://builds.apache.org/job/Jackrabbit-2.2/changes>

Apache Jenkins Server | 1 Jul 2011 01:38
Picon

Jenkins build is still unstable: Jackrabbit-2.2 » Jackrabbit Core #13

See <https://builds.apache.org/job/Jackrabbit-2.2/org.apache.jackrabbit$jackrabbit-core/changes>

Markus Joschko (JIRA | 4 Jul 2011 09:58
Picon
Favicon

[Created] (JCR-3010) Introduce new default group whose members can add contribute members to the userAdmin group

Introduce new default group whose members can add contribute members to the userAdmin group
-------------------------------------------------------------------------------------------

                 Key: JCR-3010
                 URL: https://issues.apache.org/jira/browse/JCR-3010
             Project: Jackrabbit Content Repository
          Issue Type: New Feature
          Components: jackrabbit-core
            Reporter: Markus Joschko
            Priority: Minor

There is a check in the UserAccessControlProvider that effectively forbids everyone but the admin to add
users to the UserAdmin Group. 
This makes delegated administration of users where the admin user is not available to the "application
administrators" impossible.
As it is a security risk to allow every member of the group-admin group access to the user-admin group, I'd
like to ask to either allow members of the administrator group to add user to that group or
 to add an additional group user-group-assignee-group (maybe with a better name) with that right.

460                     /*
461                     below group-tree:
462                     - test if the user is group-administrator.
463                     - make sure group-admin cannot modify user-admin or administrators
464                     - ... and cannot remove itself.
465                     */

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

(Continue reading)

Alex Parvulescu (JIRA | 4 Jul 2011 16:49
Picon
Favicon

[Commented] (JCR-3000) SQL2 Join with OR clause still has some issues


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

Alex Parvulescu commented on JCR-3000:
--------------------------------------

The initial fix had some regression problems. I fixed that, also added a new test.
(on trunk in revision  #1142693 , on 2.2 in revision #1142696).

> SQL2 Join with OR clause still has some issues
> ----------------------------------------------
>
>                 Key: JCR-3000
>                 URL: https://issues.apache.org/jira/browse/JCR-3000
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>    Affects Versions: 2.2.7, 2.3.0
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>             Fix For: 2.2.8, 2.3.0
>
>
> There are still some issues with Joins that have OR clauses in them. I changed the test, so that it reflects
the changes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)

Alex Parvulescu (JIRA | 4 Jul 2011 16:53
Picon
Favicon

[Commented] (JCR-2852) Support multi-selector OR constraints in join queries


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

Alex Parvulescu commented on JCR-2852:
--------------------------------------

Hi Frederico, you are right, I'll put a link to the new issue.
We've managed to find more interesting test cases, so I can debug this issue further, make sure everything
works as expected.

I'm trying to keep 2.2 up to date with all the fixed I push on the trunk.
You are welcome to join in on the testing, any feedback is appreciated ;)

> Support multi-selector OR constraints in join queries
> -----------------------------------------------------
>
>                 Key: JCR-2852
>                 URL: https://issues.apache.org/jira/browse/JCR-2852
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, query
>            Reporter: Jukka Zitting
>            Assignee: Alex Parvulescu
>             Fix For: 2.2.7
>
>         Attachments: JCR-2852-NPE.patch, JCR-2852-outer-join-test.patch, JCR-2852.patch
>
>
(Continue reading)

Apache Jenkins Server | 4 Jul 2011 17:07
Picon

Build failed in Jenkins: Jackrabbit-trunk » Jackrabbit Core #1570

See <https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/1570/changes>

Changes:

[alexparvulescu] JCR-3000 SQL2 Join with OR clause still has some issues

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target>
(included: [**], excluded: [])
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/java'>
for tasks ... 
[TASKS] Found 217.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java'>
for tasks ... 
[TASKS] Found 30.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources'>
for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder
'<https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources-filtered'>
for tasks ... 
(Continue reading)

Apache Jenkins Server | 4 Jul 2011 17:07
Picon

Build failed in Jenkins: Jackrabbit-trunk #1570

See <https://builds.apache.org/job/Jackrabbit-trunk/1570/changes>

Changes:

[alexparvulescu] JCR-3000 SQL2 Join with OR clause still has some issues

------------------------------------------
[...truncated 575 lines...]
(type "javacc" with no arguments for help)
Reading from file
<https://builds.apache.org/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/xpath/XPath.jj>
. . .
Warning: Line 535, Column 2: Non-ASCII characters used in regular expression.
Please make sure you use the correct Reader when you create the parser that can handle your character set.
Warning:  "\'" cannot be matched as a string literal token at line 1560, column 2. It will be matched as  <AposAttrContentChar>.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated with 0 errors and 2 warnings.
[INFO] Processed 1 grammar
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] snapshot org.apache.jackrabbit:jackrabbit-spi:2.3-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.jackrabbit:jackrabbit-jcr-commons:2.3-SNAPSHOT: checking for updates
from apache.snapshots
[INFO] [antrun:run {execution: delete-sources}]
[INFO] Executing tasks
     [echo] Remove files that have been customized in Jackrabbit
[INFO] Executed tasks
[TASKS] Skipping maven reporter: there is already a result available.
(Continue reading)

Apache Jenkins Server | 4 Jul 2011 17:47
Picon

Jenkins build is still unstable: Jackrabbit-2.2 » Jackrabbit Core #14

See <https://builds.apache.org/job/Jackrabbit-2.2/org.apache.jackrabbit$jackrabbit-core/changes>


Gmane