Re: New committer: Ying Jiang

2013-08-26 Thread Ying Jiang
Hi, It's really great to join the Jena community as a committer. The GSoC project of jena-spatial is just a start point of my involvements in open source projects. I'd be glad to continously contribute to Jena after GSoC. I've just tested jena-spatial with Fuseki. Everything is working well. I

[jira] [Closed] (JENA-487) CannotEncodeCharacterException when writing lots of instances to file via RDFWriter

2013-08-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne closed JENA-487. -- Resolution: Not A Problem Assignee: Andy Seaborne CannotEncodeCharacterException when writing

project components

2013-08-26 Thread Claude Warren
I would like to add jena-security to the list of components in JIRA. Is there any objection to my doing so? Claude -- I like: Like Like - The likeliest place on the webhttp://like-like.xenei.com Identity: https://www.identify.nu/user.php?cla...@xenei.com LinkedIn:

Re: Jena JDBC revisited

2013-08-26 Thread Andy Seaborne
Re: build/test Rob - what's actually slow? (I tried to mvn test but got a compile error - see next message.) We have a few slow points in the test suite (e.g. SDB) that would be worth dropping for a development build. The only trouble I see is that sometimes I do a mvn deploy build from

jena-jdbc : JDJK6-JDK7-ism?

2013-08-26 Thread Andy Seaborne
I'm getting the following compile time error when building with maven. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jena-jdbc-core: Compilation failure: Compilation failure: [ERROR]

Re: Jena 2.11.0 release?

2013-08-26 Thread Andy Seaborne
To move it to trunk, use svn mv and edit the top level build POM. Let dev@ know. We can finetune the build due to this (and the other changes) when in trunk. Switching on and off is as simple as commenting in or out the module entry (as as jena-jdbc current does). Minor comment: In

RE: jena-jdbc : JDJK6-JDK7-ism?

2013-08-26 Thread David Jordan
Yes, I ran into the same issue and fix in some of my non-Jena work. -Original Message- From: Andy Seaborne [mailto:a...@apache.org] Sent: Monday, August 26, 2013 6:04 AM To: dev@jena.apache.org Subject: jena-jdbc : JDJK6-JDK7-ism? I'm getting the following compile time error when

[jira] [Closed] (JENA-498) Multiple repeated use of HttpOp.execHttpPost leads to No buffer space available (maximum connections reached?)

