Cannot rollback Transcation() while a fetch is in progress -- timeout for transaction or editingcontext

2012-01-05 Thread pavan.jayam
Hi, I am encountering "Cannot rollback Transcation() while a fetch is in progress" issue in my application. I am using Webobjects 5.4.3 Oralce 11 for my application. I am trying to set timeout for the transaction and editingContext.saveChanges(), please suggest how to set time out for trans

Re: [OT] Access files on a network share

2012-01-05 Thread Kieran Kelleher
On a related note, this is interesting: http://wdtvforum.com/main/index.php?topic=5393.0 On Jan 5, 2012, at 6:22 PM, Pascal Robert wrote: > > Le 2012-01-05 à 17:47, Kieran Kelleher a écrit : > >> Hi Guys, >> >> So I have a samba file share that I need to access to store files that are >> bei

Re: [OT] Access files on a network share

2012-01-05 Thread Pascal Robert
Le 2012-01-05 à 17:47, Kieran Kelleher a écrit : > Hi Guys, > > So I have a samba file share that I need to access to store files that are > being uploaded via my WO app. > > I can easily mount the samba file share in terminal on Linux or OS X using > built in samba clients. This is what I h

[OT] Access files on a network share

2012-01-05 Thread Kieran Kelleher
Hi Guys, So I have a samba file share that I need to access to store files that are being uploaded via my WO app. I can easily mount the samba file share in terminal on Linux or OS X using built in samba clients. However I reckoned it might be more robust to use a java client to directly acce

Re: rules help

2012-01-05 Thread James Cicenia
A possible different approach is to create a custom component that is just javascript to style the column. I did this to create a check all/ uncheck all to my D2W page. I guess it would depend on the css of your list. Regards James On Jan 5, 2012, at 1:45 PM, Theodore Petrosky wrote: > every

Re: rules help

2012-01-05 Thread Ramsey Gurley
Then probably you want 100 : (entity.name = 'Grid' and object.statusColumnColor = 'Green' and propertyKey='itemStatus') => classForAttributeColumn = highlightGreen [com.webobjects.directtoweb.Assignment] Ramsey On Jan 5, 2012, at 12:45 PM, Theodore Petrosky wrote: > every iteration of this:

Re: rules help

2012-01-05 Thread Theodore Petrosky
every iteration of this: 100 : (entity.name = 'Grid' and object.statusColumnColor = 'Green') => classForAttributeColumn = highlightGreen   [com.webobjects.directtoweb.Assignment],make the all of the columns turn green. I want to target the one column. in this case the column is called itemStatus.

Re: Tutoring

2012-01-05 Thread probert
We could finance the training with the membership funds, especially if it's training useful for many people. Envoyé de mon iPhone Le 2012-01-05 à 10:54, "Ramsey Gurley" a écrit : > Hi Ted (and others interested in tutoring), > > Out of curiosity, I'm wondering what you would consider a fair p

Tutoring

2012-01-05 Thread Ramsey Gurley
Hi Ted (and others interested in tutoring), Out of curiosity, I'm wondering what you would consider a fair price for an hour of live tutoring. One on one or a class of 10. I ask because I have considered putting together a web tutor app using WO + Skype + Paypal. Skype has group screen sharin

Re: rules help

2012-01-05 Thread Ramsey Gurley
In this case you need to look in the component, not the java file. AttColumnHeader : WOGenericContainer { elementName = "th"; class = d2wContext.classForAttributeColumn; } AttColumnCell : WOGenericContainer { elementName = "td"; class = d2wContext.classForAttribute

Re: rules help

2012-01-05 Thread Theodore Petrosky
I am trying to figure out now how to read the source to these D2W items. I see in the ERMDSimpleListPageRepetition.java the: * @d2wKey baseClassForObjectRow I see classForAttributeColumn but I am not able to target it? 100 : (entity.name = 'Grid' and object.statusColumnColor = 'Green') =>

We need assistance for unit testings

2012-01-05 Thread Philippe Rabier
Hi all, During the last WOWODC, one of them said that we could do business between us. It's definitely a good idea. So we need assistance to help us to make real unit tests. So far, we do testing but it's more functional tests (we load fixtures in the database and we test workflows). But we h

Re: Cannot rollbackTransaction() while a fetch is in progress (Was: MySQL 5.0 - note)

2012-01-05 Thread pavan.jayam
Hi, I am facing the same problem with Oracle 11 server and WO 5.4.3. If you have solution please let me know. Your suggestion is really helpful at this time. Regards & Thanks, PJ. ___ Do not post admin requests to the list. They will be ignored. We