[jira] Created: (UIMA-118) Link to the UIMA draft specification research report

2006-12-08 Thread Adam Lally (JIRA)
Link to the UIMA draft specification research report Key: UIMA-118 URL: http://issues.apache.org/jira/browse/UIMA-118 Project: UIMA Issue Type: Task Components: Website

Re: [jira] Created: (UIMA-116) Always deliver the base CAS to the process method

2006-12-08 Thread Adam Lally
On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yes, a single line inserted after process(inCas,...): inCas = inCas.getView(); // automatically added by migration I suppose that should work. It might be a bit ugly for multi-Sofa annotators who expect inCas to refer to the Base CA

[jira] Created: (UIMA-117) CVD Help->Manual menu item gives "invalid url" error dialog.

2006-12-08 Thread Adam Lally (JIRA)
CVD Help->Manual menu item gives "invalid url" error dialog. Key: UIMA-117 URL: http://issues.apache.org/jira/browse/UIMA-117 Project: UIMA Issue Type: Bug Components: To

[jira] Resolved: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-101?page=all ] Adam Lally resolved UIMA-101. - Resolution: Fixed Fixed. CVD is launched using same classpath that PEAR Installer was itself launched with. Help file is now in uima-tools.jar, located using ClassLo

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Adam Lally
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: Actually, I already started modifying the code, so now I need to review your changes and, may be, add more. OK. Your last email sounded like you weren't going to work on this. Just a minute ago I checked in the changes to allow the help file

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Lev Kozakov
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote: On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: > > 1) When PearInstaller launches the JVM for CVD, it will set its > > classpath to the contents of the java.class.path system property of > > the PearInstaller's own JVM. Thus CVD will run wit

[jira] Assigned: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-101?page=all ] Adam Lally reassigned UIMA-101: --- Assignee: Adam Lally > PEAR Installer prints warning messages on startup > - > > Key: UIMA-101 >

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Adam Lally
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: > 1) When PearInstaller launches the JVM for CVD, it will set its > classpath to the contents of the java.class.path system property of > the PearInstaller's own JVM. Thus CVD will run with the same > classpath as PearInstaller. Since CVD is in

[jira] Resolved: (UIMA-113) socket timeout exception is (sometimes?) embedded in sax exception, resulting in a retry

2006-12-08 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-113?page=all ] Adam Lally resolved UIMA-113. - Resolution: Fixed Although I was unable to reproduce this kind of error on the client, I did manage to generate a similar exception message on the service side if the

Re: [jira] Created: (UIMA-116) Always deliver the base CAS to the process method

2006-12-08 Thread eddie_epstein
> > Will this change to user code be able to be done automatically by a > script? It seems like it might be a little ugly to do. Yes, a single line inserted after process(inCas,...): inCas = inCas.getView(); // automatically added by migration > > Also it still very confusing that the CAS inte

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Lev Kozakov
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote: On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: > Unfortunately, the problem is more complicated that I thought at the > beginning. > Let me try to simplify. I'll propose a solution and you can tell me why it wouldn't work. 1) When PearInsta

Re: [jira] Updated: (UIMA-94) Pear merger default output name uses "tae" - should use "ae"

2006-12-08 Thread Lev Kozakov
On 12/7/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: On 12/7/06, Adam Lally (JIRA) wrote: > > [ http://issues.apache.org/jira/browse/UIMA-94?page=all ] > > Adam Lally updated UIMA-94: > --- > > Component/s: Tools > > > Pear merger default output name uses "tae" -

[jira] Updated: (UIMA-94) Pear merger default output name uses "tae" - should use "ae"

2006-12-08 Thread Lev Kozakov (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-94?page=all ] Lev Kozakov updated UIMA-94: Attachment: PMController.patch PMController.patch makes '-ae' option default. > Pear merger default output name uses "tae" - should use "ae" > ---

[jira] Resolved: (UIMA-112) Assembly should unpack into a directory

2006-12-08 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-112?page=all ] Adam Lally resolved UIMA-112. - Resolution: Fixed Assignee: Thilo Goetz (was: Adam Lally) base directory is "apache-uima" > Assembly should unpack into a directory > --

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Adam Lally
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: Unfortunately, the problem is more complicated that I thought at the beginning. Let me try to simplify. I'll propose a solution and you can tell me why it wouldn't work. 1) When PearInstaller launches the JVM for CVD, it will set its classpat

