[jira] [Resolved] (TOMEE-2944) Fix for Checkstyle violations for tomee-7.0.x branch

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner resolved TOMEE-2944.
---
Resolution: Resolved

Fixed via merge of PR https://github.com/apache/tomee/pull/737.

> Fix for Checkstyle violations for tomee-7.0.x branch
> 
>
> Key: TOMEE-2944
> URL: https://issues.apache.org/jira/browse/TOMEE-2944
> Project: TomEE
>  Issue Type: Improvement
>  Components: Compliance Checks
>Affects Versions: 7.0.9
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 7.0.10
>
>
> Current checkstyle failures:
>  
>  
> {code:java}
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:107:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:108:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:276:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:42:
>  Class Ports should be declared as final.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:66:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:159:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:173:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:174:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:178:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:32:8:
>  Unused import - java.util.Set.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:126:
>  'if' construct must use '{}'s. 
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2944) Fix for Checkstyle violations for tomee-7.0.x branch

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2944:
--
Labels: pull-request-available  (was: )

> Fix for Checkstyle violations for tomee-7.0.x branch
> 
>
> Key: TOMEE-2944
> URL: https://issues.apache.org/jira/browse/TOMEE-2944
> Project: TomEE
>  Issue Type: Improvement
>  Components: Compliance Checks
>Affects Versions: 7.0.9
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 7.0.10
>
>
> Current checkstyle failures:
>  
>  
> {code:java}
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:107:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:108:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:276:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:42:
>  Class Ports should be declared as final.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:66:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:159:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:173:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:174:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:178:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:32:8:
>  Unused import - java.util.Set.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:126:
>  'if' construct must use '{}'s. 
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2944) Fix for Checkstyle violations for tomee-7.0.x branch

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2944:
--
Component/s: Compliance Checks

> Fix for Checkstyle violations for tomee-7.0.x branch
> 
>
> Key: TOMEE-2944
> URL: https://issues.apache.org/jira/browse/TOMEE-2944
> Project: TomEE
>  Issue Type: Improvement
>  Components: Compliance Checks
>Affects Versions: 7.0.9
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
> Fix For: 7.0.10
>
>
> Current checkstyle failures:
>  
>  
> {code:java}
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:107:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:108:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Server.java:276:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:42:
>  Class Ports should be declared as final.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:66:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:159:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:173:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:174:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Ports.java:178:
>  'if' construct must use '{}'s.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:32:8:
>  Unused import - java.util.Set.
> tomee/tomee/tomee-bootstrap/src/main/java/org/apache/tomee/bootstrap/Archive.java:126:
>  'if' construct must use '{}'s. 
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2946) "Unauthorized Access by Principal Denied" error when trying to deploy an application after updating tomee from 8.0.3 to 8.0.5

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2946:
--
Affects Version/s: 8.0.4
   8.0.5

> "Unauthorized Access by Principal Denied" error when trying to deploy an 
> application after updating tomee from 8.0.3 to 8.0.5
> -
>
> Key: TOMEE-2946
> URL: https://issues.apache.org/jira/browse/TOMEE-2946
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Build
>Affects Versions: 8.0.3, 8.0.4, 8.0.5
>Reporter: Nikhil
>Priority: Major
>
> we have an enterprise application which is currently deployed over TomEE 
> 8.0.3 and working fine.
>  
> we have tried to update the TomEE base container from 8.0.3 to 8.0.5 & try to 
> start the server to deploy the application.
> The server starts working fine but when we try to connect to the application, 
> we keep getting the below errors ::
>  
>   [java] javax.ejb.EJBAccessException: Unauthorized Access by Principal Denied
>  [java] at 
> org.apache.openejb.core.stateful.StatefulContainer.checkAuthorization(StatefulContainer.java:894)
>  [java] at 
> org.apache.openejb.core.stateful.StatefulContainer.businessMethod(StatefulContainer.java:686)
>  [java] at 
> org.apache.openejb.core.stateful.StatefulContainer.invoke(StatefulContainer.java:379)
>  [java] at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:371)
>  [java] at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:182)
>  [java] at 
> org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:360)
>  [java] at 
> org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:247)
>  [java] at 
> org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:104)
>  [java] at 
> org.apache.openejb.server.httpd.ServerServlet.service(ServerServlet.java:60)
>  [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
>  [java] at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>  [java] at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  [java] at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
>  [java] at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
>  [java] at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
>  [java] at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
>  [java] at 
> org.apache.catalina.ha.session.JvmRouteBinderValve.invoke(JvmRouteBinderValve.java:182)
>  [java] at 
> org.apache.catalina.ha.tcp.ReplicationValve.invoke(ReplicationValve.java:330)
>  [java] at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
>  [java] at 
> org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97)
>  [java] at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
>  [java] at 
> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:240)
> [java] at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
>  [java] at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
>  [java] at 
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
>  [java] at 
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>  [java] at 
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
>  [java] at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
>  [java] at 
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>  [java] at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [java] at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [java] at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  [java] at java.lang.Thread.run(Thread.java:748)
>  
>  
> I have tried to replicate the issue by just updating the tomcat from *9.0.37 
> to 9.0.38* or later without actually updating the tomee version but still see 
> the same issue.. Through the initial analysis the tomcat version 9.0.38 and 
> later comes with *module-info.class* inside the jars to support JDK 9 along 
> with JDK8 but not sure if that's the case.
>  
> Can someone please take a look and confirm if its specific with the 
> tomcat/tomee update and any workarounds for the same ?



--
This message was 

[jira] [Updated] (TOMEE-2947) Upgrade quartz-openejb-shade in TomEE 8/9

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2947:
--
Labels: pull-request-available  (was: )

> Upgrade quartz-openejb-shade in TomEE 8/9
> -
>
> Key: TOMEE-2947
> URL: https://issues.apache.org/jira/browse/TOMEE-2947
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 9.0.0-M2, 8.0.5
>Reporter: Bruce Heavey
>Assignee: Richard Zowalla
>Priority: Minor
>  Labels: pull-request-available
>
> TomEE 8.0.5, 9.0.0-M3 uses quartz-openejb-shade-2.2.1.jar which has a 
> critical security vulnerability in it (CVE-2019-13990).
>  
> An existing JIRA ticket TOMEE 2672 has produced a newer version of this jar 
> file (2.2.4) which corrects the security issue and TomEE 7.1.4 seems to ship 
> with that new jar file. However the change was not applied to TomEE 8 or 9 
> which are now less up to date than TomEE 7.
>  
> It would be great to see the new quartz-openejb-shade-2.2.4 jar file 
> incorporated into TomEE 8 and 9.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (TOMEE-2947) Upgrade quartz-openejb-shade in TomEE 8/9

2020-12-21 Thread Martin Wiesner (Jira)


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

Martin Wiesner reassigned TOMEE-2947:
-

Assignee: Richard Zowalla

> Upgrade quartz-openejb-shade in TomEE 8/9
> -
>
> Key: TOMEE-2947
> URL: https://issues.apache.org/jira/browse/TOMEE-2947
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 9.0.0-M2, 8.0.5
>Reporter: Bruce Heavey
>Assignee: Richard Zowalla
>Priority: Minor
>
> TomEE 8.0.5, 9.0.0-M3 uses quartz-openejb-shade-2.2.1.jar which has a 
> critical security vulnerability in it (CVE-2019-13990).
>  
> An existing JIRA ticket TOMEE 2672 has produced a newer version of this jar 
> file (2.2.4) which corrects the security issue and TomEE 7.1.4 seems to ship 
> with that new jar file. However the change was not applied to TomEE 8 or 9 
> which are now less up to date than TomEE 7.
>  
> It would be great to see the new quartz-openejb-shade-2.2.4 jar file 
> incorporated into TomEE 8 and 9.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2364) Improve Downloads Page

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2364:
--
Fix Version/s: (was: 8.0.6)

> Improve Downloads Page
> --
>
> Key: TOMEE-2364
> URL: https://issues.apache.org/jira/browse/TOMEE-2364
> Project: TomEE
>  Issue Type: Improvement
>  Components: Website
>Reporter: Roberto Cortez
>Assignee: Daniel Cunha
>Priority: Major
>
> The downloads page seems super confusing. We can improve it.
>  
> Some ideas:
>  * Group same binaries downloads (tar.gz and zip) instead of single line for 
> everything.
>  * Or maybe have a single page per version and you use the main page to jump 
> from version to version?
>  * Apply the same to the Archives.
> Before doing any actual changes, maybe build a prototype to discuss.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2630) update to latest geronimo-jsonb_1.0-spec

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2630:
--
Issue Type: Dependency upgrade  (was: Bug)

> update to latest geronimo-jsonb_1.0-spec
> 
>
> Key: TOMEE-2630
> URL: https://issues.apache.org/jira/browse/TOMEE-2630
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 8.0.6
>
>
> we fixed an important bug in JsonbConfig. This must be updated in our 
> javaee-api as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2364) Improve Downloads Page

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2364:
--
Affects Version/s: (was: 8.0.0-M1)

> Improve Downloads Page
> --
>
> Key: TOMEE-2364
> URL: https://issues.apache.org/jira/browse/TOMEE-2364
> Project: TomEE
>  Issue Type: Improvement
>  Components: Website
>Reporter: Roberto Cortez
>Assignee: Daniel Cunha
>Priority: Major
> Fix For: 8.0.6
>
>
> The downloads page seems super confusing. We can improve it.
>  
> Some ideas:
>  * Group same binaries downloads (tar.gz and zip) instead of single line for 
> everything.
>  * Or maybe have a single page per version and you use the main page to jump 
> from version to version?
>  * Apply the same to the Archives.
> Before doing any actual changes, maybe build a prototype to discuss.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (TOMEE-2630) update to latest geronimo-jsonb_1.0-spec

2020-11-27 Thread Martin Wiesner (Jira)


[ 
https://issues.apache.org/jira/browse/TOMEE-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17239687#comment-17239687
 ] 

Martin Wiesner commented on TOMEE-2630:
---

[~struberg] The title of this issue is a bit unspecific. What is exactly meant 
by "latest"?

Can you pls clarify which version you meant here so others can check if that 
was done/resolved with some commits in the meantime. Ideally, you'd check if 
current master has the "latest" version you had originally in mind when opening 
this issue in Aug 2019.

Best
Martin

> update to latest geronimo-jsonb_1.0-spec
> 
>
> Key: TOMEE-2630
> URL: https://issues.apache.org/jira/browse/TOMEE-2630
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 8.0.6
>
>
> we fixed an important bug in JsonbConfig. This must be updated in our 
> javaee-api as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (TOMEE-2902) Upgrade to CXF 3.3.7

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner resolved TOMEE-2902.
---
Resolution: Resolved

