Re: [jira] Created: (UIMA-409) Reorganization of TypeSystemImpl, CASImpl, FSClassRegistry, adding new CASMetadata class

2007-05-21 Thread Marshall Schor
The updates for 409 are now checked in. I'm getting a strange test case failure, in the PearInstallerTest. If I run this by itself, or with all the other tests from the uima-core test suite, from Eclipse, using JUnit runner, it works without error. If I run it from "mvn install" in the uimaj d

Re: Eddie - can you check my reasoning on this "bug" in setting the CASImpl sofaRef?

2007-05-21 Thread Eddie Epstein
On 5/21/07, Marshall Schor <[EMAIL PROTECTED]> wrote: The resetNoQuestions iterates over all the views, calling resetView: /* * iterated reset - once per view of a CAS except for the base CAS */ private void resetView() { this.indexRepository.flush(); if (this.mySofaR

Eddie - can you check my reasoning on this "bug" in setting the CASImpl sofaRef?

2007-05-21 Thread Marshall Schor
The resetNoQuestions iterates over all the views, calling resetView: /* * iterated reset - once per view of a CAS except for the base CAS */ private void resetView() { this.indexRepository.flush(); if (this.mySofaRef > 0 && this.getSofa().getSofaRef() == 1) { // i