Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Adam Lally
On 5/11/07, Marshall Schor <[EMAIL PROTECTED]> wrote: Adam Lally wrote: > Another thought: Is it possible to have separate instances of _Type > for each view, but to have only one, shared, set of generators? > > The FSGenerator.createFS method is passed a CAS reference - is this a > reference to

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Marshall Schor
Adam Lally wrote: Another thought: Is it possible to have separate instances of _Type for each view, but to have only one, shared, set of generators? The FSGenerator.createFS method is passed a CAS reference - is this a reference to the view? If so, it seems like only one generator is needed -

[jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

2007-05-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-401. --- Resolution: Fixed > Make DocBook build work out of the box in Eclipse > ---

[jira] Reopened: (UIMA-401) Make DocBook build work out of the box in Eclipse

2007-05-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-401: - Well, it's not quite working yet... something wrong in the logic of up-to-date used to skip rebuilding

[jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

2007-05-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-401. --- Resolution: Fixed Fixed the root cause of the problem, which turned out to be related to the order in

[jira] Reopened: (UIMA-401) Make DocBook build work out of the box in Eclipse

2007-05-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-401: - Assignee: Marshall Schor (was: Thilo Goetz) This problem looks like a bug in the uima-docbook-to

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Adam Lally
Another thought: Is it possible to have separate instances of _Type for each view, but to have only one, shared, set of generators? The FSGenerator.createFS method is passed a CAS reference - is this a reference to the view? If so, it seems like only one generator is needed - it could look up t

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Adam Lally
On 5/11/07, Marshall Schor <[EMAIL PROTECTED]> wrote: Adam wrote: > Next thought... what if instead of the separate _Type objects, you > maintained in the JCasImpl a map from JCas object to "home view". As > above you only need to do this for non-annotation objects that have > indexes defined

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Marshall Schor
Adam Lally wrote: On 5/10/07, Marshall Schor <[EMAIL PROTECTED]> wrote: While working on the class-loader switching code, we have revisited an issue with the way JCas objects work with respect to views. Currently, for each view, there is a separate set of xxx_Type objects, a separate set of "ca

[jira] Resolved: (UIMA-392) Eclipse Plugin packaging not working correctly

2007-05-11 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally resolved UIMA-392. - Resolution: Fixed Assignee: Adam Lally I think I traced the problem to the Maven assembly plugin vers

Re: [jira] Commented: (UIMA-402) Adding Remote SOAP AE to Aggregate in CDE causes validation error

2007-05-11 Thread Marshall Schor
Adam Lally (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494909 ] Adam Lally commented on UIMA-402: - Well, there are two issues - one trivial and the other not s

[jira] Created: (UIMA-403) XCASWriter and XmiWriter are not handling XML special characters

2007-05-11 Thread Bhavani Iyer (JIRA)
XCASWriter and XmiWriter are not handling XML special characters -- Key: UIMA-403 URL: https://issues.apache.org/jira/browse/UIMA-403 Project: UIMA Issue Type: Bug C