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

ASF GitHub Bot commented on JENA-1253:
--------------------------------------

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/186

    JENA-1253: Remove RDF/XML related validity checks.

    Fix for JENA-1253.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena JENA-1253-PropertyImpl

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/186.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #186
    
----
commit eac92d159587ef404a02d1a5f61d117360def914
Author: Andy Seaborne <[email protected]>
Date:   2016-10-28T15:33:30Z

    JENA-1253: Remove RDF/XML related validity checks.
    
    These were applied only in some constructors and not others leading to
    inconsistent behaviour.
    
    Remove checkOrdinal because it was a no-op and the comment by it
    says "remove shortly".

----


> ResourceFactory.createProperty fails with some URLs
> ---------------------------------------------------
>
>                 Key: JENA-1253
>                 URL: https://issues.apache.org/jira/browse/JENA-1253
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: Jena 3.1.0
>            Reporter: Graham Triggs
>
> I've recently updated a project that I work on from Jena 2.11 to 3.1.
> A section of code that checks to see if a URI has been used anywhere in the 
> model includes a call to ResourceFactory.createProperty(String).
> This never caused a problem in 2.11. However, with 3.1, it now fails with an 
> InvalidPropertyURIException for the following URI:
> "http://www.eionet.europa.eu/gemet/concept/148";
> The behaviour is inconsistent with Model / OntModel createProperty(String), 
> which allows the URI to be used without issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to