[jira] Created: (UIMA-1640) UIMA AS aggregate is not merging Flow Controller's metadata

2009-10-28 Thread Jerry Cwiklik (JIRA)
UIMA AS aggregate is not merging Flow Controller's metadata
---

 Key: UIMA-1640
 URL: https://issues.apache.org/jira/browse/UIMA-1640
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
 Fix For: 2.3AS


UIMA AS aggregate ignores Flow Controller's metadata during initialization. 
This results in an incomplete type system returned to the aggregate's client. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (UIMA-1639) Fixed bugs which disabled compiled dicts, static dict attributes

2009-10-28 Thread Michael Tanenblatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Tanenblatt updated UIMA-1639:
-

Attachment: EntryPropertiesRoot.java

org/apache/uima/conceptMapper/support/dictionaryResource/EntryPropertiesRoot.java

for repository

 Fixed bugs which disabled compiled dicts, static dict attributes
 

 Key: UIMA-1639
 URL: https://issues.apache.org/jira/browse/UIMA-1639
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-ConceptMapper
Reporter: Michael Tanenblatt
 Attachments: CM-patch-20091027.txt, EntryPropertiesRoot.java




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (UIMA-1639) Fixed bugs which disabled compiled dicts, static dict attributes

2009-10-28 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor reassigned UIMA-1639:


Assignee: Marshall Schor

 Fixed bugs which disabled compiled dicts, static dict attributes
 

 Key: UIMA-1639
 URL: https://issues.apache.org/jira/browse/UIMA-1639
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-ConceptMapper
Reporter: Michael Tanenblatt
Assignee: Marshall Schor
 Attachments: CM-patch-20091027.txt, EntryPropertiesRoot.java




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1639) Fixed bugs which disabled compiled dicts, static dict attributes

2009-10-28 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor closed UIMA-1639.


   Resolution: Fixed
Fix Version/s: 2.3S

 Fixed bugs which disabled compiled dicts, static dict attributes
 

 Key: UIMA-1639
 URL: https://issues.apache.org/jira/browse/UIMA-1639
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-ConceptMapper
Reporter: Michael Tanenblatt
Assignee: Marshall Schor
 Fix For: 2.3S

 Attachments: CM-patch-20091027.txt, EntryPropertiesRoot.java




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1640) UIMA AS aggregate is not merging Flow Controller's metadata

2009-10-28 Thread Jerry Cwiklik (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerry Cwiklik closed UIMA-1640.
---

Resolution: Fixed

Midified UIMA AS aggregate to merge FC type system during initialization. Added 
new jUnit test case to test the merge of types from multiple delegates 
including Flow Controller.

 UIMA AS aggregate is not merging Flow Controller's metadata
 ---

 Key: UIMA-1640
 URL: https://issues.apache.org/jira/browse/UIMA-1640
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
 Fix For: 2.3AS


 UIMA AS aggregate ignores Flow Controller's metadata during initialization. 
 This results in an incomplete type system returned to the aggregate's client. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



time for the frist release candidate

2009-10-28 Thread Marshall Schor
I'm aware of one more change coming in tomorrow to the regEx annotator,
and then, after that, I think we're ready to build uima, uima-as, and
uima sandbox releases.  I plan to do the final update to the release
notes and tag the release, sometime tomorrow.

Please let me know of any issues with this.  Thanks!  -Marshall


[jira] Reopened: (UIMA-1590) fix extractAndBuild scripts

2009-10-28 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor reopened UIMA-1590:
--


typo in path for copying docbook files in the bat file

 fix extractAndBuild scripts
 ---

 Key: UIMA-1590
 URL: https://issues.apache.org/jira/browse/UIMA-1590
 Project: UIMA
  Issue Type: Improvement
  Components: Build, Packaging and Test
Reporter: Marshall Schor
 Fix For: 2.3S, 2.3, 2.3AS


 The extractAndBuild scripts need the following improvements:
 # since the builds for uima-as and the sandbox require that these projects be 
 in the same directory as the base uima, fix the script to extract into a 
 subdir of the base uima extraction, and then copy into the same base uima dir.
 # The scripts have been failing when it comes to doing the doc building, 
 because they are missing saxon, jai, and the docbook 4.5 xml files; the 
 script tries to get these from the internet (with permission) but fail on the 
 2nd request due to a problem of getting Ant I/O to the console to work more 
 than once when Ant is invoked from maven.  Also, it's a nuisance.  Change 
 this to attempt to copy over any of this tooling that might be in the same 
 projects that contain the extractAndBuild scripts in the first place.  So - 
 if you've fixed those up once, these will be reused.
 # regularize the arguments - so they all take 2 args for the release and 
 release-candidate, so all extractAndBuild args are the same.
 # for the sandbox build - fix the assembly to include the -N parameter - no 
 need to build twice.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1590) fix extractAndBuild scripts

2009-10-28 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor closed UIMA-1590.


Resolution: Fixed

 fix extractAndBuild scripts
 ---

 Key: UIMA-1590
 URL: https://issues.apache.org/jira/browse/UIMA-1590
 Project: UIMA
  Issue Type: Improvement
  Components: Build, Packaging and Test
Reporter: Marshall Schor
 Fix For: 2.3S, 2.3, 2.3AS


 The extractAndBuild scripts need the following improvements:
 # since the builds for uima-as and the sandbox require that these projects be 
 in the same directory as the base uima, fix the script to extract into a 
 subdir of the base uima extraction, and then copy into the same base uima dir.
 # The scripts have been failing when it comes to doing the doc building, 
 because they are missing saxon, jai, and the docbook 4.5 xml files; the 
 script tries to get these from the internet (with permission) but fail on the 
 2nd request due to a problem of getting Ant I/O to the console to work more 
 than once when Ant is invoked from maven.  Also, it's a nuisance.  Change 
 this to attempt to copy over any of this tooling that might be in the same 
 projects that contain the extractAndBuild scripts in the first place.  So - 
 if you've fixed those up once, these will be reused.
 # regularize the arguments - so they all take 2 args for the release and 
 release-candidate, so all extractAndBuild args are the same.
 # for the sandbox build - fix the assembly to include the -N parameter - no 
 need to build twice.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1619) Clarify that a Cas Editor Project is required to use the Cas Editor in the documentation

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann closed UIMA-1619.
---

