Application Instance has more number of total sessions created

2014-12-02 Thread Raghavender Bokka
Hello Team, There are 340 instances set up as round robin but occasionally one or more of the instances has 2 to 3 times more test sessions automatically created than the other instances. Is there a way to prevent this? Here is the round robin setup from the WOConfig.xml file attached. Attache

globalIDForObject without a lock

2014-11-21 Thread Raghavender Bokka
Hi Team, We are getting deadlocks in our production environment. The following is the warning message generated in the log files when we enabled the ERX logging. We are using Project Wonder ERXEC.newEditingContext() throughout the application and we do not have any explicit lock or unlock code

WebObjects application instances hanging - Deadlocks occurring

2014-11-20 Thread Raghavender Bokka
more specific > than "Re: Contents of Webobjects-dev digest..." > > > Today's Topics: > > 1. Re: Ponder docs or examples (Ramsey Gurley) > 2. Re: We need Watson! (Ramsey Gurley) > 3. Re: Own and Propagate (James Cicenia) > 4. Re: WebObjects appli

Re: WebObjects application instances hanging - Deadlocks occurring

2014-11-18 Thread Raghavender Bokka
2w (Ramsey Gurley) > > > -- > > Message: 1 > Date: Mon, 17 Nov 2014 15:03:44 +0100 > From: Ralf Schuchardt > To: Development WebObjects > Subject: Re: WebObjects application instances hanging - Dead

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Raghavender Bokka
-2014, at 2:02 PM, Alexander Spohr wrote: > Write a direct action that you can call from the other app. > > > > Am 16.07.2014 um 08:21 schrieb Raghavender Bokka > : > >> Hello Michael, >> >> If the new tab is closed then the user will be back to the

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
to an application in another tab? Maybe all > you need is to close the new tab? > > Could you please provide an example of urls ? > > Michael > > Sent from my iPhone > >> On Jul 15, 2014, at 09:22, Raghavender Bokka >> wrote: >> >> Thanks for

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
the instance and the session id. Regards, Raghu. On 15-Jul-2014, at 6:39 PM, Michael Kondratov wrote: > Pass a session id along with instance number to spring app. Construct a new > URL in spring app. > > Michael > > Sent from my iPhone > >> On Jul 15, 2014,

Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
Hi, From a WebObjects application I have redirected to a Spring MVC application. And from the Spring MVC application I have to redirect back to WebObjects application that is running in the other tab along with loading a specific page in the WebObjects application. Please advise how this can b

Re: NullPointerException in EODatabaseContext java

2012-06-01 Thread Raghavender Bokka
ee > > - Original Message - From: "Raghavender Bokka" > > To: "Cheong Hee (Gmail)" > Cc: "Development WebObjects" > Sent: Friday, June 01, 2012 2:17 PM > Subject: Re: NullPointerException in EODatabaseContext java > > > Hi Che

Re: NullPointerException in EODatabaseContext java

2012-05-31 Thread Raghavender Bokka
; i guessed one quick way is to invalidate the objects in ec and force it to > refetch from db. > > - Original Message - From: "Raghavender Bokka" > > To: "Development WebObjects" > Sent: Thursday, May 31, 2012 9:04 PM > Subject: NullPointerExceptio

NullPointerException in EODatabaseContext java

2012-05-31 Thread Raghavender Bokka
Hi Team, I have created an enterprise object with one-to-many relationship objects associating. Then in the search page searched for these enterprise objects (that has WODisplayGroup), I am able to view the newly created object, but when I try to select that object to view the details it is ge

login multiple WOApps by passing same login credentials

2012-03-01 Thread Raghavender Bokka
Hi folks, I have two WO apps, both are running using the same user database, and for each app, the user authenticates against that user database before they're let into the app. The userID and the Password are stored in the database table (without encrypted). Now I have added a link in the ap

AjaxDatePicker not working in IE browser

2011-12-28 Thread Raghavender Bokka
Hi List, I am trying to use AjaxDatePicker component, it is working properly in Safari and Firefox, but in IE it is not working. Tried in IE 6, 7 and 8 versions, but the following error is generating: ERROR: -- Message

AjaxDatePicker onDateSelect action issue

2011-12-22 Thread Raghavender Bokka
Hi List, I am trying to use AjaxDatePicker component, I need to perform a javascript function when the date is changed in the AjaxDatePicker component. I tried using "onDateSelect" binding, but the javascript is calling when I click on the date picker input field and not when the date is chang

Ajax Update errors

2011-09-19 Thread Raghavender Bokka
Hi, I am using AjaxUpdateContainer and AjaxObserveField 's and trying to perform ajax updates when I modify data in a text field or when I select Radio button. But when I change any data in the text field that has ajax observe field binding and tab out then no ajax update is performing, the fol

AjaxObserveField and AjaxUpdateContainer Errors

2011-09-16 Thread Raghavender Bokka
Hi Team, I am using AjaxUpdateContainer and AjaxObserveField 's and trying to perform ajax updates when I modify data in a text field or when I select Radio button. But when I change any data in the text field that has ajax observe field binding and tab out then no ajax update is performing, th