This has been resolved with the release of TomEE version 8.0.5.

> Upgrade to CXF 3.3.7
> 
>
> Key: TOMEE-2902
> URL: https://issues.apache.org/jira/browse/TOMEE-2902
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 8.0.4
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.5
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2902) Upgrade to CXF 3.3.7

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2902:
--
Fix Version/s: (was: 8.0.6)
   8.0.5

> Upgrade to CXF 3.3.7
> 
>
> Key: TOMEE-2902
> URL: https://issues.apache.org/jira/browse/TOMEE-2902
> Project: TomEE
>  Issue Type: Dependency upgrade
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.5
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2902) Upgrade to CXF 3.3.7

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2902:
--
Affects Version/s: 8.0.4

> Upgrade to CXF 3.3.7
> 
>
> Key: TOMEE-2902
> URL: https://issues.apache.org/jira/browse/TOMEE-2902
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 8.0.4
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.5
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2277) Java11: module name for TomEE

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2277:
--
Affects Version/s: (was: 7.1.0)
   (was: 7.0.5)
   (was: 8.0.0-M1)
   9.0.0-M2
   7.1.3
   8.0.5

> Java11: module name for TomEE
> -
>
> Key: TOMEE-2277
> URL: https://issues.apache.org/jira/browse/TOMEE-2277
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.1.3, 9.0.0-M2, 8.0.5
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 8.0.6
>
>
> We need to define modules in TomEE.
> A quick workaround would be to define a module per maven artifact.
>  
> We'll need to then do a proper linking with dependencies.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2765) ShrinkWrap Maven Resolver 3.1.4

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2765:
--
Affects Version/s: 8.0.3
   8.0.4

> ShrinkWrap Maven Resolver 3.1.4
> ---
>
> Key: TOMEE-2765
> URL: https://issues.apache.org/jira/browse/TOMEE-2765
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Build
>Affects Versions: 8.0.3, 8.0.4, 8.0.5
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Minor
> Fix For: 8.0.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2765) ShrinkWrap Maven Resolver 3.1.4

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2765:
--
Priority: Minor  (was: Major)

> ShrinkWrap Maven Resolver 3.1.4
> ---
>
> Key: TOMEE-2765
> URL: https://issues.apache.org/jira/browse/TOMEE-2765
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Build
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Minor
> Fix For: 8.0.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2765) ShrinkWrap Maven Resolver 3.1.4

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2765:
--
Affects Version/s: 8.0.5

> ShrinkWrap Maven Resolver 3.1.4
> ---
>
> Key: TOMEE-2765
> URL: https://issues.apache.org/jira/browse/TOMEE-2765
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Build
>Affects Versions: 8.0.5
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Minor
> Fix For: 8.0.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2765) ShrinkWrap Maven Resolver 3.1.4

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2765:
--
Component/s: TomEE Build

> ShrinkWrap Maven Resolver 3.1.4
> ---
>
> Key: TOMEE-2765
> URL: https://issues.apache.org/jira/browse/TOMEE-2765
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Build
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2294) Can't disable unauthenticated JMX on 1099

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2294:
--
Affects Version/s: 7.1.1
   7.1.2

> Can't disable unauthenticated JMX on 1099
> -
>
> Key: TOMEE-2294
> URL: https://issues.apache.org/jira/browse/TOMEE-2294
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.1.1, 8.0.0-M3, 7.1.2, 8.0.1
>Reporter: Frans
>Priority: Major
> Fix For: 8.0.6
>
>
> ActiveMQ comes bundled with a JMX host that is default on unauthenticated on 
> port 1099.
> {code:java}
> 
>   BrokerXmlConfig = broker:(vm://broker)?useJmx=false
>   ServerUrl = vm://broker
> {code}
> Tomee's resource configuration doesn't allow this to be disabled. The above 
> doesn't work.
> This can be disabled by inspecting an activemq jar's manifest, pulling down 
> the same version of activemq-all, and putting that in the tomee/lib 
> directory, at which point this works:
> {code:java}
> 
>   BrokerXmlConfig = xbean:file:activemq.xml
>   ServerUrl = vm://broker
> 
> {code}
> {code:java}
>   http://activemq.apache.org/schema/core;
>   useJmx="false"
>   brokerName="broker"
>   useShutdownHook="false"
>   persistent="true"
>   start="true"
>   schedulerSupport="false"
>   enableStatistics="false"
>   offlineDurableSubscriberTimeout="25920"
>   offlineDurableSubscriberTaskSchedule="360">
> {code}
> However, convincing the guy hosting the server to inspect JAR manifests, pull 
> down specific jars, and maintain a second configuration file seems like a lot 
> of effort to go to just to have the ability to disable unauthenticated access 
> to every MBean in the VM



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2294) Can't disable unauthenticated JMX on 1099

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2294:
--
Affects Version/s: 8.0.0-M3
   8.0.1

> Can't disable unauthenticated JMX on 1099
> -
>
> Key: TOMEE-2294
> URL: https://issues.apache.org/jira/browse/TOMEE-2294
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M3, 8.0.1
>Reporter: Frans
>Priority: Major
> Fix For: 8.0.6
>
>
> ActiveMQ comes bundled with a JMX host that is default on unauthenticated on 
> port 1099.
> {code:java}
> 
>   BrokerXmlConfig = broker:(vm://broker)?useJmx=false
>   ServerUrl = vm://broker
> {code}
> Tomee's resource configuration doesn't allow this to be disabled. The above 
> doesn't work.
> This can be disabled by inspecting an activemq jar's manifest, pulling down 
> the same version of activemq-all, and putting that in the tomee/lib 
> directory, at which point this works:
> {code:java}
> 
>   BrokerXmlConfig = xbean:file:activemq.xml
>   ServerUrl = vm://broker
> 
> {code}
> {code:java}
>   http://activemq.apache.org/schema/core;
>   useJmx="false"
>   brokerName="broker"
>   useShutdownHook="false"
>   persistent="true"
>   start="true"
>   schedulerSupport="false"
>   enableStatistics="false"
>   offlineDurableSubscriberTimeout="25920"
>   offlineDurableSubscriberTaskSchedule="360">
> {code}
> However, convincing the guy hosting the server to inspect JAR manifests, pull 
> down specific jars, and maintain a second configuration file seems like a lot 
> of effort to go to just to have the ability to disable unauthenticated access 
> to every MBean in the VM



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2912) update owb, johnzon, etc and parent pom

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2912:
--
Affects Version/s: 8.0.5

> update owb, johnzon, etc and parent pom
> ---
>
> Key: TOMEE-2912
> URL: https://issues.apache.org/jira/browse/TOMEE-2912
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.4, 8.0.5
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 8.0.6
>
>
> We've released a few updated libs which are interesting for TomEE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2771) High memory consumption on TomEE MP flavor

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2771:
--
Affects Version/s: 8.0.2
   8.0.3
   8.0.4
   8.0.5

> High memory consumption on TomEE MP flavor
> --
>
> Key: TOMEE-2771
> URL: https://issues.apache.org/jira/browse/TOMEE-2771
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5
>Reporter: François Courtault
>Priority: Major
>
> Hello,
> One of our µS uses TomEE MP flavor and we have memory issue with it.
> Performing a memory dump, we see a lot of 
> org.apache.geronimo.microprofile.opentracing.impl.ScopeImpl  objects.
> We have another µS using TomEE Plus flavor and, with this one, we don't see 
> at all any org.apache.geronimo.microprofile.opentracing.impl.ScopeImpl  
> object.
> So I did a comparison and found out that the only difference bewteen the 2 
> flavors is that in the system.properties, I have, for the MP flavour, this 
> setting: tomee.mp.scan = all
>  
> BTW is there any clear documentation regarding this setting ?
> Could you confirm that if we haven't this entry in the system.properties or 
> set to none then all MP specifications are disabled et runtime ?
> Possible enhancement request: having the possibility to enable/disable each 
> MP spec individually.
>  
> Best Regards.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2931) [Certification/TCK] JPA EE packaging failing for EAR files

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2931:
--
Component/s: TomEE Core Server

> [Certification/TCK] JPA EE packaging failing for EAR files
> --
>
> Key: TOMEE-2931
> URL: https://issues.apache.org/jira/browse/TOMEE-2931
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 8.0.5
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Attachments: image-2020-11-27-11-13-13-896.png
>
>
> The test is com.sun.ts.tests.jpa.ee.packaging.jar.Client --> 
> [https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jpa/ee/packaging/jar/Client.java]
>  
> This error is this one
> {quote}Caused by: Exception [EclipseLink-28018] (Eclipse Persistence Services 
> - 2.7.4.v20190115-ad5b7c6b2a): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [CTS-EM] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users//jakartaeetck-prebuilt-8.0.2/release/jakartaeetck-prebuilt-8.0.2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles/lib/jpa_ee_packaging_jar_jarfile1.jar
>  (No such file or directory)
>  at 
> org.eclipse.persistence.exceptions.EntityManagerSetupException.predeployFailed(EntityManagerSetupException.java:233)
>  ... 63 more
>  Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: 
> /Users//jakartaeetck-prebuilt-8.0.2/release/jakartaeetck-prebuilt-8.0.2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles/lib/jpa_ee_packaging_jar_jarfile1.jar
>  (No such file or directory)
>  at 
> org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadStandardMappingFiles(MetadataProcessor.java:491)
>  at 
> org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadMappingFiles(MetadataProcessor.java:400)
>  at 
> org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:619)
>  at 
> org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:2003){quote}
>  
> If we open the EAR file and look at the persistence.xml it indeed has 2 
> jar-file entries. Great.
> !image-2020-11-27-11-13-13-896.png!
> But if we look at the file name and compare it to what's on the left side 
> (EAR content), we can see that the jar file name is not fully the expected 
> one.
>  
> Before 1 and 2, there is a "jarfile" in the persistence.xml
>  
> I don't see how it could work.
> What do you think?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2932) MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 415 Unsupported Media Type

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2932:
--
Component/s: TomEE Build

> MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 
> 415 Unsupported Media Type
> ---
>
> Key: TOMEE-2932
> URL: https://issues.apache.org/jira/browse/TOMEE-2932
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Build
>Affects Versions: 7.0.8, 7.0.9
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 7.0.10
>
>
> {quote}The thrid failing test: javax.ws.rs.NotSupportedException: HTTP 
> 415Unsupported Media 
> Typehttps://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$tomee-webprofile-embedded/3/testReport/junit/org.superbiz.movie/MovieServiceTest/addMovie/{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2931) [Certification/TCK] JPA EE packaging failing for EAR files

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2931:
--
Affects Version/s: 8.0.5

