Re: WOLips deadlock

2010-12-17 Thread Q
I spoke to mike about this recently, it's a race condition related to locking used for validation and validation caching, it's a difficult one to fix, and the only workaround I can think of would be to disable component validation. On 18/12/2010, at 6:22 AM, Johnny Miller wrote: > I have even a

plist ERRest and dateformatters

2010-12-17 Thread Jesse Tayler
Downloading plist format, I get dates formatted with this funky Etc/GMT timezone, so I try to get a date from the string "2010-12-16 19:25:42 Etc/GMT"; I try a few formats like this or that, fish around and either I'm missing something or somebody's got a dateformat out there which they use wh

Re: Quick ERXEnterpriseObject newly inserted Question --

2010-12-17 Thread Jesse Tayler
On Dec 17, 2010, at 4:56 PM, Ricardo J. Parada wrote: > I like this stuff. I wished I known this before. > which is I why I wish I knew it now! seriously, seems like there's some very nice template action going around here - maybe a consolidation into...well, yet another standard template m

Re: Better key path creation

2010-12-17 Thread Ricardo J. Parada
Oh just when I think I'm building qualifiers in the coolest possible manner. :-) :-) Thanks for sharing... On Dec 17, 2010, at 3:54 PM, John Huss wrote: > If anyone is interested, I recently came up with an EO template enhancement > that allows for much better keypath creation using ERXKey

Re: Quick ERXEnterpriseObject newly inserted Question --

2010-12-17 Thread Jesse Tayler
Oh thanks - ! On Dec 17, 2010, at 3:53 PM, Ramsey Gurley wrote: > I didn't replicate the ERCore templates identically. I don't have the static > variables wrapped in the Key interface. You should not need to regenerate > anything under ERCore. To init() an object nicely, I thought I might s

Better key path creation

2010-12-17 Thread John Huss
If anyone is interested, I recently came up with an EO template enhancement that allows for much better keypath creation using ERXKeys. It works by creating an inner class in each eo class that exposes methods for appending each of it's keys to a key path that is being built. Then you can construc

Re: Quick ERXEnterpriseObject newly inserted Question --

2010-12-17 Thread Jesse Tayler
Right - so, I'm using the template from that link called: "Consolidated WOnder Templates with "Clazz" pattern (Ramsey Gurley)" I downloaded the two java template files and put them in a folder in my project, and set that folder in the eogen -- the templates actually do have some of the clazz st

Re: WOLips deadlock

2010-12-17 Thread Johnny Miller
I have even a stranger problem. Not only did I have this problem in one project but I created a new project (that was a new version of the other project) and I had the same problem in a component that had the same name. I didn't copy and paste anything over because I was afraid that the old fi

Re: WOLips deadlock

2010-12-17 Thread Tim Worman
It doesn't happen to me often but when it doesn't happen, it is when saving changes to a component - specifically in the html editor I believe. Tim Worman UCLA GSE&IS On Dec 17, 2010, at 8:28 AM, Pascal Robert wrote: > I'm getting the exact same problem. Does your deadlocks occurs when you save

Re: Quick ERXEnterpriseObject newly inserted Question --

2010-12-17 Thread David Holt
I linked to the templates earlier in the thread. On 2010-12-17, at 11:24 AM, Jesse Tayler wrote: > What template are you generating your EOs from? > > I'm using _WonderEntity and I don't see clazz stuff in my _Classes > > I look at BugTracker's eogen and I see it using _Entity from CorBusiness

Re: Quick ERXEnterpriseObject newly inserted Question --

2010-12-17 Thread Jesse Tayler
What template are you generating your EOs from? I'm using _WonderEntity and I don't see clazz stuff in my _Classes I look at BugTracker's eogen and I see it using _Entity from CorBusiness but that template seems to be a regular old EO template. On Dec 16, 2010, at 9:25 AM, Ricardo J. Parada

Re: WOLips deadlock

2010-12-17 Thread Joe Kramer
I'm having the same problem. I turned off automatic building and just manually run builds and haven't had a problem since. Joe On Fri, Dec 17, 2010 at 8:28 AM, Pascal Robert wrote: > I'm getting the exact same problem. Does your deadlocks occurs when you > save changes made in a component? > >

Re: WOLips deadlock

2010-12-17 Thread Pascal Robert
I'm getting the exact same problem. Does your deadlocks occurs when you save changes made in a component? You should report your problem to JIRA, see: http://issues.objectstyle.org/jira/browse/WOL-1198 > Hello all > I'v recently upgraded my dev environment to Eclipse 3.6 and a WOLips > versio

Re: HEIGHT AND/OR WIDTH OF AMD's PROBLEM WHILE OPENING WITH ASB/AMDO IN IE8.

2010-12-17 Thread Stefan Klein
Hi, I use the newest Frameworks from Wonder_5_0_0_WebObjects_5_4_Branch/Wonder. It works under IE6, IE7 and IE8. I added some times ago a patch (AjaxModalDialog (modalbox.js) resizeToContent ignores page height) http://issues.objectstyle.org/jira/browse/WONDER-626?page=com.atlassian.jira.plugi

Re: HEIGHT AND/OR WIDTH OF AMD's PROBLEM WHILE OPENING WITH ASB/AMDO IN IE8.

2010-12-17 Thread Chuck Hill
Maybe the IE compatibility mode? Compare the differences in the two versions? I don't use or have IE8. Patches welcome. :-) Chuck On Dec 17, 2010, at 5:59 AM, Sreenivasulu A wrote: > Hi All, > > With old Ajax.frameworks, ERExtension.framework and ERJars AMD is working > with Both ASB a

Apache WebObjects Adaptor crash on Windows2007

2010-12-17 Thread Mertz Stéphan
Hi, We regularly have a crash of Apache because of the WebObjects adaptor with the following log: Thu Dec 16 17:06:58 2010] [error] WOSocket: connect error in NB connect: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was fu

HEIGHT AND/OR WIDTH OF AMD's PROBLEM WHILE OPENING WITH ASB/AMDO IN IE8.

2010-12-17 Thread Sreenivasulu A
Hi All, With old Ajax.frameworks, ERExtension.framework and ERJars *AMD is working with Both ASB and AMDO* in IE 8(Lower versions also). But with *new* Ajax.frameworks, ERExtension.framework and ERJars *also AMD is working* with Both ASB and AMDO upto IE7(*But not with IE8*). But with *the help of

Re: NoSQL (was: MySQL 5.5 goes GA Release)

2010-12-17 Thread Q
On 17/12/2010, at 9:55 AM, Ian Joyner wrote: > Anyone doing NoSQL DBs? > > http://en.wikipedia.org/wiki/NoSQL > http://nosql-database.org/ > > My worry is it's just the OODB people coming back putting 'evil uncle' > hierarchies and networks back into DBMSs. But Cassandra seems to be doing >

WOLips deadlock

2010-12-17 Thread Gennady Kushnir
Hello all I'v recently upgraded my dev environment to Eclipse 3.6 and a WOLips version recommended in wiki I like some new features but now I regularly bump into Eclipse deadlock and have to force quit it. Here is the jstack dump from the last deadlock. I am writing here and not Eclipse support as