[jira] Resolved: (UIMA-80) CVD document text is deleted after an analysis engine is loaded

2006-12-08 Thread Thilo Goetz (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-80?page=all ] Thilo Goetz resolved UIMA-80. - Resolution: Fixed Assignee: Eddie Epstein (was: Thilo Goetz) Somebody (pre-Apache, I did not investigate further) explicitly added code to delete the document te

Re: [jira] Created: (UIMA-101) PEAR Installer prints warning messages on startup

2006-12-08 Thread Lev Kozakov
On 12/6/06, Adam Lally <[EMAIL PROTECTED]> wrote: On 12/6/06, Lev Kozakov <[EMAIL PROTECTED]> wrote: > We just need to modify the InstallPear class main() method code to check if > the CVD class, specified in the gladis.properties file, is on the > classpath. We also may need to clean-up the pi.

Re: [jira] Created: (UIMA-115) The TCAS class should be dropped

2006-12-08 Thread Adam Lally
On 12/8/06, Eddie Epstein (JIRA) wrote: The introduction of multiples views per CAS was initially implemented using the CAS interface for the base CAS and the TCAS interface for all views. Process method signatures for both TCAS and CAS were proprogated, and the result was a complicated situa

Re: [jira] Created: (UIMA-116) Always deliver the base CAS to the process method

2006-12-08 Thread Adam Lally
On 12/8/06, Eddie Epstein (JIRA) wrote: Currently there is a distinction made for "single view" and "multiple view" components. The UIMA architecture standard proposes that all components are multiple view components and be delivered a handle to the base CAS, and the component retrieves views

Re: [jira] Created: (UIMA-115) The TCAS class should be dropped

2006-12-08 Thread Tong Fin
I completely agree with this suggestion about the confusion of TCAS when I developed CAS Viewer and try to support multi-sofa. Also, this suggestion about the replacement of getTCAS() with getView() is perfectly matched with the CAS model used in CAS Viewer which define the CAS "model" as having m

[jira] Created: (UIMA-116) Always deliver the base CAS to the process method

2006-12-08 Thread Eddie Epstein (JIRA)
Always deliver the base CAS to the process method - Key: UIMA-116 URL: http://issues.apache.org/jira/browse/UIMA-116 Project: UIMA Issue Type: Improvement Components: Core Java Framew

[jira] Created: (UIMA-115) The TCAS class should be dropped

2006-12-08 Thread Eddie Epstein (JIRA)
The TCAS class should be dropped Key: UIMA-115 URL: http://issues.apache.org/jira/browse/UIMA-115 Project: UIMA Issue Type: Bug Components: Core Java Framework Affects Versions: 2.1 Env

user list

