[jira] [Updated] (TOMEE-2542) Add Windowns support for TomEE composer PR #482

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-2542:
--
Fix Version/s: (was: 8.0.0-M3)

> Add Windowns support for TomEE composer PR #482
> ---
>
> Key: TOMEE-2542
> URL: https://issues.apache.org/jira/browse/TOMEE-2542
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M2
>Reporter: Doychin Bondzhev
>Priority: Trivial
>
> Add Windows as supported platform to TomEE composer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (TOMEE-2542) Add Windowns support for TomEE composer PR #482

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore reassigned TOMEE-2542:
-

Assignee: Jonathan Gallimore

> Add Windowns support for TomEE composer PR #482
> ---
>
> Key: TOMEE-2542
> URL: https://issues.apache.org/jira/browse/TOMEE-2542
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3
>Reporter: Doychin Bondzhev
>Assignee: Jonathan Gallimore
>Priority: Trivial
> Fix For: 8.0.0-M4
>
>
> Add Windows as supported platform to TomEE composer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2542) Add Windowns support for TomEE composer PR #482

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-2542:
--
Affects Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Add Windowns support for TomEE composer PR #482
> ---
>
> Key: TOMEE-2542
> URL: https://issues.apache.org/jira/browse/TOMEE-2542
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3
>Reporter: Doychin Bondzhev
>Priority: Trivial
>
> Add Windows as supported platform to TomEE composer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2542) Add Windowns support for TomEE composer PR #482

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-2542:
--
Fix Version/s: 8.0.0-M4

> Add Windowns support for TomEE composer PR #482
> ---
>
> Key: TOMEE-2542
> URL: https://issues.apache.org/jira/browse/TOMEE-2542
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3
>Reporter: Doychin Bondzhev
>Priority: Trivial
> Fix For: 8.0.0-M4
>
>
> Add Windows as supported platform to TomEE composer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-1618) Replace three register maps in Container in favour of one

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-1618:
--
Fix Version/s: (was: 7.0.6)
   7.0.7

> Replace three register maps in Container in favour of one
> -
>
> Key: TOMEE-1618
> URL: https://issues.apache.org/jira/browse/TOMEE-1618
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.0
>Reporter: Alex
>Assignee: Alex
>Priority: Trivial
>  Labels: newbie
> Fix For: 7.0.7
>
>
> The class org.apache.tomee.embedded.Container currently uses three internal 
> ly managed maps to register following information:
> moduleIds, appContexts and appInfos.
> The key used in each of the map is the name of the application.
> The suggested improvement is to introduce a multimap. I think however, it 
> would be cleaner to define an inner class that can hold the information 
> above, and have one map that maps the name to an instance of this class.
> Drawback is an extra null check, but overall I think this better.
> Additionally, this class does not have many unittests so I'd like to add 
> those as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2250) org.apache.johnzon.max-string-length default is incorrect in system.properties

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-2250:
--
Fix Version/s: (was: 7.1.1)
   (was: 7.0.6)
   7.1.2
   7.0.7

> org.apache.johnzon.max-string-length default is incorrect in system.properties
> --
>
> Key: TOMEE-2250
> URL: https://issues.apache.org/jira/browse/TOMEE-2250
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Minor
> Fix For: 8.0.0-M3, 7.0.7, 7.1.2
>
>
> The comments in system.properties show org.apache.johnzon.max-string-length 
> having a default value of 8192. This changes in Johnzon 1.0.1 to 256KB and we 
> should update the comment accordingly. 
> https://github.com/apache/johnzon/blob/v1.0.1/johnzon-core/src/main/java/org/apache/johnzon/core/JsonParserFactoryImpl.java#L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2295) Persistence Unit mapping-file ignored by CmpJpaConversion

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore updated TOMEE-2295:
--
Fix Version/s: (was: 7.1.1)
   (was: 7.0.6)
   7.1.2
   7.0.7

> Persistence Unit mapping-file ignored by CmpJpaConversion
> -
>
> Key: TOMEE-2295
> URL: https://issues.apache.org/jira/browse/TOMEE-2295
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 1.7.5, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.7.6, 8.0.0-M3, 7.0.7, 7.1.2
>
>
> The CmpJpaConversion code enables TomEE to run CMP entity beans by converting 
> them to JPA "on the fly". It does this by using a persistence unit it creates 
> on the app module named "cmp", and generating an orm.xml file for the 
> persistence component to use.
>  
> However, if you create a persistence.xml file and a custom orm.xml file 
> (using the `openejb.descriptors.output=true` system property, for example) 
> and reference the custom orm.xml in persistence.xml, it is ignored.
>  
> One possible workaround is to remove the mapping file reference from 
> persistence.xml and package it in the artifact as 
> META-INF/openejb-cmp-orm.xml (or WEB-INF/openejb-cmp-orm.xml for .war files): 
> [https://github.com/apache/tomee/blob/0165264d37f9cb6ce6d2585f2f6b0fbd926ad5c4/container/openejb-core/src/main/java/org/apache/openejb/config/ReadDescriptors.java#L553]
>  and 
> [https://github.com/apache/tomee/blob/0165264d37f9cb6ce6d2585f2f6b0fbd926ad5c4/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/cmp/CmpMappingTest.java#L45]
>  
> However, it should be possible to also check for the presence of an existing 
> mapping file on the cmp persistence unit, and use that as opposed to 
> generating a new one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2531) Update Commons-Daemon

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore closed TOMEE-2531.
-

> Update Commons-Daemon
> -
>
> Key: TOMEE-2531
> URL: https://issues.apache.org/jira/browse/TOMEE-2531
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M3
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 7.0.6, 7.1.1, 8.0.0-M4
>
>
> Update Commons-Daemon to get latest patches, including 
> https://issues.apache.org/jira/browse/DAEMON-401



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2504) Upgrade xbean to 4.13

2019-06-18 Thread Jonathan Gallimore (JIRA)


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

Jonathan Gallimore closed TOMEE-2504.
-
Resolution: Fixed

> Upgrade xbean to 4.13
> -
>
> Key: TOMEE-2504
> URL: https://issues.apache.org/jira/browse/TOMEE-2504
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5, 7.1, 8.0.0-M2
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1, 8.0.0-M3, 8.0.0-Final
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)