Re: Jena OSGi pull request

2015-02-03 Thread Andy Seaborne
On 03/02/15 00:46, Stian Soiland-Reyes wrote: Ouch.. seems like a bug in Maven (or more likely) this magic org.rzo.yajsw.os.posix.PosixProcess used by org.everit.osgi. I guess setting it manually with -Djna.nosys=true didn't help either? Another reason to have a quick look at the PAX Exam (JEN

Re: Jena OSGi pull request

2015-02-03 Thread Stian Soiland-Reyes
Uhm, well must admit I have no clue as to why JNA should be involved in the first place. If it happens on your machine on two JDKs I guess it could happen to anyone. I suggest was try to go with the alternative PAX test I made for JENA-879 instead, even if its not as maintainable https://github.c

Re: Jena OSGi pull request

2015-02-03 Thread Andy Seaborne
On 03/02/15 09:07, Stian Soiland-Reyes wrote: then I can put in the pull request. BTW - if the PR comment has the string "JENA-879" in it, then it should get referenced by the JIRA. After what seems like a few dropped emails, we seem to be back connected for github/asf emails so it would be

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303047#comment-14303047 ] Andy Seaborne commented on JENA-869: No harm being in that file - it does not assume any

[jira] [Updated] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-869: --- Description: In the web interface, I create a persistent dataset "test1". I then remove it. I then crea

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303051#comment-14303051 ] Andy Seaborne commented on JENA-869: The first step is to define what "Delete" means. I

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303063#comment-14303063 ] Bruno P. Kinoshita commented on JENA-869: - Hi Andy! > The first step is to define w

Re: [jira] [Commented] (JENA-626) SPARQL Query Caching

2015-02-03 Thread Saikat Maitra
Hello Andy, I have build a prototype version for the SPARQL Query Cache implementation. I have provided the implementation details below: 1. Created CacheStore class with utility operation as doGet, doSet and doUnset cache. 2. Created CacheClient interface and implemented client for local in mem

[GitHub] jena pull request: JENA-879: Jena osgi pax exam

2015-02-03 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/25 JENA-879: Jena osgi pax exam Fixes JENA-879 for jena-osgi-test Replaces eosgi-maven-plugin tests with PAX Exam testing. Tests jena-osgi with OSGi frameworks Eclipse Equinox and Apache Felix.

[jira] [Commented] (JENA-879) Use PAX Exam for jena-osgi-test

2015-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303120#comment-14303120 ] ASF GitHub Bot commented on JENA-879: - GitHub user stain opened a pull request: htt

[jira] [Commented] (JENA-879) Use PAX Exam for jena-osgi-test

2015-02-03 Thread Stian Soiland-Reyes (JIRA)
[ https://issues.apache.org/jira/browse/JENA-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303122#comment-14303122 ] Stian Soiland-Reyes commented on JENA-879: -- License check for the test dependencies

[jira] [Commented] (JENA-879) Use PAX Exam for jena-osgi-test

2015-02-03 Thread Stian Soiland-Reyes (JIRA)
[ https://issues.apache.org/jira/browse/JENA-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303143#comment-14303143 ] Stian Soiland-Reyes commented on JENA-879: -- BTW - the external dependencies of th

Re: [GitHub] jena pull request: Apache jena osgi

2015-02-03 Thread Stian Soiland-Reyes
I'm sorry, it is difficult to make a pull request be compatible with other pull request as I can't tell in advance the merge order, and I didn't want the file renames to go the wrong way around. If you want I can recreate #24 from scratch now that you have merged the #21 and #23. (Thank you!). Yo

[GitHub] jena pull request: Explanation about

2015-02-03 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/26 Explanation about As an explanation of in jena-osgi/pom.xml was requested, I added it there. You can merge this pull request into a Git repository by running: $ git pull https://github.com/stain/

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Stian Soiland-Reyes (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303245#comment-14303245 ] Stian Soiland-Reyes commented on JENA-869: -- (apologies for duplicate post - it seem

Re: [jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-02-03 Thread Stian Soiland-Reyes
I would expect it to delete it - you can create it from scratch, why not completely delete it? It could be confusing if it reappars when creating a new dataset with the same name. In my case I wanted to wipe the dataset and start over - and didn't expect the old data to reappear. A "Detach" shou

[jira] [Updated] (JENA-876) Remove Elephas I/O module test debug output

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse updated JENA-876: --- Fix Version/s: Jena 2.13.0 > Remove Elephas I/O module test debug output > -

[jira] [Resolved] (JENA-876) Remove Elephas I/O module test debug output

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse resolved JENA-876. Resolution: Fixed Fix will be pushed shortly > Remove Elephas I/O module test debug output >

[jira] [Assigned] (JENA-876) Remove Elephas I/O module test debug output

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse reassigned JENA-876: -- Assignee: Rob Vesse > Remove Elephas I/O module test debug output > -

[jira] [Assigned] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse reassigned JENA-877: -- Assignee: Rob Vesse > Elephas Common API tests need log4j.properties > --

[jira] [Commented] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304391#comment-14304391 ] Rob Vesse commented on JENA-877: The tests will naturally produce various output that is and

[jira] [Commented] (JENA-876) Remove Elephas I/O module test debug output

2015-02-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304393#comment-14304393 ] ASF subversion and git services commented on JENA-876: -- Commit 3caffeb2

[jira] [Commented] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304394#comment-14304394 ] ASF subversion and git services commented on JENA-877: -- Commit 322696e4

[jira] [Closed] (JENA-876) Remove Elephas I/O module test debug output

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse closed JENA-876. -- > Remove Elephas I/O module test debug output > --- > > Key: J

[jira] [Resolved] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse resolved JENA-877. Resolution: Fixed > Elephas Common API tests need log4j.properties > -

[jira] [Closed] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse closed JENA-877. -- > Elephas Common API tests need log4j.properties > -- > >

[jira] [Updated] (JENA-877) Elephas Common API tests need log4j.properties

2015-02-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse updated JENA-877: --- Fix Version/s: Jena 2.13.0 > Elephas Common API tests need log4j.properties > --