Re: NSTimestamp - date-timestamp data fetching issues

2011-06-24 Thread Raghavender Bokka
se. > > May be you have set wrong datatype for that field in your model or in > underlying database. > So your hours and minutes just get truncated. > 5:00 is you timezone? > > On 22.06.2011, at 17:29, Raghavender Bokka wrote: > >> Hi Team, >> >> I am

NSTimestamp - date-timestamp data fetching issues

2011-06-22 Thread Raghavender Bokka
Hi Team, I am trying to fetch the records using NSTimestamp values (that includes date, hours and minutes), and the data is fetched correctly based on the given date and time range parameters. But when I tried printing the fetched Object, the date fields of the object are printing as (2011-01-

Re: AjaxObserveField Update Error

2011-05-12 Thread Raghavender Bokka
uld put NSLogs in the > setters and see what is happening when. > > JMHO > > Ted > > --- On Wed, 5/11/11, Raghavender Bokka > wrote: > >> From: Raghavender Bokka >> Subject: Re: AjaxObserveField Update Error >> To: "Theodore Petrosky" >

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
t; the list of Browser2 > > currently when you fire the AUC, the list is null. > > Just a guess. > > > >> Date: Wed, 11 May 2011 23:37:37 +0530 >> From: Raghavender Bokka >> Subject: AjaxObserveField Update Error >> To: Development WebObjects >

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
; multiple = true; } Regards, Raghu. On 12-May-2011, at 12:38 AM, Theodore Petrosky wrote: > What is this: > > > > > > What is Browser2? It has no quotes and there is no WOD binding. > > Ted > >> Message: 1 >> Date: Wed, 11 May 2011 23:37:37 +0

Re: AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
then it is updating all the components in the page. Please advise. Regards, Raghu. On 12-May-2011, at 12:01 AM, Amedeo Mantica wrote: > Hello, > > Try to put the ajaxupdatecontainer surrounding the entire form > > Regards > Amedeo > > On 11/mag/2011, at 20.07,

AjaxObserveField Update Error

2011-05-11 Thread Raghavender Bokka
Hi, I am trying to update a selection list when a value in the drop down list is changed. I am using "AjaxObserveField" and "AjaxUpdateContainer" components to achieve this functionality. But when I change the value in the drop down list then the entire components or elements existing in the

er.coolcomponents.CCAjaxTabPanel

2011-03-18 Thread Raghavender Bokka
Hi, Can anyone please suggest on er.coolcomponents.CCAjaxTabPanel examples link or sample implementations if any exists. Regards, Raghu. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Page navigation and Persistence

2011-03-14 Thread Raghavender Bokka
Hi, My WebObjects application has 8 top level horizontal menu links and in the side screen vertical navigation I have 4 page links. And all top level horizontal menu link will have the same four pages navigations that are shown in the side screen vertical navigation. So when a User clicks on

AjaxTabbedPanel - Implementation changes

2011-02-02 Thread Raghavender
es not have any form in those pages. Regards, Raghu. On 02-Feb-11, at 12:58 AM, Chuck Hill wrote: On Feb 1, 2011, at 10:54 AM, Raghavender wrote: Hi Chuck, I have implemented AjaxTabbedPanel with eight AjaxTabbedPanelTab 's, in each Tab I am loading a component page. And in that c

AjaxTabbedPanel - Implementation changes

2011-02-01 Thread Raghavender
racking of data while navigating from one page to another in the same AjaxTabbedPanelTab, what changes have to be made, please suggest. Regards, Raghu. On 31-Jan-11, at 11:54 PM, Chuck Hill wrote: On Jan 31, 2011, at 7:19 AM, Raghavender wrote: Hi Chuck, I have loaded a compon

Re: AjaxTabbedPanel - exception while handling request

2011-01-31 Thread Raghavender
Hi Chuck, I have loaded a component page in the AjaxTabbedPannedTab, in that page when I am trying to do some action (in that subcomponent page) then the page is getting cleared off. Any suggestions. Regards, Raghu. On 29-Jan-11, at 10:15 AM, Raghavender wrote: Thanks a lot Chuck, I

Re: AjaxTabbedPanel - exception while handling request

2011-01-28 Thread Raghavender
(AjaxTabbedPanel.java:94) I have no idea what you have on that line, that is an old version.Check your source at that line.Or update Wonder and see if the problem goes away. Chuck On Jan 28, 2011, at 6:09 PM, Raghavender wrote: Hi Chuck, WOActionResults res = super.invokeAction

Re: AjaxTabbedPanel - exception while handling request

2011-01-28 Thread Raghavender
.invokeAction(aRequest, aContext); ... return ((WOResponse)res);// Exception occurring at this line-151. Perhaps if you cast correctly? The issue is with your code, not AjaxTabbedPanel. On Jan 28, 2011, at 6:53 AM, Raghavender wrote: Hi, I am trying to implement Proj

