Re: ConcurrentModificationException responding to View Request's

2014-08-13 Thread Devlin Junker
explain the problem in order to better solve it, sorry about that. :x Devlin On Wed, Aug 13, 2014 at 9:22 AM, Devlin Junker wrote: > And here is the stack trace. Sorry about sending multiple emails. > > java.util.ConcurrentModificationException: Iterator: started at 6, no

Re: ConcurrentModificationException responding to View Request's

2014-08-13 Thread Devlin Junker
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) On Wed, Aug 13, 2014 at 9:21 AM, Devlin Junker wrote: > I for

Re: ConcurrentModificationException responding to View Request's

2014-08-13 Thread Devlin Junker
I forgot to mention that this is happening during a Write Transaction on the Dataset, in case that is important. Devlin On Wed, Aug 13, 2014 at 9:19 AM, Devlin Junker wrote: > Hi, > > I am having a little bit of trouble implementing the TDB store for my Jena > Ontologies. I have

ConcurrentModificationException responding to View Request's

2014-08-13 Thread Devlin Junker
Hi, I am having a little bit of trouble implementing the TDB store for my Jena Ontologies. I have been able to solve most of the issues that I've come across, but I have become frustrated with the view request functions that the Ontology objects define. I am trying to get a list of all of the res

Re: Reload Imported Ontologies After Modification

2014-07-21 Thread Devlin Junker
Nevermind, I've solved this on my own. It was an issue with closing the ontologies when I was finished using them.. Thanks again, Devlin On Mon, Jul 21, 2014 at 2:10 PM, Devlin Junker wrote: > Hello, > > I am having trouble with importing one ontology into another and then &

Reload Imported Ontologies After Modification

2014-07-21 Thread Devlin Junker
Hello, I am having trouble with importing one ontology into another and then modifying the *imported* ontology and propagating the changes to the *importing* ontology. When I first import the first ontology, everything works as I would expect. However, if I add another instance to the first ontol