Problems with WOJenkins?

2014-06-18 Thread Daniel Roy
Hi all, Is anyone actively using WOJenkins? If so, are you having problems building the Install_WebObjects_And_Wonder job (http://wiki.wocommunity.org/display/documentation/Installing+WebObjects+and+Wonder+for+Jenkins+using+WOJenkins)? I’m setting up a new Jenkins build machine, and the Insta

Re: Problem with wocommunity yum repo

2013-10-19 Thread Daniel Roy
wiki gives a 404… https://raw.github.com/wocommunity/wonder/integration/Utilities/Linux/wocommunity.repo Should I edit the page to correct the URL? Daniel Roy daniel@fuegodigitalmedia.com Tel: +1 613 482 9050 ext 211 Fax: +1 866 622 9479 Toll Free: +1 888 507 5356 www.FuegoDigitalMedia.com

Re: Problem with wocommunity yum repo

2013-10-18 Thread Daniel Roy
Thanks Pascal, please let me know if I can help. Daniel On Oct 18, 2013, at 12:35 PM, wrote: > Great. CentOS is using dates for releases now :-/ Just like Ubuntu. Will try > to find a workaround this week-end. > >> Hi all, >> I noticed a problem with the wocommunity yum repo. When I add the

Problem with wocommunity yum repo

2013-10-18 Thread Daniel Roy
Hi all, I noticed a problem with the wocommunity yum repo. When I add the .repo file and try to install wotaskd, etc, I get this: http://packages.wocommunity.org/CentOS/2013.03/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found” The packages.woc

Adaptor logging timestamp?

2012-12-04 Thread Daniel Roy
Hi, Is there a configuration parameter to add a timestamp to the output of adaptor logging? When I enable logging, I see tons of data, but without timestamps it's difficult to correlate any events from the adaptor with the web server log. Thanks, Daniel

Install_WebObjects_And_Wonder and Wonder Misc frameworks

2012-04-24 Thread Daniel Roy
Hi, I've run into a situation that I can't seem to resolve. One of our frameworks depends on ERDirectToRest, which is located in the Frameworks/Misc location in Wonder. When I use the "frameworks frameworks.install" target in the Install_WebObjects_And_Wonder job, the ERDirectToRest framework

Re: JDBC Connection Debugging information

2012-03-24 Thread Daniel Roy
> > Farrukh > > Chuck Hill wrote: > >> >> On 2012-03-23, at 8:43 AM, Daniel Roy wrote: >> >>> Thanks Chuck. I enabled some debugging info and I see the following >>> happening when I connect to the remote test DB server. When I confi

Re: JDBC Connection Debugging information

2012-03-23 Thread Daniel Roy
:12345[lockOwner] 2012-03-23 11:33:48,477 DEBUG ProcessTest[-:12345 0] NSLog (ERXNSLogLog4jBridge.java:46) - === Commit Internal Transaction @@@ On 2012-03-22, at 2:55 PM, Chuck Hill wrote: > Your JDBC driver might have some logging options. > > > On 2012-03-22, at 11:19 AM

JDBC Connection Debugging information

2012-03-22 Thread Daniel Roy
Hi, Can anyone tell me if it's possible to enable some verbose logging information of the JDBC connection process while an application is starting? I'm debugging an application locally, but I'm trying to connect to an external PostgreSQL server for testing. The application startup process han

Re: Eclipse builds - force custom framework selections to be packaged

2012-03-14 Thread Daniel Roy
-Daniel On 2012-03-14, at 6:35 PM, Pascal Robert wrote: > > Le 2012-03-14 à 16:50, Daniel Roy a écrit : > >> Hi, >> >> Pascal: The projects are linked as WO Frameworks. >> >> I'm trying to figure out how I can build an application (in Jenkins

Re: Eclipse builds - force custom framework selections to be packaged

2012-03-14 Thread Daniel Roy
having to copy the same project 10 times in Eclipse just so they can each have their own set of frameworks references. Am I dreaming that this is possible? Thanks, Daniel On 2012-03-14, at 4:39 PM, Chuck Hill wrote: > > On 2012-03-14, at 1:09 PM, Daniel Roy wrote: > >> Hi,

Re: Jenkins and Framework build path dependency

2012-03-09 Thread Daniel Roy
wrote: > Hi Daniel > > Okay, this is the second question on the subject of "How do I get WOJenkins > to build my modifications to WOnder" > > I'll work on creating a Wiki page to cover this as it seems it isn't a well > understood a topic. For now, read below

Jenkins and Framework build path dependency

2012-03-08 Thread Daniel Roy
Hi, I've setup Jenkins in test to start building our frameworks and applications. WOJenkins is excellent - thank you so much for providing this David Avendasora (and anyone else who may have helped)! We build our own ERPrototypes because we have some custom types we need to use. Our framewor

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-27 Thread Daniel Roy
Thanks Mark. I had enabled this in the past for another application but didn't get a chance to really dig in to the information that it provided - now is probably the time to take a closer look! Daniel Roy daniel@fuegodigitalmedia.com On 2010-04-26, at 2:09 PM, Mark Ritchie wrote:

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Daniel Roy
Hi, I work with Farrukh :) The application was indeed not responding as I recall. Also, we do dispatch requests concurrently (WOAllowsConcurrentRequestHandling=true). I wonder if enabling ERXStatisticsStore would give us some useful information Daniel Roy daniel

