Re: [ANN] Apache TomEE 8.0.15

2023-05-16 Thread Adam Cornett
https://tomee.apache.org/8.0.15/release-notes.html > - > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12351820 > > Downloads are available at: https://tomee.apache.org/download.html > > - The Apache TomEE team > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: Problem with KeyStore.load() after upgrading from 7.0.2 to 7.0.4

2017-10-26 Thread Adam Cornett
type is *jks*. Tested with OpenJDK 64-Bit Server VM (build > 25.111-b15, > > mixed mode) and Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, > mixed > > mode). > > > > Any ideias? > > > > Thanks > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: problem using encrypted password with tomee and activemq

2017-03-15 Thread Adam Cornett
rmannibucau.rhcloud.com> | Old Blog > <http://rmannibucau.wordpress.com> | Github <https://github.com/ > rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > > 2017-03-15 17

Re: problem using encrypted password with tomee and activemq

2017-03-15 Thread Adam Cornett
Is this syntax in the timer docs anywhere? On Mar 15, 2017 10:55 AM, "Romain Manni-Bucau" wrote: > Hi > > PasswordCipher is a datasource specific (historic) config, the generic > syntax is: > > cipher:: as value so: > > Password = cipher:Static3DES:Gwk+x41ooEFLrKHpfSmA5g== > > > Romain Manni-Bu

Re: Intermittent @ViewScoped Bean Errors

2017-02-15 Thread Adam Cornett
11, 2017 at 1:41 PM, Romain Manni-Bucau wrote: > 2017-01-11 19:21 GMT+01:00 Adam Cornett : > > > I don't have firm evidence that my application is trying to make > concurrent > > requests, although I can run the server with a debugger attached and try > to >

Re: Intermittent @ViewScoped Bean Errors

2017-01-11 Thread Adam Cornett
n.com/in/rmannibucau> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > > 2017-01-11 18:50 GMT+01:00 Adam Cornett : > > > That is what I suspect is happening, yes. > > > > On Wed, Jan 11, 2017 at 12:45 PM, Romain Manni-Bucau < > > rmannibu..

Re: Intermittent @ViewScoped Bean Errors

2017-01-11 Thread Adam Cornett
Blog > <https://blog-rmannibucau.rhcloud.com> | Old Blog > <http://rmannibucau.wordpress.com> | Github <https://github.com/ > rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > >

Re: Intermittent @ViewScoped Bean Errors

2017-01-11 Thread Adam Cornett
I've reported above. On Sat, Nov 19, 2016 at 3:46 PM, Adam Cornett wrote: > I will see if I can get a reproduceable test project, might be a few days. > > On Nov 19, 2016 2:32 PM, "Romain Manni-Bucau" > wrote: > >> Ok, so next step is to try to reproduce it w

Re: Intermittent @ViewScoped Bean Errors

2016-11-19 Thread Adam Cornett
I will see if I can get a reproduceable test project, might be a few days. On Nov 19, 2016 2:32 PM, "Romain Manni-Bucau" wrote: > Ok, so next step is to try to reproduce it without jsf i guess. Any > hint/help? > > Le 19 nov. 2016 19:54, "Adam Cornett" a écrit

Re: Intermittent @ViewScoped Bean Errors

2016-11-19 Thread Adam Cornett
> <https://javaeefactory-rmannibucau.rhcloud.com> > > 2016-11-18 22:31 GMT+01:00 Adam Cornett : > > > To cut down on the number of places to look I rolled back to TomEE 7.0.1 > > and pulled forward specific libraries: > > TomEE 7.0.1 + MyFaces 2.2.11 = no @ViewSc

Re: Intermittent @ViewScoped Bean Errors

2016-11-18 Thread Adam Cornett
1.7.0 may be the culprit. On Wed, Nov 16, 2016 at 4:04 PM, Romain Manni-Bucau wrote: > 2016-11-16 21:29 GMT+01:00 Adam Cornett : > > > Just coming up with ideas here: what if the listeners being iterated > > through in org.apache.catalina.core.StandardContext. > > fireReq

Re: Intermittent @ViewScoped Bean Errors

2016-11-16 Thread Adam Cornett
implementations and mention Tomcat + OWB. On Wed, Nov 16, 2016 at 12:09 PM, Adam Cornett wrote: > Wouldn't that be easy :) > > I have not been able to reproduce this in a simple test case. After some > more testing on our app I have found that the first stack trace I posted is > act

Re: Intermittent @ViewScoped Bean Errors

