Re: [VOTE] UIMA Parent POM 16 RC-1

2023-01-17 Thread Richard Eckart de Castilho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Checked signatures: ok:

[x] +1 OK to release
-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEPY2MKJLmMo4NDQCrO8wPPFbjAA4FAmPHnlBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNE
OEQ4QzI4OTJFNjMyOEUwRDBEMDBBQjNCQ0MwRjNDNTZFMzAwMEUACgkQO8wPPFbj
AA6d5g/+MiN02plu33hCm+LQTUG/G22XbpxCLK7or1T/C0+8cfAARpNmf/jMA1FL
HzOP/XyBB5SlliwQXz9EUIc/5bZBV+PSMA5KLjk3oX3HM4lkfSvS10ue2GNB2hM2
vEB0AtCAwdehDEiXMS/voJpXwsYdJnFbEFd7WTrrXRQ5pmYHdVc4r4k175VH+p0A
1cp5yLAIky6B4Hc2WamrFh27El+xco13edXdO1WuFCgqfaEs84W7yzF7j3avIf+R
dR4m9eKb1d+oJGyHCZE3/XfpR304lWg+D+81e14G1jvtpmnkYuXXAZ/p2sJWsyeK
25UVjqbOAR7bbMRyc6Sg/Qu/vIsolyGqtuQQCL9GoJkqGnFbEdVgJR95TgyF5cnC
2oOWAZVF6lg9GVVfTdT7Zx07HmZ4V7lQWPt1ZdBOEr7Eqf91AWYoAXYlb8t981Vz
G1JaWPtziYV5IA65SlItp92CZISBMMrfH55GDECQ9MeSmBJ8jGiRPJUihihfsbcm
Tg2W2iFfQLbRpXVoROaiSRO9UCoetiUeEXmkzcsI4CIUmxeAFTS2q19e98DT8UVF
Ck0J7nJWPuhTdqMs5Od4uVD/A8Fu6jrT/Yo3vkwkPH//FmbBAkPpng2CTS6TtlW3
Te6Ob8kY9fN38I1wTjR8IeNNWo9ESOpPZI3y67oBeeb7h+PviA8=
=OVuJ
-END PGP SIGNATURE-



[jira] [Resolved] (UIMA-6485) NPE while deserializing an XMI in a PEAR context

