Re: v1.5.0 Security concern

2012-10-06 Thread Neale Rudd
Hi Guys, In any production hosted environment, this is one of the first things that is changed - but since people might be installing TomEE on VPS's etc... I personally agree that this should be commented out by default. That said, other containers like JBoss ship with security disabled and

Re: Next TomEE release date?

2012-10-01 Thread Neale Rudd
Hi David, Plus and JAX already showing in http://www.apache.org/dist/openejb/, and WP just appeared too :) Great work! Best Regards, Neale - Original Message - From: David Blevins david.blev...@gmail.com To: users@openejb.apache.org Sent: Tuesday, October 02, 2012 3:46 PM Subject:

Re: Help make TomEE official on LinkedIn

2012-08-31 Thread Neale Rudd
Added - Original Message - From: David Blevins david.blev...@gmail.com To: users@openejb.apache.org Sent: Saturday, September 01, 2012 3:43 AM Subject: Help make TomEE official on LinkedIn Help us make TomEE an official Sill on LinkedIn! Here's how Tomcat looks: -

Re: Tomee on port 80 on Linux in Production

2012-07-10 Thread Neale Rudd
. To increase SSL security, see ssllabs.com and the TC7 docs for guides. And as mentioned earlier, uninstall anything you don't *require for production*, on the OS, and on TomEE, to further limit the attack surface. Best Regards, Neale Rudd Metawerx Java Hosting www.metawerx.net - Original

Re: New PoweredBy TomEE wiki page

2012-06-25 Thread Neale Rudd
Hi Zeeman, No problem at all, please contact me directly with your questions. Best Regards, Neale - Original Message - From: zeeman hamz...@fastmail.us To: users@openejb.apache.org Sent: Monday, June 25, 2012 3:50 AM Subject: Re: New PoweredBy TomEE wiki page Hi Neale, Thanks for

New PoweredBy TomEE wiki page

2012-06-24 Thread Neale Rudd
of your screen to do so. Best Regards, Neale Rudd Metawerx Pty Ltd

Re: Tomee Plus instead of Glassfish

2012-06-04 Thread Neale Rudd
My 2c on this: If Glassfish is passing EE6 but has this bug, TomEE should allow this bug. Obviously this is an EE6 suite bug that isn't being checked for yet, since Glassfish is passing. However the test should be added to the EE6 suite in the future so we need to be prepared for it. TomEE

Re: Tomee Plus instead of Glassfish

2012-06-04 Thread Neale Rudd
). Aligning on RI is not always good...aligning just to say we do like others is never good IMO - Romain 2012/6/4 Neale Rudd ne...@metawerx.net My 2c on this: If Glassfish is passing EE6 but has this bug, TomEE should allow this bug. Obviously this is an EE6 suite bug that isn't being

Re: Tomee Plus instead of Glassfish

2012-06-04 Thread Neale Rudd
good IMO - Romain 2012/6/4 Neale Rudd ne...@metawerx.net My 2c on this: If Glassfish is passing EE6 but has this bug, TomEE should allow this bug. Obviously this is an EE6 suite bug that isn't being checked for yet, since Glassfish is passing. However the test should be added to the EE6

Re: Feedback on TomEE 1.0.0

2012-05-31 Thread Neale Rudd
in our discussion directly and work on your project as one of our test-cases. This will help to improve TomEE, and make sure it becomes your ideal dev platform - which ultimately benefits all of us. Reply here, or send me an email privately and we'll get you involved. Best Regards, Neale Rudd

Re: User Stories for 1.0.0 Release Announcement

2012-04-21 Thread Neale Rudd
standard Tomcat apps. Congratulations on 1.0.0! Best Regards, Neale Rudd Metawerx Java Hosting www.metawerx.net - Original Message - From: David Blevins david.blev...@gmail.com To: users@openejb.apache.org Sent: Sunday, April 22, 2012 1:33 AM Subject: ATTN: User Stories for 1.0.0 Release

Re: Feedback on TomEE 1.0.0-beta-2

2012-04-16 Thread Neale Rudd
Hi Eran, Yes I get that too, sometimes twice near the top of the log. I think it's the EJBListener trying to initialise but the openejb app (or tomee app as it's now known) hasn't started yet. Safe to ignore. Best Regards, Neale - Original Message - From: Eran Medan

TomEE startup time improvements in 1.0.0 vs beta2

2012-04-16 Thread Neale Rudd
, 1.0.0 is looking very snappy! Best Regards, Neale Rudd Metawerx Java Hosting http://www.metawerx.net

Re: TomEE startup performance

2012-04-15 Thread Neale Rudd
of issues and maybe too much synchro = slower startup to have a good idea of these use a profiler, you'll find very interesting info. - Romain 2012/4/14 Neale Rudd ne...@metawerx.net Hi Guys, Could someone explain in some more detail what exactly causes the slower startup time in TomEE compared

Re: TomEE startup performance

