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

2019-09-10 Thread Richard Zowalla (Jira)


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

Richard Zowalla commented on TOMEE-2294:


Can you verifiy, that it works for you in M3 or 7.1.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
>Reporter: Frans
>Priority: Major
> Fix For: 8.0.0-Final
>
>
> 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.2#803003)


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

2019-09-10 Thread Frans (Jira)


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

Frans commented on TOMEE-2294:
--

I believe I checked this in TomEE 7.1.0

Glad to know it's fixed in the upcoming release! Thanks!

> 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
>Reporter: Frans
>Priority: Major
> Fix For: 8.0.0-Final
>
>
> 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.2#803003)


svn commit: r1866736 - in /tomee/site/trunk/content/tomee-8.0/docs: TCK/ TCK/jakarta-annotations.html index.html

2019-09-10 Thread jgallimore
Author: jgallimore
Date: Tue Sep 10 10:58:30 2019
New Revision: 1866736

URL: http://svn.apache.org/viewvc?rev=1866736&view=rev
Log:
Add TCK page

Added:
tomee/site/trunk/content/tomee-8.0/docs/TCK/
tomee/site/trunk/content/tomee-8.0/docs/TCK/jakarta-annotations.html
Modified:
tomee/site/trunk/content/tomee-8.0/docs/index.html