> [Certification/TCK] JPA EE packaging failing for EAR files
> --
>
> Key: TOMEE-2931
> URL: https://issues.apache.org/jira/browse/TOMEE-2931
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.5
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Attachments: image-2020-11-27-11-13-13-896.png
>
>
> The test is com.sun.ts.tests.jpa.ee.packaging.jar.Client --> 
> [https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jpa/ee/packaging/jar/Client.java]
>  
> This error is this one
> {quote}Caused by: Exception [EclipseLink-28018] (Eclipse Persistence Services 
> - 2.7.4.v20190115-ad5b7c6b2a): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [CTS-EM] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users//jakartaeetck-prebuilt-8.0.2/release/jakartaeetck-prebuilt-8.0.2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles/lib/jpa_ee_packaging_jar_jarfile1.jar
>  (No such file or directory)
>  at 
> org.eclipse.persistence.exceptions.EntityManagerSetupException.predeployFailed(EntityManagerSetupException.java:233)
>  ... 63 more
>  Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: 
> /Users//jakartaeetck-prebuilt-8.0.2/release/jakartaeetck-prebuilt-8.0.2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles/lib/jpa_ee_packaging_jar_jarfile1.jar
>  (No such file or directory)
>  at 
> org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadStandardMappingFiles(MetadataProcessor.java:491)
>  at 
> org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadMappingFiles(MetadataProcessor.java:400)
>  at 
> org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:619)
>  at 
> org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:2003){quote}
>  
> If we open the EAR file and look at the persistence.xml it indeed has 2 
> jar-file entries. Great.
> !image-2020-11-27-11-13-13-896.png!
> But if we look at the file name and compare it to what's on the left side 
> (EAR content), we can see that the jar file name is not fully the expected 
> one.
>  
> Before 1 and 2, there is a "jarfile" in the persistence.xml
>  
> I don't see how it could work.
> What do you think?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2932) MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 415 Unsupported Media Type

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2932:
--
Affects Version/s: (was: 7.0.10)
   7.0.9
   7.0.8

> MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 
> 415 Unsupported Media Type
> ---
>
> Key: TOMEE-2932
> URL: https://issues.apache.org/jira/browse/TOMEE-2932
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.8, 7.0.9
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 7.0.10
>
>
> {quote}The thrid failing test: javax.ws.rs.NotSupportedException: HTTP 
> 415Unsupported Media 
> Typehttps://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$tomee-webprofile-embedded/3/testReport/junit/org.superbiz.movie/MovieServiceTest/addMovie/{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2930) MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2930:
--
Affects Version/s: (was: 7.0.10)
   7.0.9
   7.0.8

> MoviesArquillianHtmlUnitTest ->  Invalid byte 2 of 2-byte UTF-8 sequence. 
> error.
> 
>
> Key: TOMEE-2930
> URL: https://issues.apache.org/jira/browse/TOMEE-2930
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.8, 7.0.9
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 7.0.10
>
>
> The second failing test trowed a: [Fatal Error] :8:23: Invalid byte 2 of
> 2-byte UTF-8 sequence. error.
> [https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2150) Tomee 7.0.4 issue with CDI interceptor and WebServiceContext resource injection

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2150:
--
Affects Version/s: 8.0.0-M2

> Tomee 7.0.4 issue with CDI interceptor and WebServiceContext resource 
> injection 
> 
>
> Key: TOMEE-2150
> URL: https://issues.apache.org/jira/browse/TOMEE-2150
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.4, 7.0.5, 7.1.0, 8.0.0-M1, 8.0.0-M2
>Reporter: François Courtault
>Priority: Critical
> Attachments: WebServiceWithAnCdiInterceptorTest.java, 
> reproduction_problem.zip, webservicecontext.war
>
>
> I have defined an annotation like below:
> @Inherited
> @InterceptorBinding
> @Target({ElementType.METHOD, ElementType.TYPE})
> @Retention(RetentionPolicy.RUNTIME)
> public @interface MyInterceptor {
> @NonBinding
> String level() default "INFO";
> }
> Then, I have written a class like this:
> @MyInterceptor
> @Interceptor
> public class MyInterceptor {
> private Class intercepted;
>  @AroundInvoke
>  public Object myMethod(final InvocationContext ctx) throws Exception {
>   .
>  }
> }
> In my POJO, webservice endpoint, I have:
> @WebService(name = "MyManager", targetNamespace ="http://com.test/wsdl;,
> serviceName = "MyManagerService")
> @MyInterceptor
> public class MyManager implements IMyManager {
> @resource
> private WebServiceContext wsc; //=>=> ALWAYS null on TomEE 7.0.4!!!
> 
> }
> }
> That's the test case I built which doesn't work on TomEE 7.0.4 but works on 
> Glassfish 4.1.2/5.0, Weblogic Server 12.2.1.3 and Wildfly 10.0.1/11.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (TOMEE-2324) Remove Corba ORB APIs from Codebase

2020-11-27 Thread Martin Wiesner (Jira)


[ 
https://issues.apache.org/jira/browse/TOMEE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17239680#comment-17239680
 ] 

Martin Wiesner commented on TOMEE-2324:
---

[~rzo1] is working on this and will provide a PR soon.

> Remove Corba ORB APIs from Codebase
> ---
>
> Key: TOMEE-2324
> URL: https://issues.apache.org/jira/browse/TOMEE-2324
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5
>Reporter: Gurkan Erdogdu
>Assignee: Richard Zowalla
>Priority: Minor
>  Labels: api, module
> Fix For: 8.0.6
>
>
> Removing ORB and corba related access:
> Places :
>  
> {code:java}
> org.apache.openejb.core.OrbFactory
> org.apache.openejb.client.corba.Corbas
> {code}
>  
> XML Files:
> service-jar XML files :
>  
> {code:java}
>  service="Resource" 
> types="org.omg.CORBA.ORB, ORB" 
> factory-name="create" 
> class-name="org.apache.openejb.core.OrbFactory">
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2324) Remove Corba ORB APIs from Codebase

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2324:
--
Affects Version/s: 8.0.0-Final
   8.0.1
   8.0.2
   8.0.3
   8.0.4
   8.0.5

> Remove Corba ORB APIs from Codebase
> ---
>
> Key: TOMEE-2324
> URL: https://issues.apache.org/jira/browse/TOMEE-2324
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5
>Reporter: Gurkan Erdogdu
>Assignee: Richard Zowalla
>Priority: Minor
>  Labels: api, module
> Fix For: 8.0.6
>
>
> Removing ORB and corba related access:
> Places :
>  
> {code:java}
> org.apache.openejb.core.OrbFactory
> org.apache.openejb.client.corba.Corbas
> {code}
>  
> XML Files:
> service-jar XML files :
>  
> {code:java}
>  service="Resource" 
> types="org.omg.CORBA.ORB, ORB" 
> factory-name="create" 
> class-name="org.apache.openejb.core.OrbFactory">
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2324) Remove Corba ORB APIs from Codebase

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2324:
--
Labels: api module  (was: )

> Remove Corba ORB APIs from Codebase
> ---
>
> Key: TOMEE-2324
> URL: https://issues.apache.org/jira/browse/TOMEE-2324
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Reporter: Gurkan Erdogdu
>Assignee: Richard Zowalla
>Priority: Minor
>  Labels: api, module
> Fix For: 8.0.6
>
>
> Removing ORB and corba related access:
> Places :
>  
> {code:java}
> org.apache.openejb.core.OrbFactory
> org.apache.openejb.client.corba.Corbas
> {code}
>  
> XML Files:
> service-jar XML files :
>  
> {code:java}
>  service="Resource" 
> types="org.omg.CORBA.ORB, ORB" 
> factory-name="create" 
> class-name="org.apache.openejb.core.OrbFactory">
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2324) Remove Corba ORB APIs from Codebase

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2324:
--
Fix Version/s: 8.0.6

> Remove Corba ORB APIs from Codebase
> ---
>
> Key: TOMEE-2324
> URL: https://issues.apache.org/jira/browse/TOMEE-2324
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Reporter: Gurkan Erdogdu
>Assignee: Richard Zowalla
>Priority: Minor
> Fix For: 8.0.6
>
>
> Removing ORB and corba related access:
> Places :
>  
> {code:java}
> org.apache.openejb.core.OrbFactory
> org.apache.openejb.client.corba.Corbas
> {code}
>  
> XML Files:
> service-jar XML files :
>  
> {code:java}
>  service="Resource" 
> types="org.omg.CORBA.ORB, ORB" 
> factory-name="create" 
> class-name="org.apache.openejb.core.OrbFactory">
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (TOMEE-2324) Remove Corba ORB APIs from Codebase

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner reassigned TOMEE-2324:
-

Assignee: Richard Zowalla

> Remove Corba ORB APIs from Codebase
> ---
>
> Key: TOMEE-2324
> URL: https://issues.apache.org/jira/browse/TOMEE-2324
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Reporter: Gurkan Erdogdu
>Assignee: Richard Zowalla
>Priority: Minor
>
> Removing ORB and corba related access:
> Places :
>  
> {code:java}
> org.apache.openejb.core.OrbFactory
> org.apache.openejb.client.corba.Corbas
> {code}
>  
> XML Files:
> service-jar XML files :
>  
> {code:java}
>  service="Resource" 
> types="org.omg.CORBA.ORB, ORB" 
> factory-name="create" 
> class-name="org.apache.openejb.core.OrbFactory">
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2419) Use HTTPS on http://tomee.apache.org

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2419:
--
Priority: Minor  (was: Critical)

> Use HTTPS on http://tomee.apache.org
> 
>
> Key: TOMEE-2419
> URL: https://issues.apache.org/jira/browse/TOMEE-2419
> Project: TomEE
>  Issue Type: Wish
>  Components: Website
> Environment: http://tomee.apache.org
>Reporter: Pavel Smajda
>Priority: Minor
>  Labels: infrastructure
> Attachments: use_https.png
>
>
> Certificate needs to be added as soon as possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2419) Use HTTPS on http://tomee.apache.org

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2419:
--
Labels: infrastructure  (was: )

> Use HTTPS on http://tomee.apache.org
> 
>
> Key: TOMEE-2419
> URL: https://issues.apache.org/jira/browse/TOMEE-2419
> Project: TomEE
>  Issue Type: Bug
>  Components: Website
> Environment: http://tomee.apache.org
>Reporter: Pavel Smajda
>Priority: Critical
>  Labels: infrastructure
> Attachments: use_https.png
>
>
> Certificate needs to be added as soon as possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2419) Use HTTPS on http://tomee.apache.org

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2419:
--
Affects Version/s: (was: 8.0.0-M1)

