[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736647#action_12736647
 ] 

Thilo Goetz commented on UIMA-1462:
---

Tommaso, the POM still has those:


org.apache.uima.xmlbeans
jsr-173-api
1.0
system
${basedir}/lib/jsr173_1.0_api.jar


local.xmlbeans.dependency
xsdbeans
2.2
system
${basedir}/lib/xbean.jar


They should be gotten from SimpleServer too.

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736665#action_12736665
 ] 

Thilo Goetz commented on UIMA-1462:
---

Please bear with me as I display my maven ignorance

The 3 extra jars are checked in in the SimpleServer lib directory.  The JSR 173 
jar and the xbean.jar are generic and could be gotten from maven.  However, we 
need to distribute them or the SimpleServer will not work.  The 
uima-simple-server-xbean.jar is automatically generated from the SimpleServer 
config xsd, so it needs to be checked in and included.  So those seem to be 
SimpleServer build issues, rather than SimpleUimaAsService issues.  Maybe all 
we need to do is fix the SimpleServer build and the SimpleUimaAsService build 
will come as a byproduct?  What do we need to do in SimpleServer so that it 
"exports" those jars?


> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737090#action_12737090
 ] 

Tommaso Teofili commented on UIMA-1462:
---

I changed the SimpleServer POM to include jsr173_api and xbean (unfortunately 
at the moment the only available version of xbean in central that is suitable 
for our case  is 1.0.3, not jar's 1.0) from maven central; as you stated 
uima-simple-server-xbean.jar cannot be taken from a maven repo and has to be 
taken from /lib.
In SimpleUimaAsService POM I added the only SimpleServer dependency, in this 
way every systemPath dependency can be removed from SimpleUimaAsService.
So two patches needed.
I have already made them, should I post both of them here or should I attach 
SimpleServer POM patch to another issue?

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737095#action_12737095
 ] 

Tommaso Teofili commented on UIMA-1462:
---

>> (unfortunately at the moment the only available version of xbean in central 
>> that is suitable for our case is 1.0.3, not jar's 1.0)
I confused, that version was referring to jsr, both dependencies have the 
correct version on central :-)

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737101#action_12737101
 ] 

Thilo Goetz commented on UIMA-1462:
---

Hi Tommaso, just attach both patches here, I don't think we need to open a 
separate issue for the SimpleServer changes.


> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-08-03 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738341#action_12738341
 ] 

Thilo Goetz commented on UIMA-1462:
---

Hi Tommaso, sorry for the delay.  I tested your patch for the simple server, 
and it works fine as far as compiling is concerned.  On the other hand, we also 
want to include xbean.jar and jsr173_api.jar in the distribution, so they 
should be copied to the lib directory.  Otherwise, users have to download those 
jars before they can use the simple server.  Do you have any suggestions on how 
we could manage that?


> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S
>Reporter: Thilo Goetz
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-08-31 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749770#action_12749770
 ] 

Thilo Goetz commented on UIMA-1462:
---

Tommaso, do you think this is something you could get integrated in time for 
the release?  I never got around to checking your latest patch, I'm afraid.

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-04 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751405#action_12751405
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Tests did not go for me with revision 807268...it seems something environment 
dependent.
I'm checking it out.

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-04 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751407#action_12751407
 ] 

Thilo Goetz commented on UIMA-1462:
---

The simple server tests currently do not work with a Sun 1.5 java.  Should work 
with any 1.6 though.

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-05 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751760#action_12751760
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Thilo, could you please explain which errors do you experience with the current 
revision?
I suppose there is something wrong in ConfigTest test class because those tests 
fail though there is no difference between expected and actual results (tests 
generate xmls that appear identical also using the diff command).

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-07 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752028#action_12752028
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Fixing xmlbeans dependency version to 2.3.0 needed as pointed in previous 
xbean.jar MANIFEST.MF.
In my environment testResultGenerationXX tests still fail due to carriage 
returns differences in expected and actual standoff. 

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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