2023-01-17 Thread Richard Eckart de Castilho (Jira)


 [ 
https://issues.apache.org/jira/browse/UIMA-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Eckart de Castilho resolved UIMA-6485.
--
Resolution: Duplicate

> NPE while deserializing an XMI in a PEAR context
> 
>
> Key: UIMA-6485
> URL: https://issues.apache.org/jira/browse/UIMA-6485
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.3.1SDK
> Environment: * SO: macOS 12.6.2
>  * OpenJDK Temurin 1.8.0_322
>  * uimaj-core 3.3.1
>Reporter: Beni Santos
>Priority: Major
>
> When running an AAE in a PEAR context (uimaj-core 3.3.1), if a CAS Multiplier 
> tries to populate a new CAS while loading it from an XMI file, a 
> {{NullPointerException}} is thrown by the method 
> {{maybeMakeBaseVersionForPear}} of the class {{CASImpl.java}} (line 1536).
>  
> Complete failing example here: 
> [https://github.com/benisantos/uima3-xmi-deserializer-in-pear]
>  
> Workaround: use the uimaj-io-json library and de/serialize JSON instead of 
> XMI.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (UIMA-6485) NPE while deserializing an XMI in a PEAR context

2023-01-17 Thread Richard Eckart de Castilho (Jira)


[ 
https://issues.apache.org/jira/browse/UIMA-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17677673#comment-17677673
 ] 

Richard Eckart de Castilho commented on UIMA-6485:
--

Thx :)

> NPE while deserializing an XMI in a PEAR context
> 
>
> Key: UIMA-6485
> URL: https://issues.apache.org/jira/browse/UIMA-6485
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.3.1SDK
> Environment: * SO: macOS 12.6.2
>  * OpenJDK Temurin 1.8.0_322
>  * uimaj-core 3.3.1
>Reporter: Beni Santos
>Priority: Major
>
> When running an AAE in a PEAR context (uimaj-core 3.3.1), if a CAS Multiplier 
> tries to populate a new CAS while loading it from an XMI file, a 
> {{NullPointerException}} is thrown by the method 
> {{maybeMakeBaseVersionForPear}} of the class {{CASImpl.java}} (line 1536).
>  
> Complete failing example here: 
> [https://github.com/benisantos/uima3-xmi-deserializer-in-pear]
>  
> Workaround: use the uimaj-io-json library and de/serialize JSON instead of 
> XMI.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (UIMA-6485) NPE while deserializing an XMI in a PEAR context

2023-01-17 Thread Beni Santos (Jira)


[ 
https://issues.apache.org/jira/browse/UIMA-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17677671#comment-17677671
 ] 

Beni Santos commented on UIMA-6485:
---

[~rec]  [https://github.com/apache/uima-uimaj/issues/285]

 

> NPE while deserializing an XMI in a PEAR context
> 
>
> Key: UIMA-6485
> URL: https://issues.apache.org/jira/browse/UIMA-6485
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.3.1SDK
> Environment: * SO: macOS 12.6.2
>  * OpenJDK Temurin 1.8.0_322
>  * uimaj-core 3.3.1
>Reporter: Beni Santos
>Priority: Major
>
> When running an AAE in a PEAR context (uimaj-core 3.3.1), if a CAS Multiplier 
> tries to populate a new CAS while loading it from an XMI file, a 
> {{NullPointerException}} is thrown by the method 
> {{maybeMakeBaseVersionForPear}} of the class {{CASImpl.java}} (line 1536).
>  
> Complete failing example here: 
> [https://github.com/benisantos/uima3-xmi-deserializer-in-pear]
>  
> Workaround: use the uimaj-io-json library and de/serialize JSON instead of 
> XMI.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [uima-uimaj] benisantos opened a new issue, #285: NPE while deserializing an XMI in a PEAR context

2023-01-17 Thread GitBox


benisantos opened a new issue, #285:
URL: https://github.com/apache/uima-uimaj/issues/285

   **Description**
   When running an AAE in a PEAR context (uimaj-core 3.3.1), if a CAS 
Multiplier tries to populate a new CAS while loading it from an XMI file, a 
NullPointerException is thrown by the method maybeMakeBaseVersionForPear of the 
class CASImpl.java (line 1536).
   
   **To Reproduce**
   Complete failing example here: 
https://github.com/benisantos/uima3-xmi-deserializer-in-pear
   
   **Workaround**
   Use the uimaj-io-json library and de/serialize JSON instead of XMI.
   
   **Environment**
   - SO: macOS 12.6.2
   - OpenJDK Temurin 1.8.0_322
   - uimaj-core 3.3.1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (UIMA-6485) NPE while deserializing an XMI in a PEAR context

2023-01-17 Thread Richard Eckart de Castilho (Jira)


[ 
https://issues.apache.org/jira/browse/UIMA-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17677656#comment-17677656
 ] 

Richard Eckart de Castilho commented on UIMA-6485:
--

Thank you for reporting the problem and creating the GitHub repo for 
reproduction.

We do not use Jira anymore. Could you please open a corresponding issue on our 
tracker on GitHub?

https://github.com/apache/uima-uimaj/issues

> NPE while deserializing an XMI in a PEAR context
> 
>
> Key: UIMA-6485
> URL: https://issues.apache.org/jira/browse/UIMA-6485
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.3.1SDK
> Environment: * SO: macOS 12.6.2
>  * OpenJDK Temurin 1.8.0_322
>  * uimaj-core 3.3.1
>Reporter: Beni Santos
>Priority: Major
>
> When running an AAE in a PEAR context (uimaj-core 3.3.1), if a CAS Multiplier 
> tries to populate a new CAS while loading it from an XMI file, a 
> {{NullPointerException}} is thrown by the method 
> {{maybeMakeBaseVersionForPear}} of the class {{CASImpl.java}} (line 1536).
>  
> Complete failing example here: 
> [https://github.com/benisantos/uima3-xmi-deserializer-in-pear]
>  
> Workaround: use the uimaj-io-json library and de/serialize JSON instead of 
> XMI.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)