Re: Setting: er.extensions.ERXDatabaseContextDelegate.tolerantEntityPattern Property

2021-09-13 Thread Johann Werner via Webobjects-dev
Hi Kwasi, your value of that property is wrong. The description of it says it should be a regular expression. So for your example the property should be: er.extensions.ERXDatabaseContextDelegate.tolerantEntityPattern=^ER(Database)?Attachment$ jw > Am 14.09.2021 um 01:11 schrieb Kwasi O-Ahoofe

Re: How often do you bounce your apps?

2020-08-08 Thread Johann Werner via Webobjects-dev
Hi Aaron, as you mentioned WODynamicElements and documentation about them is very sparse as well being a special beast, let me say some words about them: WOComponent components being the easiest to grasp (and probably most used) represent a WO tag within your HTML templates i.e. every time a pa

Re: Postgress double connections

2020-04-25 Thread Johann Werner via Webobjects-dev
Hi Michael, as far as I remember that is the adapter creating an additional connection to retrieve the list of available data types that (often?) is not closed due to a bug. You can alter your connection string by adding the param useBundledJdbcInfo: dbConnectURLGLOBAL=jdbc:postgresql://your-d

Re: Null / @NotNull Annotations

2019-12-11 Thread Johann Werner via Webobjects-dev
Hi Michael, you could create your own EOGenerator templates to include that annotation. The templates can be found within WOLips sources https://github.com/wocommunity/wolips/tree/master/wolips/core/plugins/org.objectstyle.wolips.eogenerator.core/templates