Re: All In One Installer broken

2009-12-09 Thread Daniel Roy
up until that point :) Daniel Roy daniel@fuegodigitalmedia.com Software Developer On 2009-12-06, at 2:01 PM, Don Lindsay wrote: Hello; I have an installer that combines everything in one installer. It has been tested on windows, redhat linux, suse linux, ubuntu linux, and various

Re: checking webobject's version

2007-07-05 Thread Tanmoy Roy
Use the following for WebObjects version: defaults read /System/Library/Frameworks/JavaWebObjects.framework/Resources/Info CFBundleShortVersionString For Openbase I am not so sure. On 7/5/07, Florijan Stamenkovic <[EMAIL PROTECTED]> wrote: On Jul 05, 2007, at 17:52, Angelo Chen wrote: > Hi,

Webservices - Newbie

2007-07-02 Thread Tanmoy Roy
Hi all, I am a total newbie to WebSevices world. so kindly pardon my ignorance. I have been developing WebObjects based application for quite some time now. So I will be very comfortable if I can develop a WebServices application in WebObjects. Here is my requirement, there will be a Webpage (no

Re: How to tell what WO version is installed?

2007-03-27 Thread Tanmoy Roy
Hi Janine, Just type in the following command in your terminal: defaults read /System/Library/Frameworks/JavaWebObjects.framework/Resources/Info CFBundleShortVersionString I hope this will resolve your problem Cheers Tanmoy On 3/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, I'

Pagination in WO for a big resultset

2007-03-01 Thread Tanmoy Roy
Hi All, I have page where the resultset fetched from database will be quite big and hence it will be very difficult to fit in a single page. I am thinking of implementing a pagination when 10 rows will be shown at a time. I can implement it using a temp. array which will store first 10 and then

Re: Large deployment advice

2007-02-27 Thread Tanmoy Roy
Hi Ken, I manage quite a big configuration : (> 20 machines , 64 instances/machine) So here what I do get things simpler. 1) I have my App to refresh its cached memory in every 10 minutes (with a WOTimer). 2) AutoRecover is always set to "ON" always for all instances. 3) have added a parameter

Re: Strange Exception in WO 531

2007-01-29 Thread Tanmoy Roy
Hi Art, How do I specify that in xcodebuild command. I am using xcodebuild to compile my code. Please help. Thanks, Tanmoy On 1/29/07, Art Isbell <[EMAIL PROTECTED]> wrote: On Jan 29, 2007, at 10:40 AM, Tanmoy Roy wrote: > We have just upgraded our App-Server boxes with the lat

Strange Exception in WO 531

2007-01-29 Thread Tanmoy Roy
Hi All, We have just upgraded our App-Server boxes with the latest WO531. However after that we are facing a strange exception which is coming up [2007-01-29 13:28:09 GMT] Exception while creating request: java.lang.IllegalArgumentException: : Can not initialize a WORequest with a null meth

XCode build command for XCode 2.2 and above

2007-01-23 Thread Tanmoy Roy
Hi all, I am looking for the xcodebuild command for building a WO application in XCode 2.2.1. Our application uses .properties file with localized texts. We used to build our app. with the following coomand: xcodebuild install -buildstyle Deployment DSTROOT=$HOME/ This command used to work just

Instance recycle itself after a specific load point is reached

2006-12-07 Thread Tanmoy Roy
Hi all, I wanted to know if there is anything available in the WebObjects that will allow the instance to recycle itself after a specific load point is reached. Is something available in the monitor where in I can specify that after an instance gets a specified number of session it will recycle

WO App Server - Request Handling - Parallel or Sequential ?

2006-10-20 Thread Tanmoy Roy
Hi all, We have deployed our WO application using Java Monitor in a OSX Box. We normally have around 10-11 instances of the application running. Normally we see the Active Sesion count to vary between 8-10 always. The monitor shows the average request processing time for our application is around

Re: Re: Web Services - A newbie

2006-07-26 Thread Roy
blank page. It is running fine but no auto generated WSDL document. I am sure missing something. Can you please help ? Thanks Roy On 7/25/06, Mike Schrag <[EMAIL PROTECTED]> wrote: http://en.wikibooks.org/w/index.php? title=Programming:WebObjects#Web_Services On Jul 25, 2006, at 2:17 PM, Roy