2016-11-16 Thread Adam Cornett
faces instance (FacesContext.getCurrentInstance()) when it tries to destroy the beans. On Wed, Nov 16, 2016 at 10:51 AM, Romain Manni-Bucau wrote: > 2016-11-16 16:48 GMT+01:00 Adam Cornett : > > > I don't think so. This error will happen for even the simplest bean: we > >

Re: Intermittent @ViewScoped Bean Errors

2016-11-16 Thread Adam Cornett
xtsService. > > endContext(WebContextsService.java:223) > > at > > org.apache.openejb.server.httpd.BeginWebBeansListener.requestDestroyed( > > BeginWebBeansListener.java:99) > > at > > org.apache.catalina.core.StandardContext.fireRequestDestroyEvent( > > StandardContext.java:5965) > > at > > org.apache.catalina.core.StandardHostValve.invoke( > > StandardHostValve.java:182) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke( > > ErrorReportValve.java:79) > > at > > org.apache.tomee.catalina.OpenEJBSecurityListener$ > RequestCapturer.invoke( > > OpenEJBSecurityListener.java:97) > > at > > org.apache.catalina.core.StandardEngineValve.invoke( > > StandardEngineValve.java:87) > > at > > org.apache.catalina.connector.CoyoteAdapter.service( > > CoyoteAdapter.java:349) > > at > > org.apache.coyote.http11.Http11Processor.service( > Http11Processor.java:784) > > at > > org.apache.coyote.AbstractProcessorLight.process( > > AbstractProcessorLight.java:66) > > at > > org.apache.coyote.AbstractProtocol$ConnectionHandler.process( > > AbstractProtocol.java:802) > > at > > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor. > > doRun(NioEndpoint.java:1410) > > at > > org.apache.tomcat.util.net.SocketProcessorBase.run( > > SocketProcessorBase.java:49) > > at > > java.util.concurrent.ThreadPoolExecutor.runWorker( > > ThreadPoolExecutor.java:1142) > > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run( > > ThreadPoolExecutor.java:617) > > at > > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run( > > TaskThread.java:61) > > at java.lang.Thread.run(Thread.java:745) > > > > > > > > Adam Cornett > > > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Intermittent @ViewScoped Bean Errors

2016-11-16 Thread Adam Cornett
1) at java.lang.Thread.run(Thread.java:745) Adam Cornett

Re: Get JDBC pool capacity

2016-10-28 Thread Adam Cornett
gt; JtaManaged true > > > The ${...} are loaded from a config repository via a Listener in > server.xml. The VaultPassword is handled via custom PasswordCipher > registered via META-INF/org.apache.openejb.cipher.PasswordCipher in a jar > in server/lib. > > -Zac &g

Re: Get JDBC pool capacity

2016-10-28 Thread Adam Cornett
tion pools (XA), so active transactions from the > container's point of view isn't granular enough to know if one of the pools > is running low. > > -Zac > > > > > On Oct 28, 2016, at 13:30, Adam Cornett adam.corn...@gmail.com>> wrote: > > Here is

Re: Get JDBC pool capacity

2016-10-28 Thread Adam Cornett
t; > connections nor what the configured maximum is. > > > > > in openejb MBeans it should be there > > > > Is there a way to get the count of active connections & the configured > max > > for a named connection pool (I can find the names via JMX or JNDI) or for > > all connection pools? > > > > > > Thanks in advance, > > Zac Bedell > > > > > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: Versioning help?

2016-03-10 Thread Adam Cornett
> > > > > > > > > -- > > View this message in context: > > http://tomee-openejb.979440.n4.nabble.com/Versioning-help-tp4677842.html > > Sent from the TomEE Users mailing list archive at Nabble.com. > > > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: How to bypass Check of SSL certificate ?

2015-10-30 Thread Adam Cornett
how to proceed, because CXF is embedded inside Tomee, and I > can't find any configuration file where to add this code. > > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/How-to-bypass-Check-of-SSL-certificate-tp4676657.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: 7.0.0 snapshot download url

2015-09-19 Thread Adam Cornett
b.979440.n4.nabble.com/7-0-0-snapshot-download-url-tp4676300.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Adam Cornett adam.corn...@gmail.com (678) 296-1150

Re: Fatal Error creating DataSource in TomEE 7.0-SNAPSHOT