Added: tomee/site/trunk/content/tomee-8.0/docs/TCK/jakarta-annotations.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/docs/TCK/jakarta-annotations.html?rev=1866736&view=auto
==
--- tomee/site/trunk/content/tomee-8.0/docs/TCK/jakarta-annotations.html (added)
+++ tomee/site/trunk/content/tomee-8.0/docs/TCK/jakarta-annotations.html Tue 
Sep 10 10:58:30 2019
@@ -0,0 +1,279 @@
+
+
+
+
+   
+   
+   
+   Apache TomEE
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-2717626-1']);
+  _gaq.push(['_setDomainName', 'apache.org']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+
+
+
+
+
+   
+   
+   
+   
+   
+
+   
+   
+   
+   Toggle 
navigation
+   
+   
+   
+   
+   
+   
+
+   
+
+
+
+
+   Apache TomEE
+
+   
+   
+   
+   
+   Documentation
+   Community
+   Security
+   Downloads
+   
+   
+   
+  
+   
+   
+   
+
+
+
+
+  
+
+  
+  Jakarta Annotations TCK
+
+  
+
+
+
+
+
+
+
+As part of the Jakarta EE certification, Apache TomEE runs standalone TCKs 
for small components in a standalone manner.
+Of course, as a web profile implementation, Apache TomEE also runs bigger 
tests suites for web profile or MicroProfile for instance.
+
+
+
+
+Technology Compatibility Kit 
(TCK)
+
+
+The Jakarta Annotations, version 1.3 has been executed for the Apache 
Geronimo spec jar
+
+
+
+
+
+org.apache.geronimo.specs
+geronimo-annotation_1.3_spec
+1.2
+provided
+
+
+
+
+
+
+Results
+
+
+
+[javatest.gui] **
+[javatest.gui] All package signatures passed.
+[javatest.gui] Passed classes listed below:
+[javatest.gui] javax.annotation.Generated(static mode)
+[javatest.gui] javax.annotation.Generated(reflection mode)
+[javatest.gui] javax.annotation.ManagedBean(static mode)
+[javatest.gui] javax.annotation.ManagedBean(reflection mode)
+[javatest.gui] javax.annotation.PostConstruct(static mode)
+[javatest.gui] javax.annotation.PostConstruct(reflection mode)
+[javatest.gui] javax.annotation.Priority(static mode)
+[javatest.gui] javax.annotation.Priority(reflection mode)
+[javatest.gui] javax.annotation.PreDestroy(static mode)
+[javatest.gui] javax.annotation.PreDestroy(reflection mode)
+[javatest.gui] javax.annotation.Resource(static mode)
+[javatest.gui] javax.annotation.Resource(reflection mode)
+[javatest.gui] 
javax.annotation.Resource$AuthenticationType(static mode)
+[javatest.gui] 
javax.annotation.Resource$AuthenticationType(reflection mode)
+[javatest.gui] javax.annotation.Resources(static mode

buildbot failure in on tomee-trunk-ubuntu-jvm8

2019-09-10 Thread buildbot
The Buildbot has detected a new failure on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1192

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 8a6cfeaaaf3b93da6554cf23f5b88b61241d2ef2
Blamelist: Jean-Louis Monteiro 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] branch master updated: add jakarta annotations 1.3 TCK results

2019-09-10 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
 new d2838ce  add jakarta annotations 1.3 TCK results
 new 8a6cfea  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/tomee
d2838ce is described below

commit d2838ceebe84003c97ffde3e31cf7c0c78de4553
Author: Jean-Louis Monteiro 
AuthorDate: Tue Sep 10 12:20:48 2019 +0200

add jakarta annotations 1.3 TCK results
---
 docs/TCK/jakarta-annotations.adoc | 83 +++
 1 file changed, 83 insertions(+)

diff --git a/docs/TCK/jakarta-annotations.adoc 
b/docs/TCK/jakarta-annotations.adoc
new file mode 100644
index 000..21f00d0
--- /dev/null
+++ b/docs/TCK/jakarta-annotations.adoc
@@ -0,0 +1,83 @@
+= Jakarta Annotations TCK
+:index-group: TCK
+:jbake-date: 2019-09-09
+:jbake-type: page
+:jbake-status: published
+
+As part of the Jakarta EE certification, Apache TomEE runs standalone TCKs for 
small components in a standalone manner.
+Of course, as a web profile implementation, Apache TomEE also runs bigger 
tests suites for web profile or MicroProfile for instance.
+
+== Technology Compatibility Kit (TCK)
+
+The Jakarta Annotations, version 1.3 has been executed for the Apache Geronimo 
spec jar
+
+
+
+
+org.apache.geronimo.specs
+geronimo-annotation_1.3_spec
+1.2
+provided
+
+
+
+== Results
+
+
+[javatest.gui] **
+[javatest.gui] All package signatures passed.
+[javatest.gui] Passed classes listed below:
+[javatest.gui] javax.annotation.Generated(static mode)
+[javatest.gui] javax.annotation.Generated(reflection mode)
+[javatest.gui] javax.annotation.ManagedBean(static mode)
+[javatest.gui] javax.annotation.ManagedBean(reflection mode)
+[javatest.gui] javax.annotation.PostConstruct(static mode)
+[javatest.gui] javax.annotation.PostConstruct(reflection mode)
+[javatest.gui] javax.annotation.Priority(static mode)
+[javatest.gui] javax.annotation.Priority(reflection mode)
+[javatest.gui] javax.annotation.PreDestroy(static mode)
+[javatest.gui] javax.annotation.PreDestroy(reflection mode)
+[javatest.gui] javax.annotation.Resource(static mode)
+[javatest.gui] javax.annotation.Resource(reflection mode)
+[javatest.gui] 
javax.annotation.Resource$AuthenticationType(static mode)
+[javatest.gui] 
javax.annotation.Resource$AuthenticationType(reflection mode)
+[javatest.gui] javax.annotation.Resources(static mode)
+[javatest.gui] javax.annotation.Resources(reflection mode)
+[javatest.gui] javax.annotation.security.DeclareRoles(static 
mode)
+[javatest.gui] 
javax.annotation.security.DeclareRoles(reflection mode)
+[javatest.gui] javax.annotation.security.DenyAll(static mode)
+[javatest.gui] javax.annotation.security.DenyAll(reflection 
mode)
+[javatest.gui] javax.annotation.security.PermitAll(static mode)
+[javatest.gui] javax.annotation.security.PermitAll(reflection 
mode)
+[javatest.gui] javax.annotation.security.RolesAllowed(static 
mode)
+[javatest.gui] 
javax.annotation.security.RolesAllowed(reflection mode)
+[javatest.gui] javax.annotation.security.RunAs(static mode)
+[javatest.gui] javax.annotation.security.RunAs(reflection mode)
+[javatest.gui] 
javax.annotation.sql.DataSourceDefinition(static mode)
+[javatest.gui] 
javax.annotation.sql.DataSourceDefinition(reflection mode)
+[javatest.gui] 
javax.annotation.sql.DataSourceDefinitions(static mode)
+[javatest.gui] 
javax.annotation.sql.DataSourceDefinitions(reflection mode)
+[javatest.gui] **
+[javatest.gui] **
+[javatest.gui]
+[javatest.gui] 09-09-2019 10:55:38:  cleanup
+[javatest.gui] STATUS:Passed.
+[javatest.gui] Passed.
+[javatest.gui] 

+[javatest.gui] Finished Test:  
PASSEDcom/sun/ts/tests/signaturetest/caj/CAJSigTest.java#signatureTest
+[javatest.gui] 

+[javatest.gui] Number of tests completed:  1 (1 passed, 0 failed, 0 with 
errors)
+[javatest.gui] Number of tests remaining:  0
+[javatest.gui] 

+[javatest.gui] Completed running 1 tests.
+[javatest.gui]