logging database connection losses

2015-11-30 Thread Michael Kondratov
Is there an easy way to log database connection losses? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists

Re: wotaskd reliability

2015-11-30 Thread T Worman
Just out of curiosity, what would be your preferred way to do this so that it sticks through deployments? Certainly, the launch script can be edited but that gets wiped out with a new build. There’s a few ways I suppose. Add it to the launchd script? Tim UCLA GSE&IS > On Nov 29, 2015, at 2:14

Re: Odd backtracking error

2015-11-30 Thread Mark Wardle
Thank you for all of the replies relating to this. I had used a direct action but was getting the same problem and do think it might relate to not picking up the cookie properly. It is difficult to test as it doesn’t happen on all machines - only some specific Windows 7/IE clients in a particula

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-30 Thread Johann Werner
Hi Ricardo, you should create a branch off from the official master branch and make your changes on that one. How to do that depends on the way you interact with git (e.g. git command line, Tower, SourceTree, …). Then you can create your pull request against the master branch. If the flying sa

Re: WO Maven getting started

2015-11-30 Thread Ramsey Gurley
I run the application in Eclipse the same as I always did. Right-click Application.java, Run as->WOApplication. On Nov 30, 2015, at 1:26 PM, jazzsalsa wrote: > Great! Thanks Ramsey, that works perfect. > > mvn clean package and mvn clean install work. > > How do I run the WOApplication in ecl

Re: WO Maven getting started

2015-11-30 Thread jazzsalsa
Great! Thanks Ramsey, that works perfect. mvn clean package and mvn clean install work. How do I run the WOApplication in eclipse now? mvn clean jetty:run-war does not work Regards, Bart On Mon, 2015-11-30 at 10:35 -0700, Ramsey Gurley wrote: > Try with > > -DarchetypeVersion=2.2-SNAPSHOT >

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-30 Thread Ricardo Parada
Hi Paul, These are the links to the pages with the jar files. Just click the Download jar button on each of those pages and you will get the corresponding jar files. http://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-core/9.0.8

RE: WOWODC 2016: call for papers!

2015-11-30 Thread Pascal Robert
They are available to paid members for now. They will be released for free in late February. De : Theodore Petrosky Envoyé : 30 novembre 2015 13:35 À : Aaron Rosenzweig Cc : Pascal Robert; WebObjects-Dev Objet : Re: WOWODC 2016: call for papers! When are the vi

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-30 Thread Ricardo Parada
Hi all, I was trying to create a pull request to remove core-rederer-20101006.jar from ERPDFGeneration and add flying-saucer-core-9.0.8.jar and flying-saucer-pdf-9.0.8.jar. However the fork I have of wonder on my github account is really old and I’m confused how to go about doing this. I’m no

Re: WO Maven getting started

2015-11-30 Thread Ramsey Gurley
Try with -DarchetypeVersion=2.2-SNAPSHOT In fact, do this: Install m2e in eclipse if you haven’t already Go to eclipse preferences, Maven->Archetypes, click “Add Remote Catalog...” button and add Catalog File: http://maven.wocommunity.org/service/local/repositories/snapshots/content/archetyp

Re: WO Maven getting started

2015-11-30 Thread jazzsalsa
Hi Ramsey, Henrique, Thanks for fixing how hard is was to work with Maven. Much easier now, but not quite there yet. I followed this page and looked at the email thread on the list around 18-Sep-15: https://wiki.wocommunity.org/display/WOL/Quick+Start This works (step 4): mvn archetype:generate

Re: wotaskd reliability

2015-11-30 Thread Pascal Robert
> Le 2015-11-29 à 16:09, Chuck Hill a écrit : > > If it is load related, I’d look at the application first. You might also be > running low on file handles or other system resources. Linux is likely > better configured in that respect. Yes. For example, the default for the maximum number of

Re: El Capitan Apache Seg Fault

2015-11-30 Thread Patrick Middleton
Another choice is to install JavaMonitor as a regular application, with a single instance, always running. JavaMonitor has its own password protection, but use Apache access permissions to further lock down access to it. -- Patrick On 29/11/2015 20:09, Tim Worman wrote: >Jeff: > >Even