AjaxTabbedPanel - exception while handling request

2011-01-28 Thread Raghavender
Hi, I am trying to implement Project Wonder's AjaxTabbedPanel and AjaxTabbedPanelTab in my application by following the Wonder Ajax Examples from the link http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa/1 . But after added these AjaxTabbedPanel and AjaxTabbedPanelTab i

AjaxUpdateLink and JQuery Superfish menus

2011-01-11 Thread Raghavender
Hi, I am working on WebObjects application, I have implemented JQuery Superfish menus for my application, and trying to implement Ajax(Project Wonder) for these menus using AjaxUpdateLink and AjaxUpdateContainer. Request for any reference or sample example for achieving the Ajax

Ajax Update Container and Mouse Move events issue on IE browser

2010-01-18 Thread Raghavender
down and move positions. Any help would be appreciated. Thanks in advance. Raghavender. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Mouse events - HTML Div element - Dragging Issue - On Safari

2010-01-07 Thread Raghavender
ot;this.style.cursor='Move';" / >& Drag to Move style="font-size:10;font-weight:bold;background-color:#ff3300;" title="Click to Close">X . = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Any help would be appreciated. Thanks, Raghavender

Dynamic construction of Framesets and Frames using Ajax updates/submit

2009-12-17 Thread Raghavender
--- Regards,

Re: AjaxProxy component Usage - String index out of range Exception

2009-12-15 Thread Raghavender
and response string is getting index out of range exception. Thanks, Raghavender. On 14-Dec-09, at 8:15 PM, Raghavender wrote: Hi, I am working on WebObjects application, using AjaxUpdateContainer, AjaxSubmitButton and AjaxProxy components(ProjectWonder). I have used AjaxProxy component

AjaxProxy component Usage - String index out of range Exception

2009-12-14 Thread Raghavender
n(WOWorkerThread.java: 226) at java.lang.Thread.run(Thread.java:613) ----- Regards, Raghavender. ___ Do not post

AJAX UpdatePanel component in Project Wonder?

2009-12-11 Thread Raghavender
ts content during an asynchronous postback. Thanks in advance, Raghavender. ___ 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: http://lis

Re: Dynamic Frame Resize

2009-12-11 Thread Raghavender
er = 0 Regards, Raghavender. On 11-Dec-09, at 1:41 PM, Michael Krone wrote: Hello Raghavender, I see, assuming you have got a frameset like this: then you c

Issue with Ajax Update(ProjectWonder)

2009-12-11 Thread Raghavender
"; else return "false"; } -------- Regards, Raghavender. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (

Re: Dynamic Frame Resize

2009-12-10 Thread Raghavender
ws. But not the "40%,*" frameset rows. I tried just with "document.body.rows" to get the immediate frameset rows(40%,*), but its giving 'undefined' error. Regards, Raghavender. On 10-Dec-09, at 9:44 PM, Michael Krone wrote: parent.document.body.rows? I agre

Dynamic Frame Resize

2009-12-10 Thread Raghavender
. Raghavender. ___ 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: http://lists.apple.com/mailman/options/webobjects-dev/archive

Re: Frames and AjaxUpdateContainer

2009-12-07 Thread Raghavender
Thanks Ramsey Lee Gurley, This worked for me, And I have used 'onClickServer' property to 'AjaxSubmitButton' component becoz i have to call this parent.[frame]. [updateContainerID]Update() once the action method is performed. Regards, Raghavender. On 26-Nov-09, at

Frames and AjaxUpdateContainer

2009-11-25 Thread Raghavender
, raghavender. ___ 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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail

Re: WOAdaptor did not compile sucessfully on Solaris 10 (using Apache 2.2-64)

2009-11-15 Thread Raghavender
\ Libraries have been installed in:\ \'a0\'a0/usr/apache2/libexec\ \ If you ever happen to want to link against installed libraries\ in a given directory, LIBDIR, you must either use libtool, and\ specify the full pathname of the library, or use the `-LLIBDIR'\ flag during linking and do a

WOAdaptor did not compile sucessfully on Solaris 10 (using Apache 2.2-64)

2009-11-13 Thread Raghavender
Hi, I have downloaded the Solaris WO Adaptor archive from the following link: http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Web+Applications-Deployment-Solaris+WO5.3.3 And tried to build the adaptor using the makeAdaptor shell file, but i am unable to build it,

WOAdaptor did not compile sucessfully on Solaris 10 (using Apache 2.2-64)

2009-11-13 Thread Raghavender
Hi, I am trying to compile the "mod_WebObjects.c" source for building the WOAdaptor, environment is Solaris 10 using Apache 2.2.64 version, but getting the following error: - bash-3.00# gcc mod_WebOb

WOFileUpload component of WO 5.4.3 version

2009-10-19 Thread Raghavender
We have an issue with WOFileUpload component of WO 5.4.3 version, if there is a WOFileUpload component in a page then the Form encType should be "multipart/form-data", then in this case the form data is not submitting to the Server. When we remove the WOFileUpload then the form data is submi