You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2013/11/04 16:33:21 UTC

[jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Marshall Schor created UIMA-3404:
------------------------------------

             Summary: Correct faulty merge from svn branch "xmlComments"
                 Key: UIMA-3404
                 URL: https://issues.apache.org/jira/browse/UIMA-3404
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.4.2SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor


Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:

The branch svn history shows two revisions not merged: 1187355 and 1202771.

Cross checking this with the mentioned UIMA jira issues:
UIMA-239:  found 3 files changed:

https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 

UIMA-2155:
Found 1 file changed:
https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 

For entire xmlComments branch, the full list of changes seems consistent with these above:.
https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 

Use this information to merge these changes back into trunk.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Richard Eckart de Castilho <re...@apache.org>.
Nope…

still get a fail in XMLSerializerTest.testXml11 - same place as before.

Btw. you can try this yourself by adding this dependency to the uimaj-core POM and running the tests:

		<dependency>
			<groupId>xalan</groupId>
			<artifactId>xalan</artifactId>
			<version>2.6.0</version>
		</dependency>

I wonder… the Xmi stuff where you added the workaround didn't really fail for me before your change either.

I also wonder if UIMA shouldn't throw an exception if a user tries to employ XML 1.1 but it is not being
supported on the environment.

-- Richard

On 04.11.2013, at 22:30, Marshall Schor <ms...@schor.com> wrote:

> The test bypass for 1.1 when 1.1 not available is now checked in...
> 
> -Marshall
> 
> On 11/4/2013 4:27 PM, Marshall Schor wrote:
>> On 11/4/2013 4:07 PM, Richard Eckart de Castilho wrote:
>>> Looks good. For details, see comment on 
>>> 
>>>  https://issues.apache.org/jira/browse/UIMA-2155
>> Hi,
>> Re: the failing test for xml 1.1 (on systems not supporting that):
>> I'm adding a test for that level being supported, and if not , bypassing the
>> tests that need 1.1 support.  I hope this will get Jenkins going on the Tapestry
>> system.
>> 
>> After I commit, can you please test again?
>> 
>> -Marshall
>>> -- Richard
>>> 
>>> On 04.11.2013, at 17:26, Richard Eckart de Castilho <re...@apache.org> wrote:
>>> 
>>>> I'll force-run a test on the tapestry VM for a start ;)
>>>> 
>>>> -- Richard
>>>> 
>>>> On 04.11.2013, at 17:24, Marshall Schor <ms...@schor.com> wrote:
>>>> 
>>>>> Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
>>>>> Jenkins platforms?
>>>>> 
>>>>> -Marshall
>>>>> 
>>>>> On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
>>>>>> Marshall Schor created UIMA-3404:
>>>>>> ------------------------------------
>>>>>> 
>>>>>>           Summary: Correct faulty merge from svn branch "xmlComments"
>>>>>>               Key: UIMA-3404
>>>>>>               URL: https://issues.apache.org/jira/browse/UIMA-3404
>>>>>>           Project: UIMA
>>>>>>        Issue Type: Bug
>>>>>>        Components: Core Java Framework
>>>>>>  Affects Versions: 2.4.2SDK
>>>>>>          Reporter: Marshall Schor
>>>>>>          Assignee: Marshall Schor
>>>>>>          Priority: Minor
>>>>>> 
>>>>>> 
>>>>>> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>>>>>> 
>>>>>> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>>>>>> 
>>>>>> Cross checking this with the mentioned UIMA jira issues:
>>>>>> UIMA-239:  found 3 files changed:
>>>>>> 
>>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
>>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>>>>>> 
>>>>>> UIMA-2155:
>>>>>> Found 1 file changed:
>>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>>>>>> 
>>>>>> For entire xmlComments branch, the full list of changes seems consistent with these above:.
>>>>>> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>>>>>> 
>>>>>> Use this information to merge these changes back into trunk.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> This message was sent by Atlassian JIRA
>>>>>> (v6.1#6144)
>> 
> 


Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Marshall Schor <ms...@schor.com>.
The test bypass for 1.1 when 1.1 not available is now checked in...

-Marshall

On 11/4/2013 4:27 PM, Marshall Schor wrote:
> On 11/4/2013 4:07 PM, Richard Eckart de Castilho wrote:
>> Looks good. For details, see comment on 
>>
>>   https://issues.apache.org/jira/browse/UIMA-2155
> Hi,
> Re: the failing test for xml 1.1 (on systems not supporting that):
> I'm adding a test for that level being supported, and if not , bypassing the
> tests that need 1.1 support.  I hope this will get Jenkins going on the Tapestry
> system.
>
> After I commit, can you please test again?
>
> -Marshall
>> -- Richard
>>
>> On 04.11.2013, at 17:26, Richard Eckart de Castilho <re...@apache.org> wrote:
>>
>>> I'll force-run a test on the tapestry VM for a start ;)
>>>
>>> -- Richard
>>>
>>> On 04.11.2013, at 17:24, Marshall Schor <ms...@schor.com> wrote:
>>>
>>>> Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
>>>> Jenkins platforms?
>>>>
>>>> -Marshall
>>>>
>>>> On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
>>>>> Marshall Schor created UIMA-3404:
>>>>> ------------------------------------
>>>>>
>>>>>            Summary: Correct faulty merge from svn branch "xmlComments"
>>>>>                Key: UIMA-3404
>>>>>                URL: https://issues.apache.org/jira/browse/UIMA-3404
>>>>>            Project: UIMA
>>>>>         Issue Type: Bug
>>>>>         Components: Core Java Framework
>>>>>   Affects Versions: 2.4.2SDK
>>>>>           Reporter: Marshall Schor
>>>>>           Assignee: Marshall Schor
>>>>>           Priority: Minor
>>>>>
>>>>>
>>>>> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>>>>>
>>>>> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>>>>>
>>>>> Cross checking this with the mentioned UIMA jira issues:
>>>>> UIMA-239:  found 3 files changed:
>>>>>
>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>>>>>
>>>>> UIMA-2155:
>>>>> Found 1 file changed:
>>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>>>>>
>>>>> For entire xmlComments branch, the full list of changes seems consistent with these above:.
>>>>> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>>>>>
>>>>> Use this information to merge these changes back into trunk.
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> This message was sent by Atlassian JIRA
>>>>> (v6.1#6144)
>


Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Marshall Schor <ms...@schor.com>.
On 11/4/2013 4:07 PM, Richard Eckart de Castilho wrote:
> Looks good. For details, see comment on 
>
>   https://issues.apache.org/jira/browse/UIMA-2155
Hi,
Re: the failing test for xml 1.1 (on systems not supporting that):
I'm adding a test for that level being supported, and if not , bypassing the
tests that need 1.1 support.  I hope this will get Jenkins going on the Tapestry
system.

After I commit, can you please test again?

-Marshall
>
> -- Richard
>
> On 04.11.2013, at 17:26, Richard Eckart de Castilho <re...@apache.org> wrote:
>
>> I'll force-run a test on the tapestry VM for a start ;)
>>
>> -- Richard
>>
>> On 04.11.2013, at 17:24, Marshall Schor <ms...@schor.com> wrote:
>>
>>> Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
>>> Jenkins platforms?
>>>
>>> -Marshall
>>>
>>> On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
>>>> Marshall Schor created UIMA-3404:
>>>> ------------------------------------
>>>>
>>>>            Summary: Correct faulty merge from svn branch "xmlComments"
>>>>                Key: UIMA-3404
>>>>                URL: https://issues.apache.org/jira/browse/UIMA-3404
>>>>            Project: UIMA
>>>>         Issue Type: Bug
>>>>         Components: Core Java Framework
>>>>   Affects Versions: 2.4.2SDK
>>>>           Reporter: Marshall Schor
>>>>           Assignee: Marshall Schor
>>>>           Priority: Minor
>>>>
>>>>
>>>> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>>>>
>>>> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>>>>
>>>> Cross checking this with the mentioned UIMA jira issues:
>>>> UIMA-239:  found 3 files changed:
>>>>
>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>>>>
>>>> UIMA-2155:
>>>> Found 1 file changed:
>>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>>>>
>>>> For entire xmlComments branch, the full list of changes seems consistent with these above:.
>>>> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>>>>
>>>> Use this information to merge these changes back into trunk.
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v6.1#6144)


Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Richard Eckart de Castilho <re...@apache.org>.
Looks good. For details, see comment on 

  https://issues.apache.org/jira/browse/UIMA-2155

-- Richard

On 04.11.2013, at 17:26, Richard Eckart de Castilho <re...@apache.org> wrote:

> I'll force-run a test on the tapestry VM for a start ;)
> 
> -- Richard
> 
> On 04.11.2013, at 17:24, Marshall Schor <ms...@schor.com> wrote:
> 
>> Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
>> Jenkins platforms?
>> 
>> -Marshall
>> 
>> On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
>>> Marshall Schor created UIMA-3404:
>>> ------------------------------------
>>> 
>>>            Summary: Correct faulty merge from svn branch "xmlComments"
>>>                Key: UIMA-3404
>>>                URL: https://issues.apache.org/jira/browse/UIMA-3404
>>>            Project: UIMA
>>>         Issue Type: Bug
>>>         Components: Core Java Framework
>>>   Affects Versions: 2.4.2SDK
>>>           Reporter: Marshall Schor
>>>           Assignee: Marshall Schor
>>>           Priority: Minor
>>> 
>>> 
>>> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>>> 
>>> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>>> 
>>> Cross checking this with the mentioned UIMA jira issues:
>>> UIMA-239:  found 3 files changed:
>>> 
>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>>> 
>>> UIMA-2155:
>>> Found 1 file changed:
>>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>>> 
>>> For entire xmlComments branch, the full list of changes seems consistent with these above:.
>>> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>>> 
>>> Use this information to merge these changes back into trunk.
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.1#6144)

Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Richard Eckart de Castilho <re...@apache.org>.
I'll force-run a test on the tapestry VM for a start ;)

-- Richard

On 04.11.2013, at 17:24, Marshall Schor <ms...@schor.com> wrote:

> Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
> Jenkins platforms?
> 
> -Marshall
> 
> On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
>> Marshall Schor created UIMA-3404:
>> ------------------------------------
>> 
>>             Summary: Correct faulty merge from svn branch "xmlComments"
>>                 Key: UIMA-3404
>>                 URL: https://issues.apache.org/jira/browse/UIMA-3404
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Core Java Framework
>>    Affects Versions: 2.4.2SDK
>>            Reporter: Marshall Schor
>>            Assignee: Marshall Schor
>>            Priority: Minor
>> 
>> 
>> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>> 
>> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>> 
>> Cross checking this with the mentioned UIMA jira issues:
>> UIMA-239:  found 3 files changed:
>> 
>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>> 
>> UIMA-2155:
>> Found 1 file changed:
>> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>> 
>> For entire xmlComments branch, the full list of changes seems consistent with these above:.
>> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>> 
>> Use this information to merge these changes back into trunk.
>> 
>> 
>> 
>> --
>> This message was sent by Atlassian JIRA
>> (v6.1#6144)
>> 
> 


Re: [jira] [Created] (UIMA-3404) Correct faulty merge from svn branch "xmlComments"

Posted by Marshall Schor <ms...@schor.com>.
Richard, is there a way to test the fix for bad XALAN 2.6.0 on some of the
Jenkins platforms?

-Marshall

On 11/4/2013 10:33 AM, Marshall Schor (JIRA) wrote:
> Marshall Schor created UIMA-3404:
> ------------------------------------
>
>              Summary: Correct faulty merge from svn branch "xmlComments"
>                  Key: UIMA-3404
>                  URL: https://issues.apache.org/jira/browse/UIMA-3404
>              Project: UIMA
>           Issue Type: Bug
>           Components: Core Java Framework
>     Affects Versions: 2.4.2SDK
>             Reporter: Marshall Schor
>             Assignee: Marshall Schor
>             Priority: Minor
>
>
> Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239.  It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk.  Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
>
> The branch svn history shows two revisions not merged: 1187355 and 1202771.
>
> Cross checking this with the mentioned UIMA jira issues:
> UIMA-239:  found 3 files changed:
>
> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355 
> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355 
>
> UIMA-2155:
> Found 1 file changed:
> https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771 
>
> For entire xmlComments branch, the full list of changes seems consistent with these above:.
> https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj 
>
> Use this information to merge these changes back into trunk.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.1#6144)
>