[jira] Created: (UIMA-73) multi-threading documentation (tutorial) needs review/improvement

2006-11-29 Thread Marshall Schor (JIRA)
multi-threading documentation (tutorial) needs review/improvement - Key: UIMA-73 URL: http://issues.apache.org/jira/browse/UIMA-73 Project: UIMA Issue Type: Improvement

Pear installer API

2006-11-29 Thread Michael Baessler
Hi, in the current UIMA API there are no classes provided to install a pear file out of the box. There are classes available that can be used, but they are not well documented and the user must know lots of details to get it work. I get more and more requests from users that run into that

Re: MODERATE for uima-dev@incubator.apache.org

2006-11-29 Thread Adam Lally
Hi Matthias, To subscribe to the uima-dev list, please send mail to [EMAIL PROTECTED] Regards, -Adam On 29 Nov 2006 12:46:33 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: To approve: [EMAIL PROTECTED] To reject: [EMAIL PROTECTED] To give a reason to reject: %%% Start comment %%% End

Re: Pear installer API

2006-11-29 Thread Michael Baessler
Adam Lally wrote: +1 to having an easy way to install a PEAR file. I guess I always thought we had that already in the InstallationController class. This is the code you're referring to that's too complex and not well documented? Yes that is the code, that I think nobody understands well. We

[jira] Reopened: (UIMA-41) LowLevelCAS.ll_getTypeClass() needs to be updated for the new 2.0 types

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-41?page=all ] Adam Lally reopened UIMA-41: Assignee: Adam Lally (was: Thilo Goetz) The javadoc comment for this method has not been updated to include the new primitive types, which could be why

[jira] Resolved: (UIMA-41) LowLevelCAS.ll_getTypeClass() needs to be updated for the new 2.0 types

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-41?page=all ] Adam Lally resolved UIMA-41. Fix Version/s: 2.1 Resolution: Fixed Assignee: Thilo Goetz (was: Adam Lally) In addtion to fixing the javadoc, I also removed the constants

[jira] Reopened: (UIMA-26) Incorrect paths in example descriptors and the adjustExamplePaths scripts

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-26?page=all ] Adam Lally reopened UIMA-26: Will change apache/uima to apache-uima as suggested by Marshall. Incorrect paths in example descriptors and the adjustExamplePaths scripts

[jira] Closed: (UIMA-26) Incorrect paths in example descriptors and the adjustExamplePaths scripts

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-26?page=all ] Adam Lally closed UIMA-26. -- Resolution: Fixed Completed replacement. Default install path in example descriptors is now C:/Program Files/apache-uima. Incorrect paths in example descriptors and the

[jira] Closed: (UIMA-48) Reformat all source code to match adopted conventions

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-48?page=all ] Adam Lally closed UIMA-48. -- Reformat all source code to match adopted conventions - Key: UIMA-48 URL:

Re: Use of XCASSerializer in vinci service deployments

2006-11-29 Thread Adam Lally
On 11/29/06, Marshall Schor [EMAIL PROTECTED] wrote: The big doc says in the section on how to deploy a UIMA component as a Vinci service to use a deployment descriptor which contains parameter name=serializerClassName value=...service.vinci.VinciXCASSerializer_NoDocText/ Actually I just

Re: Pear installer API

2006-11-29 Thread Lev Kozakov
The InstallationController class has the API for installing PEARs, but it's not convenient for developers. Creating a special 'one-click' method for installing PEARs is possible, but I would like, first, to understand what the developers need. I can provide a selection of static methods for PEAR

[jira] Created: (UIMA-75) In VinciService wrapper, serializerClassName parameter is unused

2006-11-29 Thread Adam Lally (JIRA)
In VinciService wrapper, serializerClassName parameter is unused -- Key: UIMA-75 URL: http://issues.apache.org/jira/browse/UIMA-75 Project: UIMA Issue Type: Bug

Re: JMX detection

2006-11-29 Thread Adam Lally
On 11/29/06, Marshall Schor [EMAIL PROTECTED] wrote: The big doc says UIMA automatically detects if JMX is available. I changed this to specify that the detection is if JMX is available in the JVM (it could be Java 5, or Java 1.4 with the JMX reference impl from Sun downloaded). Is this

[jira] Closed: (UIMA-9) Remove support for xi:include

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-9?page=all ] Adam Lally closed UIMA-9. - Fix Version/s: 2.1 Resolution: Fixed Remove support for xi:include - Key: UIMA-9 URL:

[jira] Closed: (UIMA-75) In VinciService wrapper, serializerClassName parameter is unused

2006-11-29 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-75?page=all ] Adam Lally closed UIMA-75. -- Resolution: Fixed done In VinciService wrapper, serializerClassName parameter is unused --

Added a Wiki page to keep track of non-compatible changes

2006-11-29 Thread Adam Lally
When I did the removal of our xi:include support (issue UIMA-9) I also added a Wiki page where we can keep track of things like this which will break compatibility with previous versions: http://cwiki.apache.org/UIMA/noncompatiblechanges.html -Adam