> Use HTTPS on http://tomee.apache.org
> 
>
> Key: TOMEE-2419
> URL: https://issues.apache.org/jira/browse/TOMEE-2419
> Project: TomEE
>  Issue Type: Bug
>  Components: Website
> Environment: http://tomee.apache.org
>Reporter: Pavel Smajda
>Priority: Critical
> Attachments: use_https.png
>
>
> Certificate needs to be added as soon as possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2419) Use HTTPS on http://tomee.apache.org

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2419:
--
Issue Type: Wish  (was: Bug)

> Use HTTPS on http://tomee.apache.org
> 
>
> Key: TOMEE-2419
> URL: https://issues.apache.org/jira/browse/TOMEE-2419
> Project: TomEE
>  Issue Type: Wish
>  Components: Website
> Environment: http://tomee.apache.org
>Reporter: Pavel Smajda
>Priority: Critical
>  Labels: infrastructure
> Attachments: use_https.png
>
>
> Certificate needs to be added as soon as possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (TOMEE-2789) TomEE plus(7.0.7) is affected by CVE-2020-1938(BDSA-2020-0339) vulnerability.

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner resolved TOMEE-2789.
---
Resolution: Fixed

The issue has been addressed with the release of TomEE 7.0.8. Please update 
accordingly.

> TomEE plus(7.0.7) is affected by CVE-2020-1938(BDSA-2020-0339) vulnerability. 
> --
>
> Key: TOMEE-2789
> URL: https://issues.apache.org/jira/browse/TOMEE-2789
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.7
>Reporter: Jayaprakash
>Priority: Critical
> Fix For: 7.0.8
>
>
> TomEE plus (7.0.7) is using Apache Tomcat 8.5.50 version which is affected by 
> vulnerability CVE-2020-1938(BDSA-2020-0339) with CVSS score of *9.8* which 
> causes {{Information Disclosure and Potential Remote Code Execution via 
> Apache JServ Protocol (AJP) Connector}}
> Apache Tomcat(8.5.51) addresses this vulnerability. Is there any scheduled 
> release of TomEE plus(7.0.7) with this component ? 
> If not planned, can you please upgrade TomEE plus(7.0.7) with Apache 
> Tomcat(8.5.51) version or later which addresses this vulnerability. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2789) TomEE plus(7.0.7) is affected by CVE-2020-1938(BDSA-2020-0339) vulnerability.

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2789:
--
Fix Version/s: 7.0.8

> TomEE plus(7.0.7) is affected by CVE-2020-1938(BDSA-2020-0339) vulnerability. 
> --
>
> Key: TOMEE-2789
> URL: https://issues.apache.org/jira/browse/TOMEE-2789
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.7
>Reporter: Jayaprakash
>Priority: Critical
> Fix For: 7.0.8
>
>
> TomEE plus (7.0.7) is using Apache Tomcat 8.5.50 version which is affected by 
> vulnerability CVE-2020-1938(BDSA-2020-0339) with CVSS score of *9.8* which 
> causes {{Information Disclosure and Potential Remote Code Execution via 
> Apache JServ Protocol (AJP) Connector}}
> Apache Tomcat(8.5.51) addresses this vulnerability. Is there any scheduled 
> release of TomEE plus(7.0.7) with this component ? 
> If not planned, can you please upgrade TomEE plus(7.0.7) with Apache 
> Tomcat(8.5.51) version or later which addresses this vulnerability. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (TOMEE-2930) MoviesArquillianHtmlUnitTest -> Invalid byte 2 of 2-byte UTF-8 sequence. error.

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner reassigned TOMEE-2930:
-

Assignee: Richard Zowalla

> MoviesArquillianHtmlUnitTest ->  Invalid byte 2 of 2-byte UTF-8 sequence. 
> error.
> 
>
> Key: TOMEE-2930
> URL: https://issues.apache.org/jira/browse/TOMEE-2930
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.10
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 7.0.10
>
>
> The second failing test trowed a: [Fatal Error] :8:23: Invalid byte 2 of
> 2-byte UTF-8 sequence. error.
> [https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (TOMEE-2932) MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 415 Unsupported Media Type

2020-11-27 Thread Martin Wiesner (Jira)


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

Martin Wiesner reassigned TOMEE-2932:
-

Assignee: Richard Zowalla

> MovieServiceTest/addMovie fails with javax.ws.rs.NotSupportedException: HTTP 
> 415 Unsupported Media Type
> ---
>
> Key: TOMEE-2932
> URL: https://issues.apache.org/jira/browse/TOMEE-2932
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.10
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 7.0.10
>
>
> {quote}The thrid failing test: javax.ws.rs.NotSupportedException: HTTP 
> 415Unsupported Media 
> Typehttps://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$tomee-webprofile-embedded/3/testReport/junit/org.superbiz.movie/MovieServiceTest/addMovie/{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (TOMEE-2703) TomEE WebProfile BOM

2019-12-12 Thread Martin Wiesner (Jira)


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

Martin Wiesner reassigned TOMEE-2703:
-

Assignee: Gabriel Ferreira

> TomEE WebProfile BOM
> 
>
> Key: TOMEE-2703
> URL: https://issues.apache.org/jira/browse/TOMEE-2703
> Project: TomEE
>  Issue Type: Improvement
>Reporter: David Blevins
>Assignee: Gabriel Ferreira
>Priority: Major
> Fix For: 8.0.1
>
>
> Single dependency to pull in all TomEE WebProfile dependencies



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (TOMEE-2737) Update some third parties because of CVEs

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner closed TOMEE-2737.
-
Resolution: Resolved

As reported by [~jgallimore], these dependency update tasks have been resolved 
already. Closing issue for next release.

> Update some third parties because of CVEs
> -
>
> Key: TOMEE-2737
> URL: https://issues.apache.org/jira/browse/TOMEE-2737
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: François Courtault
>Priority: Major
> Fix For: 8.0.1
>
>
> Hello,
> There are several CVEs linked to some third parties embedded like jackson and 
> xmlsec (santuario).
> Could you update those third parties ?
> jackson-databind from 2.9.9.3 to 2.9.10 at least--
> xmlsec from 2.1.2 to 2.1.4 at least
> commons-beanutils from 1.9.3 to 1.9.4 (don't know if the latest version fixes 
> any CVE)
> ...
> Best Regards.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2737) Update some third parties because of CVEs

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2737:
--
Fix Version/s: 8.0.1

> Update some third parties because of CVEs
> -
>
> Key: TOMEE-2737
> URL: https://issues.apache.org/jira/browse/TOMEE-2737
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: François Courtault
>Priority: Major
> Fix For: 8.0.1
>
>
> Hello,
> There are several CVEs linked to some third parties embedded like jackson and 
> xmlsec (santuario).
> Could you update those third parties ?
> jackson-databind from 2.9.9.3 to 2.9.10 at least--
> xmlsec from 2.1.2 to 2.1.4 at least
> commons-beanutils from 1.9.3 to 1.9.4 (don't know if the latest version fixes 
> any CVE)
> ...
> Best Regards.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2736) TomEE maven plugin uses incorrect "openejb.home" values when run multiple times via build tooling

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2736:
--
Description: 
With commit 
[6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86],
 a change was introduced in _openejb-core_ module which affects the way the 
*tomee-maven-plugin* could be used for integration-tests with a multi-module 
parent project in Maven (or other build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over correctly 
again, and builds which make use of multiple container startups will work 
correctly as these did with versions <= 8.0.0-M3.

  was:
With commit 
[6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86],
 a change was introduced in openejb-core module which affects the way the 
tomee-maven-plugin could be used for integration-tests with a multi-module 
parent project in Maven (or other build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over correctly 
again, and builds which make use of multiple container startups will work 
correctly as these did with versions <= 8.0.0-M3.


> TomEE maven plugin uses incorrect "openejb.home" values when run multiple 
> times via build tooling
> -
>
> Key: TOMEE-2736
> URL: https://issues.apache.org/jira/browse/TOMEE-2736
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Maven Plugin
>Affects Versions: 8.0.0-Final
> Environment: MacOS 10.x, Ubuntu 18.4 LTS, Maven 3.6.1, JDK 11.0.4
>Reporter: Martin Wiesner
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 8.0.1
>
>
> With commit 
> [6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86],
>  a change was introduced in _openejb-core_ module which affects the way the 
> *tomee-maven-plugin* could be used for integration-tests with a multi-module 
> parent project in Maven (or other build tools). 
> [~rzo1] and me investigated the problem already. We'd like to propose a 
> change for the tomee-maven-plugin so that 'openejb.home' will be handed over 
> correctly again, and builds which make use of multiple container startups 
> will work correctly as these did with versions <= 8.0.0-M3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2734) Upgrade CXF to 3.3.4

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2734:
--
Fix Version/s: 8.0.1

> Upgrade CXF to 3.3.4
> 
>
> Key: TOMEE-2734
> URL: https://issues.apache.org/jira/browse/TOMEE-2734
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 8.0.0-Final
>Reporter: Daniel Dias
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 8.0.1
>
>
> Release Notes  : 
>  
>  
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511=12345996



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2734) Upgrade CXF to 3.3.4

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2734:
--
Affects Version/s: 8.0.0-Final

> Upgrade CXF to 3.3.4
> 
>
> Key: TOMEE-2734
> URL: https://issues.apache.org/jira/browse/TOMEE-2734
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 8.0.0-Final
>Reporter: Daniel Dias
>Priority: Trivial
>  Labels: pull-request-available
>
> Release Notes  : 
>  
>  
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511=12345996



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2736) TomEE maven plugin uses incorrect "openejb.home" values when run multiple times via build tooling

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2736:
--
Description: 
With commit 
[6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86],
 a change was introduced in openejb-core module which affects the way the 