Resolution: Fixed

 Clarify that a Cas Editor Project is required to use the Cas Editor in the 
 documentation
 

 Key: UIMA-1619
 URL: https://issues.apache.org/jira/browse/UIMA-1619
 Project: UIMA
  Issue Type: Bug
  Components: CasEditor
Affects Versions: 2.3
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
 Fix For: 2.3


 The documentation should clearly say that a Cas Editor Project is required to 
 use the Cas Editor, and that it does not work without it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (UIMA-1641) Cas Processor integration was changed, but documentation not updated

2009-10-28 Thread JIRA
Cas Processor integration was changed, but documentation not updated


 Key: UIMA-1641
 URL: https://issues.apache.org/jira/browse/UIMA-1641
 Project: UIMA
  Issue Type: Bug
  Components: CasEditor
Affects Versions: 2.3
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
 Fix For: 2.3


The integration of Cas Processor into the Cas Editor was updated, but not the 
documentation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1641) Cas Processor integration was changed, but documentation not updated

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann closed UIMA-1641.
---

Resolution: Fixed

 Cas Processor integration was changed, but documentation not updated
 

 Key: UIMA-1641
 URL: https://issues.apache.org/jira/browse/UIMA-1641
 Project: UIMA
  Issue Type: Bug
  Components: CasEditor
Affects Versions: 2.3
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
 Fix For: 2.3


 The integration of Cas Processor into the Cas Editor was updated, but not the 
 documentation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (UIMA-1532) Generics in FSIndex maybe incorrect

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann updated UIMA-1532:


Fix Version/s: 2.3

 Generics in FSIndex maybe incorrect
 ---

 Key: UIMA-1532
 URL: https://issues.apache.org/jira/browse/UIMA-1532
 Project: UIMA
  Issue Type: Bug
  Components: Core Java Framework
Affects Versions: 2.3
Reporter: Jörn Kottmann
 Fix For: 2.3


 The generics in FSIndex still need to be checked for correctness, there is 
 already a thread about that on the mailing list. This issue should make sure 
 we do not forget it.
 Here is the thread form the dev list:
 http://markmail.org/message/padxg7yhw5rnsjjo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (UIMA-1508) Generify uimaj-core

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann updated UIMA-1508:


Affects Version/s: 2.3

 Generify uimaj-core
 ---

 Key: UIMA-1508
 URL: https://issues.apache.org/jira/browse/UIMA-1508
 Project: UIMA
  Issue Type: Improvement
  Components: Core Java Framework
Affects Versions: 2.3
Reporter: Jörn Kottmann
 Fix For: 2.3


 Parent issue for all generification issues for uimaj-core to keep track of 
 all changes and the overall progress. All generification issues should 
 specify this issue as parent issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1508) Generify uimaj-core

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann closed UIMA-1508.
---

Resolution: Fixed

All issues related to the generification are closed, this issue can be closed 
now also.

 Generify uimaj-core
 ---

 Key: UIMA-1508
 URL: https://issues.apache.org/jira/browse/UIMA-1508
 Project: UIMA
  Issue Type: Improvement
  Components: Core Java Framework
Affects Versions: 2.3
Reporter: Jörn Kottmann
 Fix For: 2.3


 Parent issue for all generification issues for uimaj-core to keep track of 
 all changes and the overall progress. All generification issues should 
 specify this issue as parent issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (UIMA-1532) Generics in FSIndex maybe incorrect

2009-10-28 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/UIMA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Kottmann closed UIMA-1532.
---

Resolution: Fixed

 Generics in FSIndex maybe incorrect
 ---

 Key: UIMA-1532
 URL: https://issues.apache.org/jira/browse/UIMA-1532
 Project: UIMA
  Issue Type: Bug
  Components: Core Java Framework
Affects Versions: 2.3
Reporter: Jörn Kottmann
 Fix For: 2.3


 The generics in FSIndex still need to be checked for correctness, there is 
 already a thread about that on the mailing list. This issue should make sure 
 we do not forget it.
 Here is the thread form the dev list:
 http://markmail.org/message/padxg7yhw5rnsjjo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: time for the frist release candidate

2009-10-28 Thread Jörn Kottmann

Marshall Schor wrote:

I'm aware of one more change coming in tomorrow to the regEx annotator,
and then, after that, I think we're ready to build uima, uima-as, and
uima sandbox releases.  I plan to do the final update to the release
notes and tag the release, sometime tomorrow.

Please let me know of any issues with this.  Thanks!  -Marshall
  

+1

Jörn


Re: time for the frist release candidate

2009-10-28 Thread Eddie Epstein
There is an issue with the UIMA AS client API re-establishing connection to
the broker after a failure in either the broker process, the broker machine, or
connectivity to the broker. Unlike UIMA AS services, the client currently
does not reconnect.

Eddie

On Wed, Oct 28, 2009 at 2:18 PM, Marshall Schor m...@schor.com wrote:
 I'm aware of one more change coming in tomorrow to the regEx annotator,
 and then, after that, I think we're ready to build uima, uima-as, and
 uima sandbox releases.  I plan to do the final update to the release
 notes and tag the release, sometime tomorrow.

 Please let me know of any issues with this.  Thanks!  -Marshall