[jira] Closed: (UIMA-408) Make more CASImpl methods private, have clients use ll APIs.

2007-05-29 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-408. Resolution: Fixed Done a few things, but there's still room for improvement ;-) Make more CASImpl methods

[jira] Assigned: (UIMA-194) Tools highlight incorrect annotation offsets due to XML serialization bug in Sun Java 1.4.2

2007-05-29 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz reassigned UIMA-194: Assignee: Thilo Goetz Tools highlight incorrect annotation offsets due to XML serialization bug in

[jira] Closed: (UIMA-194) Tools highlight incorrect annotation offsets due to XML serialization bug in Sun Java 1.4.2

2007-05-29 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-194. Resolution: Fixed Fixed by adding a note about the errant JVM behavior to the docs. Tools highlight

New chapter Known issues

2007-05-29 Thread Thilo Goetz
I have added a new chapter, Known Issues, to the overview book. It currently only contains Jira uima-194, but there may be other things people want to add (I was thinking of the XInclude discussion, but don't feel enough of an expert to document the issue). --Thilo

[jira] Commented: (UIMA-351) UIMA pear runtime

2007-05-29 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499761 ] Michael Baessler commented on UIMA-351: --- The current implementation of the pear runtime needs to serialize the

[jira] Created: (UIMA-418) add new UIMA analysis example descriptor

2007-05-29 Thread Michael Baessler (JIRA)
add new UIMA analysis example descriptor Key: UIMA-418 URL: https://issues.apache.org/jira/browse/UIMA-418 Project: UIMA Issue Type: New Feature Components: Examples Affects Versions:

RE: 2.2 release

2007-05-29 Thread Scott Songlin Piao
Will the version 2.2 work with Axis 2.2? If not, any plan to do it? In the website manual of the version 2.1, it is said to support Apache Axis 1.1 or 1.3 only. Scott -Original Message- From: Thilo Goetz [mailto:[EMAIL PROTECTED] Sent: 28 May 2007 16:15 To:

[jira] Closed: (UIMA-418) add new UIMA analysis example descriptor

2007-05-29 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-418. - Resolution: Fixed add new UIMA analysis example descriptor

Re: Singleton FSs, again

2007-05-29 Thread Adam Lally
On 5/25/07, Thilo Goetz [EMAIL PROTECTED] wrote: I would like to revive the discussion that started with http://www.mail-archive.com/uima-dev@incubator.apache.org/msg01299.html I still have the same concern about this that I posted to the previous thread: I think Michael is onto the same

[jira] Commented: (UIMA-384) create a pear packaging ant task

2007-05-29 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499813 ] Michael Baessler commented on UIMA-384: --- Implementation is finished, maybe we can add some documentation for

Re: Singleton FSs, again

2007-05-29 Thread Thilo Goetz
Adam Lally wrote: On 5/25/07, Thilo Goetz [EMAIL PROTECTED] wrote: I would like to revive the discussion that started with http://www.mail-archive.com/uima-dev@incubator.apache.org/msg01299.html I still have the same concern about this that I posted to the previous thread: I think

Re: 2.2 release

2007-05-29 Thread Thilo Goetz
Marshall Schor wrote: Thilo Goetz wrote: Hi all, how are we doing for our next release? It would be good if someone went through Jira and categorized the open issues. A quick look shows 88 unresolved issues. I know we don't have to do all of these for 2.2, but let's consider which

Re: 2.2 release

2007-05-29 Thread Michael Baessler
Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: Hi all, how are we doing for our next release? It would be good if someone went through Jira and categorized the open issues. A quick look shows 88 unresolved issues. I know we don't have to do all of these for

Re: 2.2 release

2007-05-29 Thread Adam Lally
On 5/29/07, Thilo Goetz [EMAIL PROTECTED] wrote: Sounds like people are pretty busy, and it might be better to take some extra time for finishing up coding/documentation for this release. So I propose to push back feature freeze to 6/8, a week from Friday. Is that agreeable with everybody?

Re: Singleton FSs, again

2007-05-29 Thread Adam Lally
That approach is too brittle for my taste. An annotator writer would declare a type that is meant to be a singleton, but there's no way to enforce this. One careless annotator that creates a second instance of such a type, and the whole analysis chain stops working. With my approach, at least

[jira] Created: (UIMA-419) Reduce space used for casAddr to JCas object map by a factor of 4 or more

2007-05-29 Thread Marshall Schor (JIRA)
Reduce space used for casAddr to JCas object map by a factor of 4 or more - Key: UIMA-419 URL: https://issues.apache.org/jira/browse/UIMA-419 Project: UIMA Issue Type:

Re: [jira] Closed: (UIMA-411) PearInstallerTest fails when running from mvn install target - caused by class loading issues in the PEAR verification code

2007-05-29 Thread Lev Kozakov
On 5/29/07, Michael Baessler [EMAIL PROTECTED] wrote: I talked to Thilo about this issue and he told me that this CAS creation cannot fail if the analysis engine could be created. So do you have an test case where the ae creation works but the CAS creation fails? -- Michael I don't have the