2012-04-15 Thread Neale Rudd
the AnnotationFinder class (ours and the xbean one, the difference is our one is a fail fast one). - Romain 2012/4/15 Neale Rudd ne...@metawerx.net

Re: Missing web.xml file causes UnknownModuleTypeException

2012-04-13 Thread Neale Rudd
Hi Romain, On beta-3 snapshot, I'm still getting UnknownModuleExceptions on sites with no WEB-INF folder, so not sure if the patch below worked or isn't it in beta-3? If I create an WEB-INF folder the app deploys, as with beta-2 behaviour. Best Regards, Neale

TomEE startup performance

2012-04-13 Thread Neale Rudd
should be reduced at the cost of higher initial CPU load. Ideas? Best Regards, Neale Rudd

Container-specific method to prevent classpath scanning for EE annotations

2012-03-15 Thread Neale Rudd
. Containers such as GlassFish/JBoss have a container-specific mechanism to control/prevent classpath scanning. But I can't see anything for TomEE? Is there a way to prevent these jars being scanned? Best Regards, Neale Rudd Metawerx Pty Ltd www.metawerx.net

Re: OpenEJB vs JBoss

2012-03-15 Thread Neale Rudd
Hi Markus, Very impressed that you're running JEE on an embedded device with 128mb of RAM! Wouldn't have thought that was possible at all! Best Regards, Neale

Re: Container-specific method to prevent classpath scanning for EE annotations

2012-03-15 Thread Neale Rudd
commons-) to avoid to scan 2) WEB-INF/scan.xml - contains the list of classes and/or packages to scan. Here is a sample: http://svn.apache.org/repos/asf/openejb/trunk/openejb/server/openejb-common-cli/src/main/resources/META-INF/scan.xml - Romain 2012/3/15 Neale Rudd ne...@metawerx.net Hi Guys

Re: Missing web.xml file causes UnknownModuleTypeException

2012-03-15 Thread Neale Rudd
Hi Romain, I followed your instructions for the build, thanks for that. However - I get part way then it crashes here in the Core target building plexus: [INFO] [INFO] Building OpenEJB :: Container :: Core [INFO]

Re: Missing web.xml file causes UnknownModuleTypeException

2012-03-06 Thread Neale Rudd
UnknownModuleTypeException Did you try putting an emtpy WEB-INF folder? - Romain 2012/3/6 Neale Rudd ne...@metawerx.net Hi Guys, One of the apps we're trying on TomEE 1.0.0-beta-2 throws an UnknownModuleTypeException when deploying, because it has no WEB-INF/web.xml file. It's a simple static

Re: Unstarted applications not showing in Tomcat Manager

2012-03-06 Thread Neale Rudd
;)) remove the app. In standard Tomcat the error should occur later so the deployement doesn't fail at this moment. - Romain 2012/3/6 Neale Rudd ne...@metawerx.net Hi Guys, I notice on TomEE that when an application doesn't start, it doesn't appear in Tomcat Manager like it would in standard

Re: Missing web.xml file causes UnknownModuleTypeException

2012-03-06 Thread Neale Rudd
jar, war and ear so we need something to distinguish them. The WEB-INF folder is enough (and i think the spec don't say it is optional). - Romain 2012/3/6 Neale Rudd ne...@metawerx.net Hi Romain, Yes - an empty WEB-INF folder works fine, and also it's no problem adding a simple web.xml anyway

Re: Missing web.xml file causes UnknownModuleTypeException

2012-03-06 Thread Neale Rudd
:25 PM Subject: Re: Missing web.xml file causes UnknownModuleTypeException just pushed a test to be able to fallback more easily to webapp. it will probably need some enhancement but it should work. - Romain 2012/3/6 Neale Rudd ne...@metawerx.net Maybe if it has no WEB-INF and no META-INF

Re: Findings from moving a Tomcat 7.0.26 app to TomEE beta 1.0.0 plus

2012-03-06 Thread Neale Rudd
Hi Afryer, Thanks, I tried the META-INF/resources.xml approach, but no luck there either. I still can't get the datasource recognised except via openejb.xml so far. Also when I browse JNDI with the openejb app, I can't see the JNDI resource defined in context.xml or resources.xml, or the

Re: Findings from moving a Tomcat 7.0.26 app to TomEE beta 1.0.0 plus

2012-03-06 Thread Neale Rudd
destroy. This can be demonstrated by adding a resource-ref, reloading, changing the res-ref-name, reloading, then looking at java:comp/env/jdbc - you'll see multiple entries in there. They vanish after the VM is restarted of course. Best Regards, Neale Rudd Metawerx Pty Ltd http

Findings from moving a Tomcat 7.0.26 app to TomEE beta 1.0.0 plus

2012-02-27 Thread Neale Rudd
JtaManaged false /Resource Other than that, everything is running fine! It took about 30 minutes to convert the application from a standard Tomcat 7 app to run on TomEE with the above changes. So great work guys, and keep it up! Best Regards, Neale Rudd Metawerx Pty Ltd http://www.metawerx.net