Help ..!!

2023-04-21 Thread Kwasi O-Ahoofe via Webobjects-dev
How do I correct this for an WOLips Installed Project Wonder Application?: Error Message is: 2023-04-21 17:18:22,674 {MMM dd HH:mm:ss} ProjectComplianceWonderProduction[64177] WARN NSLog - A fatal exception occurred: class com.webobjects.foundation.NSTimeZone (in unnamed module @0x6f3c660a)

com.webobjects.foundation.NSTimeZone ... exception

2022-01-07 Thread Kwasi O-Ahoofe via Webobjects-dev
Anyone familiar with this error which is occurring after every Java JDK upgrade ? {eg: going from: Eclipse Temurin 11 [11.0.2] ==> Eclipse Temurin 16 [16.0.1] ==> Eclipse Temurin 17 [17.0.2] .. etc} The fatal exception: 2022-01-06 23:26:35,299 {MMM dd HH:mm:ss}

The DRGrouping & WRReporting..?

2021-12-20 Thread Kwasi O-Ahoofe via Webobjects-dev
Another interesting question/riddle to the Project Wonder Community: Are theses Frameworks still useable and how?: DRGrouping & WRReporting

Setting: er.extensions.ERXDatabaseContextDelegate.tolerantEntityPattern Property

2021-09-13 Thread Kwasi O-Ahoofe via Webobjects-dev
Hello: Please, help I’m trying to override this EXCEPTION: My reference: [<< class ERXDatabaseContextDelegate [code]>> /* public boolean databaseContextFailedToFetchObject(EODatabaseContext context, Object object, EOGlobalID gid) */ This

Re: ERAttachment Framework Broken by Anjo Krank's ERXDatabaseContect "HACK"

2021-08-09 Thread Kwasi O-Ahoofe via Webobjects-dev
Hi Paul: Anjo’s “HACK” should test for EMPY and/or NONE-EXISTENT Snapshots for RELATIONSHIPS that have not-been-fetched/accessed yet, meaning dbSnapshot isNULL and dbSnapshot.objectForKey(key) throws exceptions and aborts the save operations!! Thanks. This update is required to FIX the

ERAttachment Framework Broken by Anjo Krank's ERXDatabaseContect "HACK"

2020-09-09 Thread Kwasi O-Ahoofe via Webobjects-dev
Problem: [ak] Hack: Will/Can NEVER be met/satisfied because NEWLY created ERAttachment has an inaccessible relationship to it’s corresponding data in ERAttachmentData. The stringent data validation below throws exception and can’t save the data! Any ideas and/or work arounds? Thanks. Kwasi