Web Services - A newbie

2006-07-25 Thread Roy
into the Apple documentation but my concepts still seems a bit hazy. Any help in this regard will be highly appreciated. Thanks and regards, Roy ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects

Re: Convert UNIX timestamp

2006-06-21 Thread Tanmoy Roy
Hi Drew, I normally use my own method to do what you are trying. Please find attached a sample code which I believe will solve your purpose. In the code I have used system date just for example. You can pass any valid date. USAGE: eyeMAC:~/Desktop ccdbbsr$ javac DateConverter.jav

Java version 1.4.2_09 issues

2006-06-16 Thread Tanmoy Roy
Hi all, I am thinking of upgrading the Java of my system (Powerbook G4) to 1.4.2_09. Please let me know if it will be safe to use the version with my WebObject (5.2.3) and XCode 1.5. -- Thanks and regards, Tanmoy ___ Do not post admin requests to the li

Re: Alternative to Cookie during a Session Timeout

2006-05-24 Thread Papai Roy
Hi Chuck, Apologies for bugging you. But I am still stuck. The exception is generated by the session timeout. And I was inserting the userInfo into the response in the Main.java. Please help Thanks in advance, Roy On 5/24/06, Chuck Hill <[EMAIL PROTECTED]> wrote: On May 24, 2006, at 5

Re: Alternative to Cookie during a Session Timeout

2006-05-24 Thread Papai Roy
per.appendToResponse(r,c); System.out.println("COMPONENT ACTION URL :: "+c) ; } Please let me where am I going wrong Thanking you in advance. Roy On 5/24/06, Chuck Hill <[EMAIL PROTECTED]> wrote: On May 24, 2006, at 5:10 PM, Papai Roy wrote: > Hi Chuck,

Re: Alternative to Cookie during a Session Timeout

2006-05-24 Thread Papai Roy
loop and my encoded URl will be gone. Please clarify. Thanks in advance, Roy On 5/24/06, Chuck Hill <[EMAIL PROTECTED]> wrote: On May 24, 2006, at 3:19 PM, Papai Roy wrote: > Hi all, > I am pecuiliar scenario. I am looking for an alternative to cookie > during a session

Alternative to Cookie during a Session Timeout

2006-05-24 Thread Papai Roy
regenerates the correct page with the correct state back again from the code. Implementing a cookie will serve the purpose but there are limitations which is restricting to implement it. If anyone has any solution to this problem or has implemented something please do let me know. With best regards, Roy

Re: Custom PopUp Problems

2006-04-26 Thread Tanmoy Roy
Hi Scott, Firstly while creating a Custom Component I believe you have created it as a partial document. If so then you must have provided a binding which you must have specified. Now in the Custom DropDown Component you also should have written get-set methods to accept the values. If that is not

Re: Connecting to deployment database for development/testing

2006-03-29 Thread Tanmoy Roy
Hi Zak, I am really fascinated by the way you have handled the connections in EOModel. I have couple of questions regarding this : 1) Going by your code it seems that we can change the connection dictionary at run-time. Am I correct ? 2) If #1 is correct and as far as my little knowledge of WO an

Re: java.lang.outofmemory

2006-03-07 Thread Tanmoy Roy
You can increase the memory in the Monitor setup as well as in the Application where you can add some more memory in the Java Heap which will help in the memory management. On 3/7/06, Randy Wigginton <[EMAIL PROTECTED]> wrote: > > > > Hello, > > My program loads a great deal of data from the datab

Hiding session id in the URL

2006-03-07 Thread Tanmoy Roy
Hi All, I have an application which does quite a lot of form submissions. My application is a secured application and if the Session id is exposed then any user can copy the URL and paste the same in his/her browser then he/she will be able to view the same page as that of the other user. This has

Re: JSON / AJAX Requesthandler from Jean-Fran çois Veillette

2006-02-16 Thread Tanmoy Roy
Hi Jason, Please mark a copy to me as well. Thanks a lot, Tanmoy On 2/15/06, Jean-François Veillette <[EMAIL PROTECTED]> wrote: > For those interested, let me know, I'll send you an archive. > > - jfv > > Le 06-02-14, à 08:38, Rico Landefeld a écrit : > > > hi, > > > > i found many references for

Re: wocheckbox?

2006-01-30 Thread Tanmoy Roy
Hi Leila, We have implemented something in the lines you are planning to do. Kindly let me know if you are populating the WORepitition from an array fetched from a database. If that is the case then add a boolean variable in the .java class that you have generated from the EOModel. Bind the set and

Re: Finding out client IP.

2005-11-30 Thread Tanmoy Roy
Hi Gennady, Please find below a code piece that we use for getting the client IP. public String getIpFromWOContext (WOContext iContext) { String aUserIP = null; if (iContext != null) { if (iContext.request() != null ) aUserIP = iContext.request().heade