tomee-maven-plugin could be used for integration-tests with a multi-module 
parent project in Maven (or other build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over correctly 
again, and builds which make use of multiple container startups will work 
correctly as these did with versions <= 8.0.0-M3.

  was:
With commit 
[6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86]
 a change was introduced in openejb-core module which affects the way the 
tomee-maven-plugin could be used for integration-tests with a multi-module 
parent project in Maven (or other build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over correctly 
again, and builds which make use of multiple container startups will work 
correctly as these did with versions <= 8.0.0-M3.


> TomEE maven plugin uses incorrect "openejb.home" values when run multiple 
> times via build tooling
> -
>
> Key: TOMEE-2736
> URL: https://issues.apache.org/jira/browse/TOMEE-2736
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Maven Plugin
>Affects Versions: 8.0.0-Final
> Environment: MacOS 10.x, Ubuntu 18.4 LTS, Maven 3.6.1, JDK 11.0.4
>Reporter: Martin Wiesner
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 8.0.1
>
>
> With commit 
> [6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86],
>  a change was introduced in openejb-core module which affects the way the 
> tomee-maven-plugin could be used for integration-tests with a multi-module 
> parent project in Maven (or other build tools). 
> [~rzo1] and me investigated the problem already. We'd like to propose a 
> change for the tomee-maven-plugin so that 'openejb.home' will be handed over 
> correctly again, and builds which make use of multiple container startups 
> will work correctly as these did with versions <= 8.0.0-M3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2736) TomEE maven plugin uses incorrect "openejb.home" values when run multiple times via build tooling

2019-11-13 Thread Martin Wiesner (Jira)


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

Martin Wiesner updated TOMEE-2736:
--
Description: 
With commit 
[6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86]
 a change was introduced in openejb-core module which affects the way the 
tomee-maven-plugin could be used for integration-tests with a multi-module 
parent project in Maven (or other build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over correctly 
again, and builds which make use of multiple container startups will work 
correctly as these did with versions <= 8.0.0-M3.

  was:
With commit 6d5e5a39006492fcd6d1ee5b80cbe460168dba86 a change was introduced in 
openejb-core module which affects the way the tomee-maven-plugin could be used 
for integration-tests with a multi-module parent project in Maven (or other 
build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over 
correctly, again and builds which make use of multiple container startups will 
work correctly as with versions <= 8.0.0-M3.


> TomEE maven plugin uses incorrect "openejb.home" values when run multiple 
> times via build tooling
> -
>
> Key: TOMEE-2736
> URL: https://issues.apache.org/jira/browse/TOMEE-2736
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Maven Plugin
>Affects Versions: 8.0.0-Final
> Environment: MacOS 10.x, Ubuntu 18.4 LTS, Maven 3.6.1, JDK 11.0.4
>Reporter: Martin Wiesner
>Assignee: Richard Zowalla
>Priority: Major
> Fix For: 8.0.1
>
>
> With commit 
> [6d5e5a39006492fcd6d1ee5b80cbe460168dba86|https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86]
>  a change was introduced in openejb-core module which affects the way the 
> tomee-maven-plugin could be used for integration-tests with a multi-module 
> parent project in Maven (or other build tools). 
> [~rzo1] and me investigated the problem already. We'd like to propose a 
> change for the tomee-maven-plugin so that 'openejb.home' will be handed over 
> correctly again, and builds which make use of multiple container startups 
> will work correctly as these did with versions <= 8.0.0-M3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (TOMEE-2736) TomEE maven plugin uses incorrect "openejb.home" values when run multiple times via build tooling

2019-11-13 Thread Martin Wiesner (Jira)
Martin Wiesner created TOMEE-2736:
-

 Summary: TomEE maven plugin uses incorrect "openejb.home" values 
when run multiple times via build tooling
 Key: TOMEE-2736
 URL: https://issues.apache.org/jira/browse/TOMEE-2736
 Project: TomEE
  Issue Type: Bug
  Components: TomEE Maven Plugin
Affects Versions: 8.0.0-Final
 Environment: MacOS 10.x, Ubuntu 18.4 LTS, Maven 3.6.1, JDK 11.0.4
Reporter: Martin Wiesner
Assignee: Richard Zowalla
 Fix For: 8.0.1


With commit 6d5e5a39006492fcd6d1ee5b80cbe460168dba86 a change was introduced in 
openejb-core module which affects the way the tomee-maven-plugin could be used 
for integration-tests with a multi-module parent project in Maven (or other 
build tools). 

[~rzo1] and me investigated the problem already. We'd like to propose a change 
for the tomee-maven-plugin so that 'openejb.home' will be handed over 
correctly, again and builds which make use of multiple container startups will 
work correctly as with versions <= 8.0.0-M3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (TOMEE-2509) wrap FileWriter with BufferedWriter for better performance

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2509.
-
Resolution: Resolved

Resolved for > TomEE-8.0.0-M3 (i.e.: >=M4) via PR: 
https://github.com/apache/tomee/pull/459

> wrap FileWriter with BufferedWriter for better performance
> --
>
> Key: TOMEE-2509
> URL: https://issues.apache.org/jira/browse/TOMEE-2509
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1, 8.0.0-M2, 8.0.0-M3
>Reporter: bd2019us
>Priority: Major
>  Labels: patch, pull-request-available
> Fix For: 8.0.0-Final, 8.0.0-M4
>
> Attachments: 1.patch
>
>
> Location: 
> maven/jarstxt-maven-plugin/src/main/java/org/apache/openejb/maven/jarstxt/JarsTxtMojo.java
> When writing a file intensively in a loop, the FileWriter should be wrapped 
> with a BufferedWriter for better performance since it can significantly 
> reduce the overhead of IO operation.



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


[jira] [Updated] (TOMEE-2509) wrap FileWriter with BufferedWriter for better performance

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2509:
--
Affects Version/s: 8.0.0-M3

> wrap FileWriter with BufferedWriter for better performance
> --
>
> Key: TOMEE-2509
> URL: https://issues.apache.org/jira/browse/TOMEE-2509
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1, 8.0.0-M2, 8.0.0-M3
>Reporter: bd2019us
>Priority: Major
>  Labels: patch, pull-request-available
> Fix For: 8.0.0-Final, 8.0.0-M4
>
> Attachments: 1.patch
>
>
> Location: 
> maven/jarstxt-maven-plugin/src/main/java/org/apache/openejb/maven/jarstxt/JarsTxtMojo.java
> When writing a file intensively in a loop, the FileWriter should be wrapped 
> with a BufferedWriter for better performance since it can significantly 
> reduce the overhead of IO operation.



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


[jira] [Updated] (TOMEE-2509) wrap FileWriter with BufferedWriter for better performance

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2509:
--
Fix Version/s: 8.0.0-M4
   8.0.0-Final

> wrap FileWriter with BufferedWriter for better performance
> --
>
> Key: TOMEE-2509
> URL: https://issues.apache.org/jira/browse/TOMEE-2509
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1, 8.0.0-M2
>Reporter: bd2019us
>Priority: Major
>  Labels: patch, pull-request-available
> Fix For: 8.0.0-Final, 8.0.0-M4
>
> Attachments: 1.patch
>
>
> Location: 
> maven/jarstxt-maven-plugin/src/main/java/org/apache/openejb/maven/jarstxt/JarsTxtMojo.java
> When writing a file intensively in a loop, the FileWriter should be wrapped 
> with a BufferedWriter for better performance since it can significantly 
> reduce the overhead of IO operation.



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


[jira] [Updated] (TOMEE-2509) wrap FileWriter with BufferedWriter for better performance

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2509:
--
Affects Version/s: 8.0.0-M1
   8.0.0-M2

> wrap FileWriter with BufferedWriter for better performance
> --
>
> Key: TOMEE-2509
> URL: https://issues.apache.org/jira/browse/TOMEE-2509
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1, 8.0.0-M2
>Reporter: bd2019us
>Priority: Major
>  Labels: patch, pull-request-available
> Attachments: 1.patch
>
>
> Location: 
> maven/jarstxt-maven-plugin/src/main/java/org/apache/openejb/maven/jarstxt/JarsTxtMojo.java
> When writing a file intensively in a loop, the FileWriter should be wrapped 
> with a BufferedWriter for better performance since it can significantly 
> reduce the overhead of IO operation.



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


[jira] [Closed] (TOMEE-2493) Upgrade bcprov-jdk15on

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2493.
-
Resolution: Resolved

Resolved for TomEE 8.0.0-M3 via PR: https://github.com/apache/tomee/pull/440

> Upgrade bcprov-jdk15on
> --
>
> Key: TOMEE-2493
> URL: https://issues.apache.org/jira/browse/TOMEE-2493
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M2
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>Priority: Major
>  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)


[jira] [Closed] (TOMEE-2381) Add README.adoc to deltaspike-i18n/

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2381.
-
   Resolution: Resolved
Fix Version/s: 8.0.0-M3

Resolved via PR: https://github.com/apache/tomee/pull/435

> Add README.adoc to deltaspike-i18n/
> ---
>
> Key: TOMEE-2381
> URL: https://issues.apache.org/jira/browse/TOMEE-2381
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: David Blevins
>Assignee: Marcos Roberto Ferreira
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>




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


[jira] [Closed] (TOMEE-2521) Apache BVal 2.0.3-SNAPSHOT

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2521.
-
   Resolution: Resolved
Fix Version/s: 8.0.0-M3

Fixed: 
https://github.com/apache/tomee/commit/fcb41fb8f0f2d6f6b3092ea76490d41fbdee8091

> Apache BVal 2.0.3-SNAPSHOT
> --
>
> Key: TOMEE-2521
> URL: https://issues.apache.org/jira/browse/TOMEE-2521
> Project: TomEE
>  Issue Type: Dependency upgrade
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Source:
>  - https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2/



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


[jira] [Commented] (TOMEE-2527) Table on ActiveMQ Resource Adapter Configuration page not rendered correctly

2019-05-28 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850057#comment-16850057
 ] 

Martin Wiesner commented on TOMEE-2527:
---

For reference, PR is here: https://github.com/apache/tomee/pull/472

> Table on ActiveMQ Resource Adapter Configuration page not rendered correctly
> 
>
> Key: TOMEE-2527
> URL: https://issues.apache.org/jira/browse/TOMEE-2527
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Reporter: David Salter
>Assignee: David Salter
>Priority: Major
>  Labels: pull-request-available
>
> On the ActiveMQ Resource Adapter and Configuration page 
> (https://tomee.apache.org/tomee-8.0/docs/activemqresourceadapter-config.html),
>  the table at the end of the page is rendered incorrectly and not as a table.



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


[jira] [Closed] (TOMEE-2527) Table on ActiveMQ Resource Adapter Configuration page not rendered correctly

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2527.
-
Resolution: Resolved

Fixed: 
https://github.com/apache/tomee/commit/18113d1755ad768cb05bbe39b26ec04c979ec427

> Table on ActiveMQ Resource Adapter Configuration page not rendered correctly
> 
>
> Key: TOMEE-2527
> URL: https://issues.apache.org/jira/browse/TOMEE-2527
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Reporter: David Salter
>Assignee: David Salter
>Priority: Major
>  Labels: pull-request-available
>
> On the ActiveMQ Resource Adapter and Configuration page 
> (https://tomee.apache.org/tomee-8.0/docs/activemqresourceadapter-config.html),
>  the table at the end of the page is rendered incorrectly and not as a table.



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


[jira] [Closed] (TOMEE-2497) Upgrade Tomcat in TomEE 7.0.x/7.1.x/8.0.x for CVE-2019-0199

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2497.
-
Resolution: Duplicate

Closed as duplicate of TOMEE-2523 which will bring Tomcat to version 9.0.20 in 
TomEE 8.0.0-M3.

> Upgrade Tomcat in TomEE 7.0.x/7.1.x/8.0.x for CVE-2019-0199
> ---
>
> Key: TOMEE-2497
> URL: https://issues.apache.org/jira/browse/TOMEE-2497
> Project: TomEE
>  Issue Type: Documentation
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M2
>Reporter: Alexandre Vermeerbergen
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 7.0.6, 7.1.1, 8.0.0-M3
>
>
> Hello,
> CVE-2019-0199 Apache Tomcat HTTP/2 DoS seems rather easy to exploit, see: 
> [https://www.mail-archive.com/dev@tomcat.apache.org/msg132386.html]
> Would it be possible to upgrade embedded Tomcat to 8.5.38 / 9.0.16 ASAP for 
> snapshot releases of TomEE 7.0.6, TomEE 7.1.1, TomEE 8.x ?
> Kind regards,
> Alexandre
>  
>  
>  



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


[jira] [Updated] (TOMEE-2498) Translate to Spanish: examples/mp-faulttolerance-fallback

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2498:
--
Affects Version/s: (was: 8.0.0-Final)
Fix Version/s: 8.0.0-M3

> Translate to Spanish: examples/mp-faulttolerance-fallback
> -
>
> Key: TOMEE-2498
> URL: https://issues.apache.org/jira/browse/TOMEE-2498
> Project: TomEE
>  Issue Type: Task
>  Components: Examples and Documentation
>Reporter: Guillermo Díaz Solís
>Assignee: Guillermo Díaz Solís
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Translate into Spanish the README file using a suffix `_es` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Closed] (TOMEE-2480) Translate to Portuguese: examples/simple-rest

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2480.
-
   Resolution: Resolved
Fix Version/s: (was: 8.0.0-Final)
   8.0.0-M3

Resolved via PR: https://github.com/apache/tomee/pull/464

> Translate to Portuguese: examples/simple-rest
> -
>
> Key: TOMEE-2480
> URL: https://issues.apache.org/jira/browse/TOMEE-2480
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Gabriel Ferreira
>Assignee: Gabriel Ferreira
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Closed] (TOMEE-2515) MicroProfile JWT 1.1 Cleanup

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2515.
-
Resolution: Resolved

Resolved via PR: https://github.com/apache/tomee/pull/465

> MicroProfile JWT 1.1 Cleanup
> 
>
> Key: TOMEE-2515
> URL: https://issues.apache.org/jira/browse/TOMEE-2515
> Project: TomEE
>  Issue Type: Improvement
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> Generally impossible to get any logging output that tells the user what's 
> going on.



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


[jira] [Updated] (TOMEE-2274) Upgrade JAXB to latest version (2.3.2)

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2274:
--
Affects Version/s: 8.0.0-M2
  Summary: Upgrade JAXB to latest version (2.3.2)  (was: Upgrade 
JAXB to latest version (2.3.1))

> Upgrade JAXB to latest version (2.3.2)
> --
>
> Key: TOMEE-2274
> URL: https://issues.apache.org/jira/browse/TOMEE-2274
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 1.7.5, 7.0.5, 7.1.0, 8.0.0-M1, 8.0.0-M2
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> Issue with Java 11



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


[jira] [Closed] (TOMEE-2523) Update Tomcat to 8.5.41 and 9.0.20

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2523.
-
Resolution: Resolved

Fixed: 
https://github.com/apache/tomee/commit/9d4df7b90ec666d4467147e22ebed065c58e5a37

> Update Tomcat to 8.5.41 and 9.0.20
> --
>
> Key: TOMEE-2523
> URL: https://issues.apache.org/jira/browse/TOMEE-2523
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M3
>
>




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


[jira] [Commented] (TOMEE-2529) XBean 4.14

2019-05-28 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850040#comment-16850040
 ] 

Martin Wiesner commented on TOMEE-2529:
---

Fixed via 
https://github.com/apache/tomee/commit/eed53503ea8558b7fbeec58a5ee2b9fae544218c

> XBean 4.14
> --
>
> Key: TOMEE-2529
> URL: https://issues.apache.org/jira/browse/TOMEE-2529
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1.0, 8.0.0-M2
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 7.1.1, 8.0.0-M3
>
>




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


[jira] [Comment Edited] (TOMEE-2529) XBean 4.14

2019-05-28 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850040#comment-16850040
 ] 

