Re: pom.xml fixes

2014-10-28 Thread Rob Vesse
Doh, should read the automated emails fully! Thanks, changes pulled and merged, Rob On 28/10/2014 13:54, "Stian Soiland-Reyes" wrote: >It should be enough for you to pull it as it says in the github-email >to dev@ - and include "This closes #9" in the commit message. Push it >to git.apache.or

[GitHub] jena pull request: No need for license of derby.log

2014-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/9 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

Re: pom.xml fixes

2014-10-28 Thread Stian Soiland-Reyes
It should be enough for you to pull it as it says in the github-email to dev@ - and include "This closes #9" in the commit message. Push it to git.apache.org - and as it propagates back again to Github, they will automatically close the pull request. On 28 October 2014 17:29, Rob Vesse wrote: >

[jira] [Commented] (JENA-807) jena-text places testing DB directory under module directory and not under target

2014-10-28 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187420#comment-14187420 ] Andy Seaborne commented on JENA-807: Well, it was working and the test build is working.

TestTransactionTDB disk space requirement

2014-10-28 Thread Stian Soiland-Reyes
Hi, I am struggling to run "mvn install" on jena-tdb locally - as I seem to only have 3.5 GB free disk space. During the tests, this runs down towards 0. This is on Linux Mint 17 x64 with ecryptfs encrypted home directory. This seems to be eaten up while running TestTransactionTDB. Is it keepin

Re: is this a bug?