2013-08-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne closed JENA-498. -- Multiple repeated use of HttpOp.execHttpPost leads to No buffer space available (maximum connections

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
Fixed a, b and c (a was auto-correct in TextEdit being helpful) d is kinda tricky because having full transaction support requires either a multi-threaded app or a trivialized example. Plus I'm not 100% sure the driver does transactions perfectly, there is some test coverage for it but I'm not

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
I'm not sure what else we would call it? All the other vendors call their products JDBC drivers so I don't see why we can't 1 - Yes, I actually specifically used SquirrelSQL for debugging during development because it was also open source and I could attach the debugger to SquirrelSQL and see

Re: jena-jdbc : JDJK6-JDK7-ism?

2013-08-26 Thread Rob Vesse
Yeah we use JDK6 exclusively here at YarcData The fix is either to make the change or I think we can use the compiler plugin to restrict these modules to JDK 6 for the time being? Rob On 8/26/13 3:04 AM, Andy Seaborne a...@apache.org wrote: I'm getting the following compile time error when

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
Response inlines: On 8/24/13 9:00 AM, Andy Seaborne a...@apache.org wrote: Rob, There'll need to be NOTICE and LICENSE files in the modules. I have added these to the top level module, do they need to be in each sub-module? They are identical throughout, I assume we don't need to include

Re: Jena JDBC revisited

2013-08-26 Thread Claude Warren
OK I can see your points. but really, what users RTFM? :D Claude On Mon, Aug 26, 2013 at 6:18 PM, Rob Vesse rve...@yarcdata.com wrote: I'm not sure what else we would call it? All the other vendors call their products JDBC drivers so I don't see why we can't 1 - Yes, I actually

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
True, much to the frustration of developers everywhere Rob On 8/26/13 11:23 AM, Claude Warren cla...@xenei.com wrote: OK I can see your points. but really, what users RTFM? :D Claude On Mon, Aug 26, 2013 at 6:18 PM, Rob Vesse rve...@yarcdata.com wrote: I'm not sure what else we would

Re: Jena JDBC revisited

2013-08-26 Thread Andy Seaborne
A bit of poking around: * jdbc isn't generally marked (tm) on Oracle sites, when Java is, but there is http://docs.oracle.com/javase/tutorial/jdbc/index.html but that is the only one I found. Other place the Jaav bit is, not not the rest. * Apache Derby don't have JDBC tm'ed. Claude

Re: jena-jdbc : JDJK6-JDK7-ism?

2013-08-26 Thread Andy Seaborne
On 26/08/13 18:21, Rob Vesse wrote: Yeah we use JDK6 exclusively here at YarcData The fix is either to make the change or I think we can use the compiler plugin to restrict these modules to JDK 6 for the time being? Rob I'd prefer the change if it has no effect on Java6 - I'm not sure what's

Re: Jena JDBC revisited

2013-08-26 Thread Andy Seaborne
On 26/08/13 19:08, Rob Vesse wrote: Response inlines: On 8/24/13 9:00 AM, Andy Seaborne a...@apache.org wrote: Rob, There'll need to be NOTICE and LICENSE files in the modules. I have added these to the top level module, do they need to be in each sub-module? If the NL files are in

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
Ok I will copy the NOTICE and LICENSE into each module since they will be identical. I believe it is used for all the modules I found this thread re: AspectJ and an Apache project http://mail-archives.apache.org/mod_mbox/geronimo-dev/200710.mbox/%3C3604FF

Re: [GSoC 2013] jena-spatial

2013-08-26 Thread Andy Seaborne
On 26/08/13 06:45, Ying Jiang wrote: Hi Andy, Thanks for your help! I can make it now with Fuseki 0.2.8-SNAPSHOT. (for a weekly report) 1. test assembler with fuseki 0.2.8-snapshot 2. spatial indexing command line tools (for the current week) 1. solr support for jena-spatial I'm keeping an

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
My intention was to get Jena JDBC in this release. The what's being distributed thing with the whole Apache LN stuff is always an incomprehensible minefield IMO. Yes we are not distributing the source or even the binary but an end user requires AspectJ in order to compile the source which we

Re: Jena JDBC revisited

2013-08-26 Thread Rob Vesse
Another thing to note is that JDBC is a JSR which means it is a specification specifically aimed at being implemented by the wider community so I don't think we should worry too much about trademark infringement. And as Andy notes other Apache projects like Derby provide JDBC implementations and

Re: Jena JDBC revisited

2013-08-26 Thread Andy Seaborne
On 26/08/13 22:16, Rob Vesse wrote: My intention was to get Jena JDBC in this release. For clarity: Does in this release mean: 1/ maven artifacts available 2/ 1+in the lib/ of apache-jena-VER.zip/.tar.gz 3/ something else I was expecting (1) but have no strong advocacy other than a general

[jira] [Commented] (JENA-201) Deliver Fuseki as a WAR file.

2013-08-26 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750636#comment-13750636 ] Lewis John McGibbney commented on JENA-201: --- Hi Andy, what work is required to get

[jira] [Commented] (JENA-201) Deliver Fuseki as a WAR file.

2013-08-26 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750648#comment-13750648 ] Rob Vesse commented on JENA-201: From a WAR perspective is it not just a case of making a

Re: Jena JDBC revisited

2013-08-26 Thread Andy Seaborne
As far as I can see, because it only uses what comes with Java, there is no licensing issue. The first mention in the documentation I though it might need to have some mark (but being clear ASf aren't claiming it) but even Oracle seem inconsistent about this. In fact, I'm not seeing much:

[jira] [Commented] (JENA-201) Deliver Fuseki as a WAR file.

2013-08-26 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750660#comment-13750660 ] Lewis John McGibbney commented on JENA-201: --- Hi Rob, just the man. I will try this

[jira] [Commented] (JENA-522) DatasetGraphWithLock claims to support multiple readers but appears not to

2013-08-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750703#comment-13750703 ] ASF subversion and git services commented on JENA-522: -- Commit 1517724

[jira] [Commented] (JENA-522) DatasetGraphWithLock claims to support multiple readers but appears not to

2013-08-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750745#comment-13750745 ] ASF subversion and git services commented on JENA-522: -- Commit 1517729

[jira] [Commented] (JENA-522) DatasetGraphWithLock claims to support multiple readers but appears not to

2013-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750790#comment-13750790 ] Hudson commented on JENA-522: - FAILURE: Integrated in Jena_Development_Test #871 (See

[jira] [Commented] (JENA-522) DatasetGraphWithLock claims to support multiple readers but appears not to

2013-08-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750829#comment-13750829 ] Hudson commented on JENA-522: - ABORTED: Integrated in Jena_JDBC_Test #15 (See

[jira] [Commented] (JENA-201) Deliver Fuseki as a WAR file.

2013-08-26 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750832#comment-13750832 ] Lewis John McGibbney commented on JENA-201: --- OK doke. Well after configuring

Re: Build failed in Jenkins: Jena_Development_Test #871

2013-08-26 Thread Claude Warren
I am seeing that exit code 143 is the result of a SIGTERM. Anybody have any idea why? Does the Jenkins instance have a limit set that might cause it to abort the build? Claude On Tue, Aug 27, 2013 at 1:14 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See