Martin Wiesner edited comment on TOMEE-2529 at 5/28/19 6:57 PM:


Fixed: 
[https://github.com/apache/tomee/commit/eed53503ea8558b7fbeec58a5ee2b9fae544218c]


was (Author: mawiesne):
Fixed via 
https://github.com/apache/tomee/commit/eed53503ea8558b7fbeec58a5ee2b9fae544218c

> XBean 4.14
> --
>
> Key: TOMEE-2529
> URL: https://issues.apache.org/jira/browse/TOMEE-2529
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1.0, 8.0.0-M2
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 7.1.1, 8.0.0-M3
>
>




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


[jira] [Updated] (TOMEE-2529) XBean 4.14

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2529:
--
Fix Version/s: (was: 8.0.0-Final)

> XBean 4.14
> --
>
> Key: TOMEE-2529
> URL: https://issues.apache.org/jira/browse/TOMEE-2529
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1.0, 8.0.0-M2
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 7.1.1, 8.0.0-M3
>
>




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


[jira] [Updated] (TOMEE-2523) Update Tomcat to 8.5.41 and 9.0.20

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2523:
--
Fix Version/s: (was: 8.0.0-M4)
   8.0.0-M3

> Update Tomcat to 8.5.41 and 9.0.20
> --
>
> Key: TOMEE-2523
> URL: https://issues.apache.org/jira/browse/TOMEE-2523
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M3
>
>




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


[jira] [Closed] (TOMEE-2510) Update to Tomcat 9.0.19, 8.5.40 and 7.096

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner closed TOMEE-2510.
-
Resolution: Duplicate

Closed as duplicate of TOMEE-2523.

> Update to Tomcat 9.0.19, 8.5.40 and 7.096
> -
>
> Key: TOMEE-2510
> URL: https://issues.apache.org/jira/browse/TOMEE-2510
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 1.7.5, 7.1.0, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> This update is necessary to mitigate CVE-2019-0232.



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


[jira] [Updated] (TOMEE-2510) Update to Tomcat 9.0.19, 8.5.40 and 7.096

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2510:
--
Fix Version/s: 8.0.0-M3

> Update to Tomcat 9.0.19, 8.5.40 and 7.096
> -
>
> Key: TOMEE-2510
> URL: https://issues.apache.org/jira/browse/TOMEE-2510
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1.0, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> This update is necessary to mitigate CVE-2019-0232.



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


[jira] [Updated] (TOMEE-2510) Update to Tomcat 9.0.19, 8.5.40 and 7.096

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2510:
--
Affects Version/s: 1.7.5

> Update to Tomcat 9.0.19, 8.5.40 and 7.096
> -
>
> Key: TOMEE-2510
> URL: https://issues.apache.org/jira/browse/TOMEE-2510
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 1.7.5, 7.1.0, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> This update is necessary to mitigate CVE-2019-0232.



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


[jira] [Updated] (TOMEE-2523) Update Tomcat to 8.5.41 and 9.0.20

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2523:
--
Fix Version/s: 8.0.0-M4

> Update Tomcat to 8.5.41 and 9.0.20
> --
>
> Key: TOMEE-2523
> URL: https://issues.apache.org/jira/browse/TOMEE-2523
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M4
>
>




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


[jira] [Updated] (TOMEE-2510) Update to Tomcat 9.0.19, 8.5.40 and 7.096

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2510:
--
Affects Version/s: 7.1.0
   8.0.0-M2

> Update to Tomcat 9.0.19, 8.5.40 and 7.096
> -
>
> Key: TOMEE-2510
> URL: https://issues.apache.org/jira/browse/TOMEE-2510
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1.0, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>
> This update is necessary to mitigate CVE-2019-0232.



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


[jira] [Updated] (TOMEE-2523) Update Tomcat to 8.5.41 and 9.0.20

2019-05-28 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2523:
--
Affects Version/s: 7.1
   8.0.0-M2

> Update Tomcat to 8.5.41 and 9.0.20
> --
>
> Key: TOMEE-2523
> URL: https://issues.apache.org/jira/browse/TOMEE-2523
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.1, 8.0.0-M2
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>




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


[jira] [Resolved] (TOMEE-2399) Add README.adoc to simple-remote-tomcatusers/

2019-01-07 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2399.
---
Resolution: Resolved

Resolved per PR 324, see: [https://github.com/apache/tomee/pull/324]

 

> Add README.adoc to simple-remote-tomcatusers/
> -
>
> Key: TOMEE-2399
> URL: https://issues.apache.org/jira/browse/TOMEE-2399
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: David Blevins
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Resolved] (TOMEE-2436) Add code coverage report to the build

2019-01-07 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2436.
---
Resolution: Resolved

Resolved per PR 336, see: [https://github.com/apache/tomee/pull/336]

 

> Add code coverage report to the build
> -
>
> Key: TOMEE-2436
> URL: https://issues.apache.org/jira/browse/TOMEE-2436
> Project: TomEE
>  Issue Type: New Feature
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
>
> It can be useful to see the code coverage from the test suite. It is proposed 
> that we try using JaCoCo in an optional profile to capture code coverage from 
> the tests.



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


[jira] [Resolved] (TOMEE-2333) MicroProfile JWT Example for mp.jwt.verify.publickey configuration

2019-01-07 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2333.
---
Resolution: Resolved

Resolved per PR 333, see: https://github.com/apache/tomee/pull/333

> MicroProfile JWT Example for mp.jwt.verify.publickey configuration
> --
>
> Key: TOMEE-2333
> URL: https://issues.apache.org/jira/browse/TOMEE-2333
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Roberto Cortez
>Assignee: Ivan St. Ivanov
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Resolved] (TOMEE-2252) Update Apache Johnzon to v1.1.11

2019-01-02 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2252.
---
Resolution: Resolved

Resolved per PR 328, see https://github.com/apache/tomee/pull/328

> Update Apache Johnzon to v1.1.11
> 
>
> Key: TOMEE-2252
> URL: https://issues.apache.org/jira/browse/TOMEE-2252
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Otavio Goncalves de Santana
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Based on the Johnzon issue: https://issues.apache.org/jira/browse/JOHNZON-190
>  The Apache TomEE needs to update this library to version 8.x.



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


[jira] [Resolved] (TOMEE-2405) Migrate MP README's to adoc and create MP index-group

2018-12-29 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2405.
---
Resolution: Resolved

Resolved as per PR 295, see: [https://github.com/apache/tomee/pull/295]

> Migrate MP README's to adoc and create MP index-group
> -
>
> Key: TOMEE-2405
> URL: https://issues.apache.org/jira/browse/TOMEE-2405
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Cesar Hernandez
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: examples, microprofile, pull-request-available
> Fix For: 8.0.0-M2
>
>
>  
> Scope of this ticket:
>  # Migrate README.md to README.adoc for all the examples related with 
> MicroProfile
>  # Update the index-group of ech example related to MicroProfile to add in 
> the website the Category MicroProfile. 
>  



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


[jira] [Issue Comment Deleted] (TOMEE-2345) Add `` to all annotations outside codeblocks

2018-12-29 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2345:
--
Comment: was deleted

(was: Hi,

I'm out of office right now and I'll be back on January 7th 2019, 9:00am CEST.

Best,
M. Wiesner
--
Dipl.-Inform. Med. Martin Wiesner
Research Associate

Medical Informatics
Heilbronn University
Max-Planck-Str. 39
D-74081 Heilbronn

phone: +49 (0)7131 - 504 6947
fax: +49 (0)7131 - 252 470
mail: martin.wies...@hs-heilbronn.de
web: http://www.mi.hs-heilbronn.de/
)

> Add `` to all annotations outside codeblocks
> 
>
> Key: TOMEE-2345
> URL: https://issues.apache.org/jira/browse/TOMEE-2345
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: Carlos Chacin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> We have hacked some code to make improvements on the docs site wide:
>  
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/AsciidocAdjustHeadingLevels.java]
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/GuessAsciidocCodeblockLanguage.java]
>  
> It would be awesome to have one that can put `` around mentions of 
> annotations outside of codeblocks.



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


