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
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
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
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
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
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
>
> 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
: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
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
-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
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,
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
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
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:
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
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
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,
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
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'
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
41 matches
Mail list logo