2006-12-08 Thread LeHouillier, Frank D.
Are the people who are subscribed to the developers list (presumably mostly committer's) also subscribed to the user list, or should users cross-post if they want questions answered by "the experts". There doesn't seem to be much traffic on the user list. Frank LeHouillier

[jira] Created: (UIMA-114) Configuration parameter groups overly complicated

2006-12-08 Thread Eddie Epstein (JIRA)
Configuration parameter groups overly complicated - Key: UIMA-114 URL: http://issues.apache.org/jira/browse/UIMA-114 Project: UIMA Issue Type: Improvement Components: Core Java Framew

[jira] Created: (UIMA-113) socket timeout exception is (sometimes?) embedded in sax exception, resulting in a retry

2006-12-08 Thread Eddie Epstein (JIRA)
socket timeout exception is (sometimes?) embedded in sax exception, resulting in a retry Key: UIMA-113 URL: http://issues.apache.org/jira/browse/UIMA-113 Project

Re: can't get xi:include working in both java 1.4.2 and java 5

2006-12-08 Thread Adam Lally
On 12/8/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: FYI, you can make the IBM JVM use your jars before its own like this: -Xbootclasspath/p:/path/to/xercesImpl.jar Ah.. so I suppose we could modify the build-docbook ant script to pass this argument. Do we want to do that? -Adam

[jira] Created: (UIMA-112) Assembly should unpack into a directory

2006-12-08 Thread Adam Lally (JIRA)
Assembly should unpack into a directory --- Key: UIMA-112 URL: http://issues.apache.org/jira/browse/UIMA-112 Project: UIMA Issue Type: Improvement Components: Build, Packaging and Test

Re: monthly report for UIMA

2006-12-08 Thread Thilo Goetz
Ok, I see that you added the points you mentioned. Thanks. Adam Lally wrote: On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote: When I go to that page it says "Immutable Page" and it looks I can't edit it. Nevermind, I see I needed to create a profile to edit the page. -Adam

Re: monthly report for UIMA

2006-12-08 Thread Adam Lally
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote: When I go to that page it says "Immutable Page" and it looks I can't edit it. Nevermind, I see I needed to create a profile to edit the page. -Adam

Re: can't get xi:include working in both java 1.4.2 and java 5

2006-12-08 Thread Thilo Goetz
Adam Lally wrote: ... For the curious... The reason is because IBM's Java bundles Xerces already. So adding xercesImpl.jar to the classpath just adds classes with the same class names as those already bundled in the JRE. The -D argument cannot be used to distinguish them. The ones in the JRE t

Re: uima website updated, please review index-draft.html

2006-12-08 Thread Adam Lally
On 12/7/06, Michael Baessler <[EMAIL PROTECTED]> wrote: > Adam Lally wrote: >> On 11/20/06, Michael Baessler <[EMAIL PROTECTED]> wrote: >>> I like your draft, especially the "News" section on the first page, but >>> I don't like to scroll here. >>> So I would suggest to shorten the "What is UIMA"

Re: monthly report for UIMA

2006-12-08 Thread Adam Lally
Yes, sorry for the late notice. I had forgotten that we need to report each month for the first 3 months. I have added a report to the Wiki: http://wiki.apache.org/incubator/December2006. Please just go in and add stuff that I may have forgotten. Note that the report is due today, so please gi

Re: can't get xi:include working in both java 1.4.2 and java 5

2006-12-08 Thread Adam Lally
On 12/7/06, Marshall Schor <[EMAIL PROTECTED]> wrote: Adam Lally wrote: > I got Sun JDK 1.4.2 to work. However it requires an additional jar > file to be added to uima-docbook/lib: the xml-apis.jar that comes > with the Xerces download. Otherwise you get a NoClassDefFoundError > Should I check

[jira] Commented: (UIMA-103) Add license headers to batch files and shell scripts

2006-12-08 Thread Thilo Goetz (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-103?page=comments#action_12456819 ] Thilo Goetz commented on UIMA-103: -- I'll use this issue to add license headers to other files such as Maven POM files as well. > Add license headers to batch files

License header

2006-12-08 Thread Thilo Goetz
I have noticed that some of our source files have no license headers, some have the wrong one. Please remember to add license headers to all files that we distribute. This includes XML files etc., not just Java source code. The only (standard) exceptions are generated files, such as javadoc

Re: monthly report for UIMA

2006-12-08 Thread Thilo Goetz
Marshall Schor wrote: Thilo - are you taking care of this? Or is someone else volunteering to do it? -Marshall Yes, sorry for the late notice. I had forgotten that we need to report each month for the first 3 months. I have added a report to the Wiki: http://wiki.apache.org/incubator/Dec