[jira] [Reopened] (TOMEE-2285) Microprofile Examples

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner reopened TOMEE-2285:
---

As this is a meta-issue with several sub-tasks still open or in progress, I'll 
reopen it, even though a PR with this issue ID has been merged into master 
branch.

> Microprofile Examples
> -
>
> Key: TOMEE-2285
> URL: https://issues.apache.org/jira/browse/TOMEE-2285
> Project: TomEE
>  Issue Type: Task
>  Components: Examples and Documentation
>Affects Versions: 7.1.0, 8.0.0-M1
>Reporter: Ivan Junckes Filho
>Assignee: Michael Redlich
>Priority: Minor
>  Labels: documentation, examples, pull-request-available
> Fix For: 8.0.0-M2
>
>
> The goal of this ticket is to provide a set of sub-tasks with desired 
> MicroProfile examples, so anyone who wants to collaborate knows what is 
> needed.



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


[jira] [Comment Edited] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16727970#comment-16727970
 ] 

Martin Wiesner edited comment on TOMEE-2261 at 12/23/18 1:39 PM:
-

Hi [~jgallimore],

can you provide the commit hashes for the backports to 7.1.x and 7.0.x 
maintenance branches as a comment here, pls?

Best
Martin


was (Author: mawiesne):
Hi [~jgallimore],

can you provide backports to 7.1.x and 7.0.x maintenance branches?

Best

Martin

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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


[jira] [Resolved] (TOMEE-2323) MicroProfile Fault Tolerance Example for @Fallback

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2323.
---
Resolution: Resolved

Resolved per PR 303, see: [https://github.com/apache/tomee/pull/303]

> MicroProfile Fault Tolerance Example for @Fallback
> --
>
> Key: TOMEE-2323
> URL: https://issues.apache.org/jira/browse/TOMEE-2323
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Weverthon Medeiros
>Assignee: Weverthon Medeiros
>Priority: Major
>  Labels: examples, pull-request-available
>
> We would like to have an example for MicroProfile (MP) Fault Tolerance (FT) 
> @Fallback annotation.
> To get up to speed on the FT MP spec please take a look at these blog posts:
> https://www.tomitribe.com/blog/microprofile-fault-tolerance-take-2/
> https://www.tomitribe.com/blog/microprofile-fault-tolerance-annotations/
> https://www.tomitribe.com/blog/tomee-a-tutorial-on-microprofile-fault-tolerance/
> Example name should be mp-faulttolerance-fallback, following the standard 
> already in the project.
> All the examples are in:
> https://github.com/apache/tomee/tree/master/examples
> See this example of @Counted metrics example for reference:
> https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted
> And this example:
> https://github.com/tomitribe/microprofile-samples/tree/master/fault-tolerance/fallback
> The PR has to contain arquillian tests validating the example.



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


[jira] [Commented] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16727970#comment-16727970
 ] 

Martin Wiesner commented on TOMEE-2261:
---

Hi [~jgallimore],

can you provide backports to 7.1.x and 7.0.x maintenance branches?

Best

Martin

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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


[jira] [Resolved] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2261.
---
   Resolution: Resolved
Fix Version/s: 8.0.0-M2

Resolved via PR 301, see: [https://github.com/apache/tomee/pull/301]

Still Open:

Backports for 7.1.x / 7.0.x branches

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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


[jira] [Commented] (TOMEE-2363) Introduce OWASP dependency checking in the Maven build process

2018-12-21 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16726570#comment-16726570
 ] 

Martin Wiesner commented on TOMEE-2363:
---

Backports conducted for 7.0.x and 7.1.0, see PRs:

v7.0.x: [https://github.com/apache/tomee/pull/298]

v7.1.x: [https://github.com/apache/tomee/pull/297]

 

> Introduce OWASP dependency checking in the Maven build process
> --
>
> Key: TOMEE-2363
> URL: https://issues.apache.org/jira/browse/TOMEE-2363
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Richard Zowalla
>Assignee: Richard Zowalla
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1, 8.0.0-M2
>
>
> As discussed on the mailing list
>  
> {quote}Hey, 
>  
> any objectives against automatic checking of known, publicly disclosed 
> dependency vulnerabilities in the Maven build process (e.g. via a profile). 
>  
> I was thinking about introducing OWASP dependency checking (see 
> [https://www.owasp.org/index.php/OWASP_Dependency_Check]) in the TomEE 
> project, so we are aware of security risks introduced by (transient) 
> dependencies. 
>  
> Any thoughs on this? 
>  
> Best, 
>  
> Richard 
> {quote}



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


[jira] [Updated] (TOMEE-2328) Cleanup examples maven structure

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2328:
--
Fix Version/s: 8.0.0-M2

> Cleanup examples maven structure
> 
>
> Key: TOMEE-2328
> URL: https://issues.apache.org/jira/browse/TOMEE-2328
> Project: TomEE
>  Issue Type: Improvement
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Bruno Baptista
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Project folder names and artifact ids not always match.
> Some of the sub-projects are absent from the parent modules... They are
> not being built.
> Some of them declare a Parent in the pom.xml with no need and should be
> removed.
> This jira will address these problems.



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


[jira] [Updated] (TOMEE-2252) Update Apache Johnzon to v1.1.11

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2252:
--
Fix Version/s: (was: 7.0.6)
   (was: 1.7.6)

> Update Apache Johnzon to v1.1.11
> 
>
> Key: TOMEE-2252
> URL: https://issues.apache.org/jira/browse/TOMEE-2252
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Otavio Goncalves de Santana
>Priority: Major
> Fix For: 8.0.0-M2
>
>
> Based on the Johnzon issue: https://issues.apache.org/jira/browse/JOHNZON-190
>  The Apache TomEE needs to update this library to version 8.x.



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


[jira] [Updated] (TOMEE-2328) Cleanup examples maven structure

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2328:
--
Affects Version/s: (was: 8.0.0-M2)
   8.0.0-M1

> Cleanup examples maven structure
> 
>
> Key: TOMEE-2328
> URL: https://issues.apache.org/jira/browse/TOMEE-2328
> Project: TomEE
>  Issue Type: Improvement
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Bruno Baptista
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Project folder names and artifact ids not always match.
> Some of the sub-projects are absent from the parent modules... They are
> not being built.
> Some of them declare a Parent in the pom.xml with no need and should be
> removed.
> This jira will address these problems.



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


[jira] [Updated] (TOMEE-2234) BMP finder returning more than 256 entities

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2234:
--
Affects Version/s: 7.1.0
   8.0.0-M1

> BMP finder returning more than 256 entities
> ---
>
> Key: TOMEE-2234
> URL: https://issues.apache.org/jira/browse/TOMEE-2234
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 1.7.3, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Thomas Lien
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
> Attachments: bmp.zip, sourcecode.zip, ztest.ear.zip, zztest.war
>
>
> Running into a situation where calling an EJB2 BMP finder method that returns 
> more than 256 entities causes subsequent finder calls in the same sessionbean 
> transaction to fail.
>  
> {code:java}
> BigFinderHome bigFinderHome = (BigFinderHome)lookup("BigFinderHome");
> LittleFinderHome littleFinderHome = 
> (LittleFinderHome)lookup("LittleFinderHome");
> for (int i = 1; i < 300; ++i) {
>   // this is a test finder that returns "i" number of entities
>   // once this returns more than 256 it causes the littleFinderHome.findAll
>   // to return BigFinder entities instead of the LittleFinder entities!
>   bigFinderHome.findN(i);
>   Collection littleList = littleFinderHome.findAll();
>   for (Object obj: littleList) {
> if (!(obj instanceof LittleFinder)) {
>   StringBuilder msg = new StringBuilder();
>   msg.append("Failed with " + i + " records. LittleFinder Remote is 
> actually " + obj.getClass().getName() + " Implemented interfaces " + 
> Arrays.toString(obj.getClass().getInterfaces()));
>   if (obj instanceof EJBObject) {
> Object pk = ((EJBObject)obj).getPrimaryKey();
> msg.append(" Primary key value is " + pk);
>   }
>   throw new EJBException(msg.toString());
> }
>   }
> }{code}
>  
> I can replicate this 100% of the time by deploying the attached ztest.ear 
> application and running the FinderTestBean.main function (same as the above 
> code). I have tried this on TomEE versions 1.7.3 and 7.0.5 and they both have 
> the error.
> The error output of my test is as follows
> 09-07 12:25:13 [SEVERE] EjbTransactionUtil.handleSystemException: Failed with 
> 257 records. LittleFinder Remote is actually com.sun.proxy.$Proxy142 
> Implemented interfaces [interface ztest.BigFinder, interface 
> java.io.Serializable, interface org.apache.openejb.core.ivm.IntraVmProxy] 
> Primary key value is 1
>  
> Note that in my test I am configured to use simple jndi lookup names in the 
> system.properties
> openejb.jndiname.format=\\{interfaceClass.simpleName}



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


[jira] [Resolved] (TOMEE-2345) Add `` to all annotations outside codeblocks

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2345.
---
Resolution: Resolved

Resolved via PR 282, see https://github.com/apache/tomee/pull/282

> Add `` to all annotations outside codeblocks
> 
>
> Key: TOMEE-2345
> URL: https://issues.apache.org/jira/browse/TOMEE-2345
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: Carlos Chacin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> We have hacked some code to make improvements on the docs site wide:
>  
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/AsciidocAdjustHeadingLevels.java]
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/GuessAsciidocCodeblockLanguage.java]
>  
> It would be awesome to have one that can put `` around mentions of 
> annotations outside of codeblocks.



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


[jira] [Updated] (TOMEE-2276) Update TomEE with Johnzon 1.0.2

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2276:
--
Affects Version/s: (was: 7.1.1)
   (was: 7.0.6)
   7.0.5
   7.1.0

> Update TomEE with Johnzon 1.0.2
> ---
>
> Key: TOMEE-2276
> URL: https://issues.apache.org/jira/browse/TOMEE-2276
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5, 7.1.0
>Reporter: Bruno Baptista
>Assignee: Daniel Cunha
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1
>
>
> The maintainance branch for johnzon contains important changes, namely:
> **JOHNZON-193 ensure objectbuilder is reusable.
> See: [https://github.com/apache/johnzon/commits/maintenance_1.0.x]
> We should expect for a 1.0.2 release of Johnzon.



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


[jira] [Updated] (TOMEE-2345) Add `` to all annotations outside codeblocks

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2345:
--
Fix Version/s: 8.0.0-M2

> Add `` to all annotations outside codeblocks
> 
>
> Key: TOMEE-2345
> URL: https://issues.apache.org/jira/browse/TOMEE-2345
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: Carlos Chacin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> We have hacked some code to make improvements on the docs site wide:
>  
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/AsciidocAdjustHeadingLevels.java]
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/GuessAsciidocCodeblockLanguage.java]
>  
> It would be awesome to have one that can put `` around mentions of 
> annotations outside of codeblocks.



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


[jira] [Updated] (TOMEE-2345) Add `` to all annotations outside codeblocks

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2345:
--
Affects Version/s: 8.0.0-M1

> Add `` to all annotations outside codeblocks
> 
>
> Key: TOMEE-2345
> URL: https://issues.apache.org/jira/browse/TOMEE-2345
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: Carlos Chacin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> We have hacked some code to make improvements on the docs site wide:
>  
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/AsciidocAdjustHeadingLevels.java]
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/GuessAsciidocCodeblockLanguage.java]
>  
> It would be awesome to have one that can put `` around mentions of 
> annotations outside of codeblocks.



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