2015-06-12 Thread Adam Cornett
Thanks, using the snapshot from last night resolves the issue. On Fri, Jun 12, 2015 at 1:45 AM, Romain Manni-Bucau wrote: > Think i fixed it yesterday > Le 12 juin 2015 05:15, "Adam Cornett" a écrit : > > > Just updated to the current snapshot (from the one a few days

Fatal Error creating DataSource in TomEE 7.0-SNAPSHOT

2015-06-11 Thread Adam Cornett
java.lang.reflect.Method.invoke(Method.java:497) at org.apache.xbean.recipe.ObjectRecipe$MethodMember.setValue(ObjectRecipe.java:641) at org.apache.xbean.recipe.ObjectRecipe.setProperty(ObjectRecipe.java:512) ... 24 more This obviously breaks all the things. - Adam Cornett

Re: ClassCastException when deploying EAR using 7.0.0-SNAPSHOT

2015-05-22 Thread Adam Cornett
u : > > > Hi > > > > This doesnt happen with 1.7? > > Le 21 mai 2015 22:53, "Adam Cornett" a écrit : > > > >> This happens if the EAR has a persistence.xml file in it's META-INF > >> directory. > >> >

ClassCastException when deploying EAR using 7.0.0-SNAPSHOT

2015-05-21 Thread Adam Cornett
This happens if the EAR has a persistence.xml file in it's META-INF directory. ERROR OpenEJB.startup - OpenEJB has encountered a fatal error and cannot be started: Assembler failed to build the container system. org.apache.openejb.OpenEJBException: java.lang.ClassCastException: java.net.URL cannot

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
possible > > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > &

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
Sorry, by original I mean the one packaged in the original tomee zip file. On Tue, May 5, 2015 at 11:04 AM, Adam Cornett wrote: > That won't work since the original file contains the tag but it is > commented out, so a simple string matching catches the value in the comment >

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > > 2015-05-05 16:52 GMT+02:00 Adam Cornett : > > > Perhaps I have not done a good job explaining how I'm using (abusing?) > the > > tomee p

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
} +}catch(Exception e){ +getLog().error("Exception updating " + file.getName(), e); +} final File appsFolder = new File(catalinaBase, "apps"); if (!appsFolder.exists() && !appsFolder.mkdirs()) { On Tue, May

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
bucau> | Tomitriber > <http://www.tomitribe.com> > > 2015-05-05 16:01 GMT+02:00 Adam Cornett : > > > Since the conf is loaded into the zip file when we build it we are not > > re-supplying the conf each time we use the plugin. Since all of our apps > > use a co

Re: Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
: > Hi > > > 2015-05-05 15:47 GMT+02:00 Adam Cornett : > > > We use TomEE in several applications, and to speed up builds and > > standardize our deployments, we use the Maven plugin to create a TomEE > zip > > already configured with our libraries and configura

Maven plugin overwriting tomee.xml when using custom zip artifact

2015-05-05 Thread Adam Cornett
y existing changes. If this needs further changes or refinement in order to be accepted into the project I'd be glad to continue to work on it based on feedback. - Adam Cornett

Re: TomEE 1.7.1 Duplicate App Deployment when autoDeploy="true"

2015-02-27 Thread Adam Cornett
Entered into JIRA under TOMEE-1521 ( https://issues.apache.org/jira/browse/TOMEE-1521), I'll continue discussion about the fix there as needed. On Fri, Feb 27, 2015 at 11:14 AM, Adam Cornett wrote: > I'll take a look at AutoDeployer and see if I can come up with a patch and > s

Re: TomEE 1.7.1 Duplicate App Deployment when autoDeploy="true"

2015-02-27 Thread Adam Cornett
ou want to propose a fix > it would be welcomed (guess just handling unpacking is the fix to do) > > > Romain Manni-Bucau > @rmannibucau > http://www.tomitribe.com > http://rmannibucau.wordpress.com > https://github.com/rmannibucau > > > 2015-02-26 19:

TomEE 1.7.1 Duplicate App Deployment when autoDeploy="true"

2015-02-26 Thread Adam Cornett
o function correctly, but start up does take longer (~5 sec) due to the failed deployment attempt. - Adam Cornett

Re: Error when Faces Servlet declared in web-fragment.xml

2014-12-18 Thread Adam Cornett
arameter > > > > > > Romain Manni-Bucau > > @rmannibucau > > http://www.tomitribe.com > > http://rmannibucau.wordpress.com > > https://github.com/rmannibucau > > > > > > 2014-12-18 17:04 GMT+01:00 Adam Cornett : > >> When the Faces Servl

Error when Faces Servlet declared in web-fragment.xml

2014-12-18 Thread Adam Cornett
same code in all of my web.xml files I'd like to have the settings in a shared library that all of my WARs already include. I have a minimal example project here: https://github.com/acornett/jsf-servlet-test Is there something I'm missing, or have I stumbled upon a bug? - Adam Cornett