D2W app and date format problems

2012-06-28 Thread Tim Worman
Hi all: I've got the following rule in my user.d2wmodel file to try and clobber the display of all dates in my ERModern D2W app. 100 : (smartAttribute.className = 'com.webobjects.foundation.NSTimestamp' or propertyKey like '*date*') => formatter = "%m/%d/%Y" [com.webobjects.directtoweb.Assignm

Custom D2W Navigation

2012-06-28 Thread Dawn Lockhart
I have extended ERXNavigationMenu to create a submenu as a drop down list instead of tabs. When I select an item in the drop down, I set the new navigation state in ERXNavigationManager.manager().navigationStateForSession and then I return the correct list page WOComponent. So it correctly navig

Re: WOLips integration branch

2012-06-28 Thread John Huss
I would try with Eclipse Classic, which has everything. On Thu, Jun 28, 2012 at 12:05 PM, Henrique Gomes wrote: > Just tried it now, with 'Eclipse for Java Developers', no luck: > > Cannot complete the install because one or more required items could not > be found. > Software being installed:

Re: WOLips integration branch

2012-06-28 Thread Henrique Gomes
Just tried it now, with 'Eclipse for Java Developers', no luck: Cannot complete the install because one or more required items could not be found. Software being installed: WOLips 3.7.20120626.31 (org.objectstyle.wolips.feature.feature.group 3.7.20120626.31) Missing requirement: WOLips 3.7.2

Re: NEXT_ROOT + embedding + unix/Linux

2012-06-28 Thread Ron Lift
I have never launch an app without using a servlet container like tomcat or JavaMonitor so this was not an issue for me. Deploying the war on tomcat does not required and webobjects setup, and does not use NEXT_ROOT. Now that I understand your issue, I see your problem, just was never a problem for

Re: RHEL 6 High memory usage

2012-06-28 Thread Ron Lift
I still have no luck finding the cause. I only have the problem when the app is deployed on RHEL 6 64 bit running on VMware ESX 4.5. When i run on my laptop VMWare fusion with RHEL 6, memory usage is normal. Is anyone else using this setup? VMware ESX 4.5, RHEL 6.2 64 bit, JavaMonitor, Java 1.6.0.

Change eclipse font size easily

2012-06-28 Thread John Huss
If you're giving a presentation at WOWODC and using Eclipse, or if you do pair-programming occasionally, there is a handy Eclipse plugin that adds some toolbar buttons that allow you change the font size of the editor on the fly. Get it here: https://www.iam.unibe.ch/scg/svn_repos/Sources/b/FontS

Re: WOLips integration branch

2012-06-28 Thread Michael Schmiedgen
Hi Pascal, does WOLips integrate into Eclipse 4.2 Juno, or are there plans to get it working? Michael -- ___ Michael Schmiedgen, BSc Senior Software Engineer Takwa GmbH Friedrich-List-Str. 36 99096 Erfurt GERMANY Tel +49 361 6534096 Fax +49 361 6534097 Mail schmied.

Re: Best place to have some audit trail

2012-06-28 Thread Mark Wardle
I use ERCAuditTrail which does this automatically. However, I'm increasing making my objects immutable after creation and first save. This aligns with my business processes - if someone wants to edit, they unlock (new version created, old version marked as deleted) and save their changes. Then I

Best place to have some audit trail

2012-06-28 Thread Joseph Pachod
Hi We would like to implement some audit like functionality, meaning for all entities (except a few we plan to annotated), we would like to know what was done when and by who (as far as possible). This means that, when creating an new instance, we would like to record all the created data. For an