[jira] [Comment Edited] (TOMEE-2330) CMP based applications do not deploy on Plume

2018-12-20 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16725675#comment-16725675
 ] 

Martin Wiesner edited comment on TOMEE-2330 at 12/20/18 8:54 AM:
-

Backports for 7.x branches via two PRs:

v7.0.x - PR 283 [https://github.com/apache/tomee/pull/283]

v7.1.x - PR 285 [https://github.com/apache/tomee/pull/285]

 


was (Author: mawiesne):
Backports vor 7.x branches via two PRs:

v7.0.x - PR 283 [https://github.com/apache/tomee/pull/283]

v7.1.x - PR 285 [https://github.com/apache/tomee/pull/285]

 

> CMP based applications do not deploy on Plume
> -
>
> Key: TOMEE-2330
> URL: https://issues.apache.org/jira/browse/TOMEE-2330
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1, 8.0.0-M2
>
>
> CmpMappingTest reproduces. It looks like the root URL in the generated 
> persistence unit is not valid. The artifact deployed on plus or webprofile 
> works fine.
> Here's the exception:
> 07-Dec-2018 16:58:08.853 SEVERE [main] 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal Unable to deploy 
> collapsed ear in war 
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CmpMappingTest]
>  org.apache.openejb.OpenEJBException: Creating application failed: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/webapps/CmpMappingTest:
>  org.apache.openejb.OpenEJBRuntimeException: 
> javax.persistence.PersistenceException: Exception [EclipseLink-28018] 
> (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory): javax.persistence.PersistenceException: Exception 
> [EclipseLink-28018] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1100)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:760)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1309)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1131)
>  at 
> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:134)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5007)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1141)
>  at 
> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1876)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1053)
>  at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:428)
>  at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
>  at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
>  at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
>  at 
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
>  at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
>  at 

[jira] [Commented] (TOMEE-2330) CMP based applications do not deploy on Plume

2018-12-20 Thread Martin Wiesner (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16725675#comment-16725675
 ] 

Martin Wiesner commented on TOMEE-2330:
---

Backports vor 7.x branches via two PRs:

v7.0.x - PR 283 [https://github.com/apache/tomee/pull/283]

v7.1.x - PR 285 [https://github.com/apache/tomee/pull/285]

 

> CMP based applications do not deploy on Plume
> -
>
> Key: TOMEE-2330
> URL: https://issues.apache.org/jira/browse/TOMEE-2330
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1, 8.0.0-M2
>
>
> CmpMappingTest reproduces. It looks like the root URL in the generated 
> persistence unit is not valid. The artifact deployed on plus or webprofile 
> works fine.
> Here's the exception:
> 07-Dec-2018 16:58:08.853 SEVERE [main] 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal Unable to deploy 
> collapsed ear in war 
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CmpMappingTest]
>  org.apache.openejb.OpenEJBException: Creating application failed: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/webapps/CmpMappingTest:
>  org.apache.openejb.OpenEJBRuntimeException: 
> javax.persistence.PersistenceException: Exception [EclipseLink-28018] 
> (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory): javax.persistence.PersistenceException: Exception 
> [EclipseLink-28018] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1100)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:760)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1309)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1131)
>  at 
> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:134)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5007)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1141)
>  at 
> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1876)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1053)
>  at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:428)
>  at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
>  at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
>  at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
>  at 
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
>  at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
>  at 

[jira] [Updated] (TOMEE-2330) CMP based applications do not deploy on Plume

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2330:
--
Fix Version/s: 7.1.1
   7.0.6

> CMP based applications do not deploy on Plume
> -
>
> Key: TOMEE-2330
> URL: https://issues.apache.org/jira/browse/TOMEE-2330
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 7.0.6, 7.1.1, 8.0.0-M2
>
>
> CmpMappingTest reproduces. It looks like the root URL in the generated 
> persistence unit is not valid. The artifact deployed on plus or webprofile 
> works fine.
> Here's the exception:
> 07-Dec-2018 16:58:08.853 SEVERE [main] 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal Unable to deploy 
> collapsed ear in war 
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CmpMappingTest]
>  org.apache.openejb.OpenEJBException: Creating application failed: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/webapps/CmpMappingTest:
>  org.apache.openejb.OpenEJBRuntimeException: 
> javax.persistence.PersistenceException: Exception [EclipseLink-28018] 
> (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory): javax.persistence.PersistenceException: Exception 
> [EclipseLink-28018] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1100)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:760)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1309)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1131)
>  at 
> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:134)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5007)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1141)
>  at 
> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1876)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1053)
>  at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:428)
>  at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
>  at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
>  at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
>  at 
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
>  at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> 

[jira] [Updated] (TOMEE-2330) CMP based applications do not deploy on Plume

2018-12-20 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2330:
--
Affects Version/s: 7.0.5
   7.1.0

> CMP based applications do not deploy on Plume
> -
>
> Key: TOMEE-2330
> URL: https://issues.apache.org/jira/browse/TOMEE-2330
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> CmpMappingTest reproduces. It looks like the root URL in the generated 
> persistence unit is not valid. The artifact deployed on plus or webprofile 
> works fine.
> Here's the exception:
> 07-Dec-2018 16:58:08.853 SEVERE [main] 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal Unable to deploy 
> collapsed ear in war 
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CmpMappingTest]
>  org.apache.openejb.OpenEJBException: Creating application failed: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/webapps/CmpMappingTest:
>  org.apache.openejb.OpenEJBRuntimeException: 
> javax.persistence.PersistenceException: Exception [EclipseLink-28018] 
> (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory): javax.persistence.PersistenceException: Exception 
> [EclipseLink-28018] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): 
> org.eclipse.persistence.exceptions.EntityManagerSetupException
> Exception Description: Predeployment of PersistenceUnit [cmp] failed.
> Internal Exception: java.lang.RuntimeException: 
> java.io.FileNotFoundException: 
> /Users/tomitribe/tmp/apache-tomee-plume-8.0.0-SNAPSHOT/bin/CmpMappingTest (No 
> such file or directory)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1100)
>  at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:760)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1309)
>  at 
> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1131)
>  at 
> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:134)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5007)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1141)
>  at 
> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1876)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
>  at 
> org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1053)
>  at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:428)
>  at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
>  at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
>  at 
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>  at 
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
>  at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
>  at 
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
>  at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
>  at 
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at 
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>  at 
> 

[jira] [Updated] (TOMEE-2242) Upgrade commons-lang3 dependency from old 3.5 to current 3.8 version

2018-12-18 Thread Martin Wiesner (JIRA)


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

Martin Wiesner updated TOMEE-2242:
--
Summary: Upgrade commons-lang3 dependency from old 3.5 to current 3.8 
version  (was: Upgrade commons-lang3 dependency from old 3.5 to current 3.8 
version?)

> Upgrade commons-lang3 dependency from old 3.5 to current 3.8 version
> 
>
> Key: TOMEE-2242
> URL: https://issues.apache.org/jira/browse/TOMEE-2242
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 8.0.0-M1, 7.0.6, 7.1.1
>
>
> Struts 2.5.17 depends on new classes introduced in  commons-lang3-3.6 (class
> org.apache.commons.lang3.reflect.MethodUtils does not have a method 
> getAnnotation method which is expected by struts 2.5.17).
>  
> 1) Would it be possible to upgrade Apache TomEE+ 7.0.6 and higher (7.1/ 8.x 
> branches) dependency on commons-lang3 from 3.5 to latest (3.8) ?



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


  1   2   3   4   >