2014-10-28 Thread Andy Seaborne
On 28/10/14 19:55, Claude Warren wrote: I think I am doing this correctly but I want to make sure before I open a bug. public static void main( final String[] args ) throws Exception { String qry = "SELECT (sum(?x) as ?y) WHERE { [] < http://example.com/int> ?x }"; Model

is this a bug?

2014-10-28 Thread Claude Warren
I think I am doing this correctly but I want to make sure before I open a bug. public static void main( final String[] args ) throws Exception { String qry = "SELECT (sum(?x) as ?y) WHERE { [] < http://example.com/int> ?x }"; Model m = ModelFactory.createDefaultModel();

[jira] [Commented] (JENA-807) jena-text places testing DB directory under module directory and not under target

2014-10-28 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187176#comment-14187176 ] Rob Vesse commented on JENA-807: Something strange is going on here, I was certain that [~an

[jira] [Created] (JENA-807) jena-text places testing DB directory under module directory and not under target

2014-10-28 Thread Rob Vesse (JIRA)
Rob Vesse created JENA-807: -- Summary: jena-text places testing DB directory under module directory and not under target Key: JENA-807 URL: https://issues.apache.org/jira/browse/JENA-807 Project: Apache Jena

Re: pom.xml fixes

2014-10-28 Thread Rob Vesse
Andy What steps did you use to merge the pull request? I would like to merge the pull request #9 but can't seem to see how? Rob On 28/10/2014 09:30, "Andy Seaborne" wrote: >On 28/10/14 16:05, Stian Soiland-Reyes wrote: >> I suggested a tiny fix to jena-csv/pom.xml so that it builds with the >

[GitHub] jena pull request: No need for license of derby.log

2014-10-28 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/9#discussion_r19487925 --- Diff: jena-parent/pom.xml --- @@ -393,6 +393,8 @@ **/log4j.properties **/log4j-testing.properties +

[GitHub] jena pull request: Jena OSGi bundle

2014-10-28 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/10 Jena OSGi bundle Embedding core Jena modules in a single OSGi bundle. This works around classloader issues such as Jena's use of `Class.forName()`, but does not yet support other OSGi bundles to

[GitHub] jena pull request: No need for license of derby.log

2014-10-28 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/9 No need for license of derby.log You can merge this pull request into a Git repository by running: $ git pull https://github.com/stain/jena derby-log Alternatively you can review and apply these ch

Re: pom.xml fixes

2014-10-28 Thread Stian Soiland-Reyes
Arg - this fails also in jena-sdb - [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-checks) on project jena-sdb: Too many files with unapproved license: 1 See RAT report in: /home/stain/src/jena/jena-sdb/target/rat.txt -> [Help 1] It's quite stupid: *

Re: pom.xml fixes

2014-10-28 Thread Stian Soiland-Reyes
Thanks for accepting :) Also jena-text fails in rat-plugin (this has already been mentioned): [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-checks) on project jena-text: Too many files with unapproved license: 1 See RAT report in: /home/stain/src/jena/jena-text/t

Re: pom.xml fixes

2014-10-28 Thread Andy Seaborne
On 28/10/14 16:05, Stian Soiland-Reyes wrote: I suggested a tiny fix to jena-csv/pom.xml so that it builds with the latest Maven: https://github.com/apache/jena/pull/8 Thx - also tests the git-email-commit-github path .. which seems to work quite nicely now. Andy

[GitHub] jena pull request: pom tweaks so it builds

2014-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/8 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[jira] [Commented] (JENA-801) When the server is under load, many queries are piling up and seems to be in some kind of dead lock.

2014-10-28 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187021#comment-14187021 ] Andy Seaborne commented on JENA-801: If it is the node table cache over the base databas

pom.xml fixes

2014-10-28 Thread Stian Soiland-Reyes
I suggested a tiny fix to jena-csv/pom.xml so that it builds with the latest Maven: https://github.com/apache/jena/pull/8 -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718

[GitHub] jena pull request: pom tweaks so it builds

2014-10-28 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/8 pom tweaks so it builds .. also a spelling mistake tixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/stain/jena pom-fixes Alternatively you can re

[jira] [Commented] (JENA-801) When the server is under load, many queries are piling up and seems to be in some kind of dead lock.

2014-10-28 Thread Bala Kolla (JIRA)
[ https://issues.apache.org/jira/browse/JENA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186924#comment-14186924 ] Bala Kolla commented on JENA-801: - Is that mean the node table cache created before W1 is ob

[jira] [Commented] (JENA-805) Graph#isIsomorphicWith should use semantic equivalence when comparing blank nodes

2014-10-28 Thread Chris Beer (JIRA)
[ https://issues.apache.org/jira/browse/JENA-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186923#comment-14186923 ] Chris Beer commented on JENA-805: - Thanks. I'm happy for the consistency, at least. > Graph

[jira] [Resolved] (JENA-805) Graph#isIsomorphicWith should use semantic equivalence when comparing blank nodes

2014-10-28 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-805. Resolution: Fixed Fix Version/s: Jena 2.12.2 Assignee: Andy Seaborne {{GraphMatcher}},

[jira] [Commented] (JENA-805) Graph#isIsomorphicWith should use semantic equivalence when comparing blank nodes

2014-10-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186917#comment-14186917 ] ASF subversion and git services commented on JENA-805: -- Commit 3ea2542c

[jira] [Commented] (JENA-801) When the server is under load, many queries are piling up and seems to be in some kind of dead lock.

2014-10-28 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186902#comment-14186902 ] Andy Seaborne commented on JENA-801: Not quite. There should be one style of node cache.

[jira] [Commented] (JENA-801) When the server is under load, many queries are piling up and seems to be in some kind of dead lock.

2014-10-28 Thread Bala Kolla (JIRA)
[ https://issues.apache.org/jira/browse/JENA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186860#comment-14186860 ] Bala Kolla commented on JENA-801: - [~andy.seaborne] would like to understand all the scenar

[jira] [Commented] (JENA-801) When the server is under load, many queries are piling up and seems to be in some kind of dead lock.

2014-10-28 Thread Bala Kolla (JIRA)
[ https://issues.apache.org/jira/browse/JENA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186845#comment-14186845 ] Bala Kolla commented on JENA-801: - I saw an error while connecting to the tdb store ,generat