Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
gt; Ralf > > > On 18 Jan 2022, at 10:46, Mark Wardle via Webobjects-dev wrote: > > Thanks Paul. > > I have nuked my local installation of eclipse. I did have dashes in the > path to my workspace. I tried an installation on a fresh machine, but with > latest eclipse (4), a

Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
com> wrote: > Hi Mark, > > On 18 Jan 2022, at 8:16 pm, Mark Wardle wrote: > > I have nuked my local installation of eclipse. I did have dashes in the > path to my workspace. I tried an installation on a fresh machine, but with > latest eclipse (4), and I now get NPE when I try

Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
Jan 2022, at 6:27 pm, Mark Wardle wrote: > > I suspect you fixed it through a special incantation on the first blood > red moon of April. > > Anyway, I clearly have a different environment when running at the command > line compared to in eclipse. > > > Eclipse isn't doi

Re: Hello again

2022-01-17 Thread Mark Wardle via Webobjects-dev
been using for quite some time! Mark On Mon, 17 Jan 2022 at 22:36, Paul Hoadley via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > Hi Mark, > > On 17 Jan 2022, at 6:04 pm, Mark Wardle wrote: > > Right. It *is* all working - from the command-line. > >

Re: Hello again

2022-01-17 Thread Mark Wardle via Webobjects-dev
ed—anything else? On Mon, 17 Jan 2022 at 07:34, Mark Wardle wrote: > Right. It *is* all working - from the command-line. > > But it is eclipse that is having problems. For some reason I get a 'no > model found' in this model group error. > > Jan 17 07:16:57 RSNews[59144] WARN N

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
control or add them to .gitignore now? On Sun, 16 Jan 2022 at 22:08, Paul Hoadley via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > On 17 Jan 2022, at 8:05 am, Mark Wardle wrote: > > Thanks to Paul and all involved in building the maven plugin and support > for WebObje

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
dles ahead. Here be dragons. On Sun, 16 Jan 2022 at 07:32, Mark Wardle wrote: > Hi Paul! Hope you are keeping well! Thanks for the reply. It looks very > helpful - replies inline below. > > On Sun, 16 Jan 2022 at 00:52, Paul Hoadley via Webobjects-dev < > webobjects-dev@lists.ap

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
is building and running using java8 whereas my command-line has been java 11 for a long time now! Could it a java 11 issue? Do others build using maven using java 11 and WO/Project Wonder? Mark On Sun, 16 Jan 2022 at 07:32, Mark Wardle wrote: > Hi Paul! Hope you are keeping well! Tha

Re: Hello again

2022-01-15 Thread Mark Wardle via Webobjects-dev
Hi Paul! Hope you are keeping well! Thanks for the reply. It looks very helpful - replies inline below. On Sun, 16 Jan 2022 at 00:52, Paul Hoadley via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > Hi Mark, > > On 16 Jan 2022, at 8:32 am, Mark Wardle via Webobjects-dev

Hello again

2022-01-15 Thread Mark Wardle via Webobjects-dev
y from ant for this build, and I need to simplify my frameworks, so moving to maven seems like an important step in modernising my build. Mark -- Dr. Mark Wardle Consultant Neurologist and Clinical informatician, University Hospital Wales, Cardiff, UK Chair, NHS Wales Technical Standards Board. Email

RuleModeler and Catalina

2019-11-03 Thread Mark Wardle via Webobjects-dev
64-bits. I seem to recall a WOLips RuleModeler as well at some point in the distant past, but I always thought it wasn't completed. Mark -- Dr. Mark Wardle ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (

Re: Enterprise objects stored in JSON or byte

2018-12-19 Thread Mark Wardle
l, and it's still in use. > Are you wedded to the dynamic model approach you describe, Mark? > > > -- > Paul Hoadley > https://logicsquad.net/ > https://www.linkedin.com/company/logic-squad/ > > -- Dr. Mark Wardle Consultant Neurologist and Clinical informatic

Re: Enterprise objects stored in JSON or byte

2018-12-19 Thread Mark Wardle
r each answer in order. For easy D2W integration, I think you > can initialize a new form with blank answers and simply use the D2W magic > to display the complete form (using an ordered toMany from the > CompletedForm entity to it's answers) . > > Regards, > > Samuel > > >

Re: Enterprise objects stored in JSON or byte

2018-12-19 Thread Mark Wardle
t; > I’m trying to imagine what you’re after a bit but modeler could be thought > of as an editor for EOEntities which are meant to be structured and could > just as easily be created in memory vs. loaded from a model file but I’d > wonder why > > > > > > On Dec 19, 2018, at 1

Enterprise objects stored in JSON or byte

2018-12-19 Thread Mark Wardle
I want to define a group enterprise objects at runtime and yet use them in a fairly similar way to "normal" enterprise objects. Essentially, I want a generic object that is backed by a NSDictionary (or other persistence mechanism like bytes/protobuf) and has a defined behaviour class. I would

Re: Long responses, without a session?

2018-05-29 Thread Mark Wardle
essiion.setTimeOut(3*3600); // for 3 hours > > I now tend to add an AjaxPing to my wrapper and use shorter session. > > Regards, > > Samuel > > > > Le 24 mai 2018 à 17:18, Mark Wardle a écrit : > > > > Hi all, > > > > I am cleaning up some cod

Long responses, without a session?

2018-05-24 Thread Mark Wardle
Hi all, I am cleaning up some code and identifying some long-acting responses that sometimes take 2-3 seconds because they call external services over a network. I'd like to turn them into long responses to show users that something is happening and also prevent alerts in my log files. One of the

PatientCare - EPR

2018-02-13 Thread Mark Wardle
I wrote a working EPR in my spare time and WebObjects (and Project Wonder), as I have said before, has been a critical component in making that possible. It took me a only a day of work to re-skin my entire application to a more modern and responsive look, and I posted some information about it

Re: Apache static file problems - Centos 7

2018-01-26 Thread Mark Wardle
gt; Do you have a configuration in the webobjects.conf > file, or just ? > > Stéphan > > > Le 24 janv. 2018 à 00:07, Mark Wardle <m...@wardle.org> a écrit : > > Dear all, > > I have migrated an application to a new server, in the process upgrading > from C

Apache static file problems - Centos 7

2018-01-23 Thread Mark Wardle
Dear all, I have migrated an application to a new server, in the process upgrading from Centos 5 to 7, PostgreSQL 8 to 10 and apache 2.2 to 2.4 Apart from a nasty ScriptAlias declaration that needed commenting out, installing was mostly a breeze. I have an odd problem with apache delivering (or

Re: Migrating to google cloud

2017-07-25 Thread Mark Wardle
> -- > Paul Hoadley > https://logicsquad.net/ <https://logicsquad.net/> > https://www.linkedin.com/company/logic-squad/ > > > > -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter:

Migrating to google cloud

2017-07-21 Thread Mark Wardle
Best wishes, Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone: 02920745274 (secretary) or facsimile: 02920744166 ___ Do not post

Re: using value conversion/factory to encode objects in blobs

2017-02-26 Thread Mark Wardle
> > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webob

Re: Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-10-16 Thread Mark Wardle
Paul, you’re a better man than me! I really will do this now you’ve proven it is possible…. probably next week… maybe! Mark > On 16 Oct 2016, at 01:05, Paul Hoadley <pa...@logicsquad.net> wrote: > > Hi Mark, > > On 6 Sep 2016, at 10:04 PM, Mark Wardle <m...

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Mark Wardle
Thanks Hugi , that's great - as I have only a handful of directories so certainly a reasonable workaround. I'm definitely going to try this soon! Mark -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) > On 10 Oct 2016, at 16:45, Hugi Thordarson <h...@karlm

Re: Maven with subdirectories within the src/main/components/ path

2016-10-09 Thread Mark Wardle
someone has fixed this subdirectory issue!!! ;) ] Not keen on flattening by component subdirectories… Mark > On 9 Oct 2016, at 10:44, Paul Hoadley <pa...@logicsquad.net> wrote: > > Hi Mark, > > On 6 Sep 2016, at 10:00 PM, Mark Wardle <m...@wardle.org> wrote: >

Re: Changes

2016-10-09 Thread Mark Wardle
Thanks Paul. Done. Mark > On 2 Oct 2016, at 07:13, Paul Hoadley <pa...@logicsquad.net> wrote: > > Hi Mark, > > On 21 Sep 2016, at 6:16 AM, Mark Wardle <m...@wardle.org> wrote: > >> I enclose some simple diffs for wonder 7 - snapshot. >> >

Changes

2016-09-20 Thread Mark Wardle
I enclose some simple diffs for wonder 7 - snapshot. The first is a simple typo but its presence is irritating my sensibilities in my log files. diff --git a/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationItem.java

Re: Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-09-08 Thread Mark Wardle
I’ve ported ~30 > projects and they all made it in the end. Don’t hesitate to ask if you’d like > more hands on assistance—I love helping people migrate to Maven :). > > - hugi > > > >> On 8. sep. 2016, at 19:55, Mark Wardle <m...@wardle.org> wrote: >>

Re: Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-09-08 Thread Mark Wardle
33c > > - hugi > > > > > > On 6. sep. 2016, at 13:19, Mark Wardle <m...@wardle.org> wrote: > > > > Definitely! > > > > As a potential solution, I am going to create a new empty application > and copy across the code and components and ot

Re: The WOCommunity slack channel

2016-09-06 Thread Mark Wardle
I'll add some information on my gopher site On Tue, 6 Sep 2016 at 19:45, Chuck Hill wrote: > Might as well include me. Now I have to figure out what Slack is. :-P > The Internet is No Place for Old Men! > > > > > > *From:

Re: Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-09-06 Thread Mark Wardle
ed when the old was missing.You’re sure > it’s in place? > > - hugi > > > >> On 6. sep. 2016, at 12:34, Mark Wardle <m...@wardle.org> wrote: >> >> I can now build my application on the command-line using maven and it is >> packaged beautifully! >

Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-09-06 Thread Mark Wardle
I can now build my application on the command-line using maven and it is packaged beautifully! It isn’t quite right from eclipse. I can run a newly created application from within eclipse, but when I try to run a migrated application, I get this error: java.lang.ExceptionInInitializerError

Maven with subdirectories within the src/main/components/ path

2016-09-06 Thread Mark Wardle
Dear all, I am slowly making progress in my switch to maven. I still think it is worth it. I am getting the following error: No template found for component for components held within subdirectories of src/main/components/ There isn’t a problem for .wo directories stored directly in

Re: Deadlocks, editing context locking and network tasks

2016-09-05 Thread Mark Wardle
Dear René, Thank you. This is really helpful. I hadn’t spotted the screencast and will check it out. Mark > On 5 Sep 2016, at 09:34, René Bock <b...@salient-doremus.de> wrote: > > Hi Mark > >> Am 03.09.2016 um 22:36 schrieb Mark Wardle <m...@wardle.org>: >>

Re: Maven - No template found for component Main

2016-09-05 Thread Mark Wardle
his is probably the third or fourth time this is mentioned. We need to fix > this. > > But anyway; WO with Maven seriously rocks, once you get going :). > > - hugi > > >> On 4. sep. 2016, at 21:26, Mark Wardle <m...@wardle.org> wrote: >> >> Dear all, >>

Maven - No template found for component Main

2016-09-04 Thread Mark Wardle
when using Project Wonder, there must be some misconfiguration on my part within eclipse? Should I upgrade to 3.6? eclipse.org <http://eclipse.org/> has been down all day but otherwise I would have updated. Any suggestions would be gratefully received! Mark -- Dr. Mark Wardle Consultant

Deadlocks, editing context locking and network tasks

2016-09-03 Thread Mark Wardle
Dear all, I’m debugging a deadlock and realise that I probably need to re-design some of my code logic. Am I right in saying… 1. For a background thread, it is appropriate to create a new editing context (ERXEC.newEditingContext(osc)) using a dedicated and new object store coordinator

Re: Avoiding session creation for DirectActions

2016-05-31 Thread Mark Wardle
Don’t create sessions in your Direct Actions. Use existingSession() rather than session() (latter will create one if there isn’t one). For example: /** * Do we have a current and valid logged in user? * This method is careful not to create a session if one does not

Re: Follow up on closure

2016-05-13 Thread Mark Wardle
I agree and have bought bronze membership to ensure that no-one is left out of pocket. WO has benefitted me and my users and patients enormously. We have over 3000 clinical encounters recorded every month tracking patient cohorts and their outcomes. We have over 2 patients ERRest made

Nefarious IE / javascript / D2W problem

2016-05-09 Thread Mark Wardle
is fixed simply by changing hideInComment to false. No more Internet Explorer issues. Unless you are using D2W, then you won’t see this issue but I suggest that ERMODTabInspectPage is modified as above to prevent others having the same issue. Best wishes, Mark -- Dr. Mark Wardle Consultant

Re: Ajax version of WOActiveImage

2016-05-05 Thread Mark Wardle
} } return sb.toString(); } @Override public boolean isStateless() { return true; } } > On 3 May 2016, at 16:02, Mark Wardle <m...@wardle.org> wrote: > > Hi all, > > I would like the func

Ajax version of WOActiveImage

2016-05-03 Thread Mark Wardle
Hi all, I would like the functionality of a WOActiveImage but don’t wish to have a full submit. I end up reloading the whole page. Each click adds a coordinate and I manually add a letter to a static PNG to show injections of botulinum toxin treatment but on each click the page scrolls. I saw

Re: Deadlock / stack interpretation

2016-04-10 Thread Mark Wardle
the database when this > code is running ? > > If you answered yes to both questions, I think your problem is in another > piece of code. > > Samuel > > >> Le 5 avr. 2016 à 18:14, Mark Wardle <m...@wardle.org >> <mailto:m...@wardle.org>> a écrit : &g

Re: Deadlock / stack interpretation

2016-04-06 Thread Mark Wardle
I'll try that for all threads and see what happens. I have changed to using the utility methods in ERXEOGlobalIDUtilities in any case. Thank you Mark -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) > On 5 Apr 2016, at 23:32, Chuck Hill <ch...@gevityi

Re: Deadlock / stack interpretation

2016-04-05 Thread Mark Wardle
java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285) > at > com.webobjects.eocontrol.EOObjectStoreCoordinator.lock(EOObjectStoreCoordinator.java:420) > > What you have here is lock order inversion. How is it that Thread-5 and > WorkerThread5 are using the same EC? Or is that the Sha

Deadlock / stack interpretation

2016-03-31 Thread Mark Wardle
Hi all, I have a deadlocked app and I am not sure how to interpret the jstack output. jstack output is shown below. I have er.extensions.ERXEC.safeLocking=true It looks to me that in each case it is the auto-locking that is causing the problem. i.e. I am not manually locking or unlocking.

Re: Performance in many objects manipulation

2016-03-10 Thread Mark Wardle
Yes. I have just checked and found ERXFetchSpecificationBatchIterator in er.extensions. Mark > On 10 Mar 2016, at 10:51, Daniele Corti wrote: > > Hi, > I have a question, about performance while working with LongRequest and many > EO. > > Here's the situation: I've

Re: Performance in many objects manipulation

2016-03-10 Thread Mark Wardle
I don’t usually fetch all objects but fetch in batches. You need to recycle the EOEditingContext. I tend to bring the array in batches, process, then create a new editing context and repeat. I have some code included below but I think there is also good batching support in Wonder. The code

Re: ERDDelayedBooleanAssignment question

2016-02-22 Thread Mark Wardle
I wonder whether your rules are being cached. I do this instead: 100 : entity.name like 'Result*' => isEntityDeletable = "session.authenticatedUser.role.isSystem" [er.directtoweb.ERDDelayedKeyValueAssignment] or 100 : entity.name = 'Seizure' => isEntityEditable =

Re: Odd NPE from deep inside EOF

2016-01-29 Thread Mark Wardle
whether I can see any obvious issue. -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) > On 28 Jan 2016, at 19:03, Chuck Hill <ch...@gevityinc.com> wrote: > > That is nasty. While processing this fetch, a snapshot is going missing. I > don’t

Re: How to set up a stateful REST service

2016-01-28 Thread Mark Wardle
ERRest actions are simply direct actions. You can definitely use sessions. Just call session() and it will create one. Mark > On 28 Jan 2016, at 19:37, Rudi Angela wrote: > > How can I use ER-REST in combination with a Session? I have a stateful REST > service, so I

Re: Odd NPE from deep inside EOF

2016-01-28 Thread Mark Wardle
) at com.webobjects.eocontrol.EOSortOrdering.sortedArrayUsingKeyOrderArray(EOSortOrdering.java:249) at com.eldrix.rsdb.model._Patient.addresses(_Patient.java:748) at com.eldrix.rsdb.model.Patient.addressForDate(Patient.java:289) at com.eldrix.rsdb.model.Patient.currentAddress(Patient.java:277) > On 31 Mar 2015, at 22:55, Mark Wardle <m...@wardle.org&

Re: Odd backtracking error

2015-11-30 Thread Mark Wardle
t; will create a new session. >> >> >> Some "research" revealed, that >> >> WORequest._lookForIDsInCookiesFirst() >> >> always will return false. This seems the root cause of the problem. >> Unfortunately, static methods can't

Odd backtracking error

2015-11-26 Thread Mark Wardle
reproduce the problem at all on my development machine. Any ideas? Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone: 02920745274 (secretary) or facsimile: 02920744166

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
I mean “page restoration error”. Mark > On 26 Nov 2015, at 20:20, Mark Wardle <m...@wardle.org> wrote: > > Dear all, > > I’m getting a weird backtracking error. I have a component which mainly uses > component actions and one of these component actions uses target

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
; <mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>> on > behalf of Mark Wardle <m...@wardle.org <mailto:m...@wardle.org>> > Date: Thursday, November 26, 2015 at 2:18 PM > To: Paul Hoadley <pa...@logicsquad.net <mailto:pa...@logicsquad.net>> >

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
Paul, That sounds like what might be happening and explain the inconsistency depending on, perhaps, the URL entered. I’ll give it a go. Thank you! Mark > On 26 Nov 2015, at 22:16, Paul Hoadley <pa...@logicsquad.net> wrote: > > Hi Mark, > > On 27 Nov 2015, at 6:

Re: Making EOs aware of session properties (I know they should not but I need this anyway)

2015-11-07 Thread Mark Wardle
Markus, I do this a lot with ERXThreadStorage. eg. in my session class: /** * @param user set the current user */ public void setAuthenticatedUser(User user) { _authenticatedUser = user.localInstanceIn(defaultEditingContext());

Re: Secure storage of passwords or credit card data

2015-11-07 Thread Mark Wardle
I’m using http://www.jasypt.org I have a property such as encryptedPassword and then write code like this: public void setPassword(String newPassword) { BasicPasswordEncryptor passwordEncryptor = new BasicPasswordEncryptor();

SOLVED: problem with willInsert() and willUpdate() when using D2W.

2015-10-19 Thread Mark Wardle
call validate before save given that validation should occur before saving simply during saveChanges(). Best wishes, Mark — Mark Wardle m...@eldrix.co.uk ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: SOLVED: problem with willInsert() and willUpdate() when using D2W.

2015-10-19 Thread Mark Wardle
can’t work out why anyone would want to explicitly call validate before save given that validation should occur before saving simply during saveChanges(). Best wishes, Mark > On 19 Oct 2015, at 15:32, Mark Wardle <m...@wardle.org> wrote: > > Dear all, > > I thought I

Re: El Capitan

2015-10-03 Thread Mark Wardle
ple.com >> <mailto:Webobjects-dev@lists.apple.com>) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com >> >> <https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codefe

El Capitan

2015-10-01 Thread Mark Wardle
Are there any problems with El Capitan and eclipse and webobjects? Mark ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: ERRest: Multiple entries

2015-08-28 Thread Mark Wardle
Hi Fred, ERRest is just a set of convenience methods around direct actions. If you step through the code on how an update works, you could duplicate this to support multiple entries as you require. So have a look at ERXRestRequestNode which gives you a format-agnostic tree of the body of the

Re: NSIncrementalStore

2015-08-27 Thread Mark Wardle
I thought that this was done by RestKit ages ago https://github.com/RestKit/RestKit/ https://github.com/RestKit/RestKit/ which could sync core data to REST. Mark PS Haven’t used it. On 26 Aug 2015, at 17:30, Ramsey Gurley rgur...@smarthealth.com wrote: I knew what was going to happen as

Java 8 optionals

2015-05-23 Thread Mark Wardle
so it has been difficult to fathom the internals. Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Deputy Sub-Dean for Assessments and Honorary Lecturer, Cardiff University Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone

Re: Wonder 7 and 8

2015-05-01 Thread Mark Wardle
Using java 8 here on development and deployment. Seems fine so far. Mark On 1 May 2015, at 15:57, Samuel Pelletier sam...@samkar.com wrote: We should go for 8, doing a API break is hard enough to skip one and the new feature are really useful. I also think the Java 8 will be supported

Re: ERPDFGeneration and inline images

2015-02-23 Thread Mark Wardle
diagnoses I've ever seen... ;) Cheers, Flavio On 13/02/2015, at 05:03, Mark Wardle m...@wardle.org mailto:m...@wardle.org wrote: Thanks Ray. Answers below. On 13 Feb 2015, at 00:21, Ray Kiddy r...@ganymede.org wrote: On Thu, 12 Feb 2015 13:36:58 + Mark Wardle m

ant build error - too many open files

2015-02-20 Thread Mark Wardle
I’ve upgraded to java8, eclipse4.4 and latest Wonder. Can compile and run from within eclipse but command line ant build failing with “too many open files”. Has anyone encountered this error? Rather stuck - have tried cleaning and re-cleaning and re-installing wonder frameworks. Mark

Fwd: ant build error - too many open files

2015-02-20 Thread Mark Wardle
Forgot to cc. list Begin forwarded message: Subject: Re: ant build error - too many open files From: Mark Wardle m...@wardle.org Date: 20 February 2015 15:54:30 GMT Message-Id: 605a3035-0a99-45f7-bbc4-4f95ec615...@wardle.org To: Fabian Peters lists.fab...@e-lumo.com Thanks Fabian. Have

ant build error - too many open files

2015-02-20 Thread Mark Wardle
files. Mark On 20 Feb 2015, at 15:54, Mark Wardle m...@wardle.org javascript:_e(%7B%7D,'cvml','m...@wardle.org'); wrote: Forgot to cc. list Begin forwarded message: *Subject: **Re: ant build error - too many open files* *From: *Mark Wardle m...@wardle.org javascript:_e(%7B%7D,'cvml','m

ERPDFGeneration and inline images

2015-02-12 Thread Mark Wardle
I struggled to use dynamically generated images in ERPDFGeneration and couldn’t get it to work - generally getting incorrect URLs in the generated HTML files generated from a WOComponent template. As a fix, I added support for ERPDFGeneration to handle html IMG tags with base64 encoded data in

Re: Unknown key [SOLVED]

2015-02-10 Thread Mark Wardle
You can force the entity name to use with an EntityAssignment in the rule system when you create page configurations which might make it difficult for the system to parse your entity. This is particularly an issue if you have compound and non-compound entity names. For example: 100 :

Re: mark custom attributes in eomodeler ?

2014-12-04 Thread Mark Wardle
You can put arbitrary information in the user info but I'd prefer to use the localisation functions. -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) On 4 Dec 2014, at 19:37, James Cicenia ja...@jimijon.com wrote: Is it possible to use the EOModeler

Neo4j adaptor

2014-11-25 Thread Mark Wardle
would be updated as one transaction? Thanks Mark -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Component caching?

2014-11-11 Thread Mark Wardle
variables? Chuck On 2014-11-08, 1:30 PM, Mark Wardle wrote: Thanks Chuck. Not sure as this is generating intermediary HTML which is then rendered into PDF. The intermediary HTML and therefore the subsequent PDF has incorrect values for this boolean component which is really odd

Re: Component caching?

2014-11-08 Thread Mark Wardle
does not restore request pages from its cache but re-creates them from scratch by resending the URL to the server. This flag is set to true by default. On 2014-11-07, 12:48 PM, Mark Wardle wrote: Thanks Johann. I’m not caching anything but it is a subclass of ERDCustomEditComponent so

Component caching?

2014-11-07 Thread Mark Wardle
Hi. I’m generating a PDF report : WOComponent page = ERXApplication.application().pageWithName(componentName(), privateContext()); page.takeValueForKey(obj, object); page.takeValueForKey(report, report);

Re: Component caching?

2014-11-07 Thread Mark Wardle
wrote: Hi Mark, do you cache the binding values within your component? When using stateless components you need to clean any local variables yourself within the reset method. jw Am 07.11.2014 um 10:33 schrieb Mark Wardle m...@wardle.org: Hi. I’m generating a PDF report

Re: FileUpload in Modern D2W help/ideas needed

2014-10-04 Thread Mark Wardle
Hi Markus, I’d create a new relationship for the entity - using ERAttachment. Then create a dynamically derived property that, for existing entities, uses the old stored binary file. However, on editing, the new system of attachment can be used and this then displaces the old type. I might

Primary keys

2014-10-02 Thread Mark Wardle
the serial integer, and then later on migrating that to a primary key. Would this then break primary key generation for newly created objects? All advice appreciated! Many thanks, Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war

Re: Primary keys

2014-10-02 Thread Mark Wardle
… Fabian Am 02.10.2014 um 11:00 schrieb Mark Wardle m...@wardle.org: Dear all, I need to add a new primary key to a table that already contains data. Is it possible to use migrations to add this and have the column auto-populated with a serial number? My other plan was to create

Re: Primary keys

2014-10-02 Thread Mark Wardle
ask WOLips, it comes up with columns (plural). I assume you can add a multi column primary key. I have no idea where that would be useful. or this implications as a primary key does not want to be a class property. Ted On Oct 2, 2014, at 5:00 AM, Mark Wardle m...@wardle.org mailto:m

Re: Yosemite

2014-08-06 Thread Mark Wardle
on third party Apache plugins. Unless your configuration changes frequently this seems like a better choice. Chuck On 2014-08-05, 9:08 AM, Mark Wardle wrote: Yosemite upgrades Apache from 2.2 and 2.4. I’ve tried recompiling the apache adaptor but compilation files despite entering

Yosemite

2014-08-05 Thread Mark Wardle
on whether in development! Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone: 02920745274 (secretary) or facsimile: 02920744166

WebObjects development

2014-03-07 Thread Mark Wardle
. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone: 02920745274 (secretary) or facsimile: 02920744166 ___ Do not post admin requests to the list

Re: Linking iOS and WebObjects

2014-02-27 Thread Mark Wardle
Related to this, has anyone used NSIncrementalDataStore as the glue linking core data to the remote API? Mark On 20 Feb 2014, at 09:59, Mark Wardle m...@wardle.org wrote: Wow Ken - that sounds fantastic. I’m just at the early stages - but would rather work on something more generic than

Re: Linking iOS and WebObjects

2014-02-20 Thread Mark Wardle
about doing things offline (like maintaining relationships even when a number of transactions have happened on the device without an internet connection). Let me know if this interests you enough for me to spruce it up. Ken On Feb 18, 2014, at 3:51 PM, Mark Wardle m...@wardle.org wrote

Re: Linking iOS and WebObjects

2014-02-18 Thread Mark Wardle
, Mark Wardle m...@wardle.org wrote: Hi all, I am starting to work on a new presentation layer for our web application using the iOS SDK. We plan on writing custom small iOS apps that integrate with the larger more complex backend web-application built in WebObjects. I can see ERSync

Linking iOS and WebObjects

2014-02-14 Thread Mark Wardle
on the wiki. Any pointers (*) much appreciated! Mark (*) you can tell I’m back to coding in C and not just using java (!) -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle Telephone: 02920745274

Re: Changing from horizontal to single table inheritance

2013-10-09 Thread Mark Wardle
in JSON data storage you could use. You can write stored procedures using PLV8, an embedded V8 javascript engine. It's also flamebaitfaster than MongoDB/flamebait based on what I've read. On Sat, Oct 5, 2013 at 2:25 PM, Mark Wardle m...@wardle.org wrote: Thanks both, This advice is all

Problem with ERD2WEditToOneRelationship [solved]

2013-10-09 Thread Mark Wardle
a trailing space for some objects. I've seen prior reports on the mailing list so hope this might solve a similar problem for others. Best wishes, Mark -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle

Re: Changing from horizontal to single table inheritance

2013-10-05 Thread Mark Wardle
Companies in B.C! Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of Canada’s Fastest-Growing Companies by PROFIT Magazine! -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter

Changing from horizontal to single table inheritance

2013-10-04 Thread Mark Wardle
migrate old entity data into the new ones. This sounds like a considerable piece of work. 2. What happens in single-table inheritance if you have a clash of property names but the column name is different (or for that matter the same). Any advice much appreciated! Mark -- Dr. Mark Wardle

Re: structure opinions

2013-09-25 Thread Mark Wardle
. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org -- Dr. Mark Wardle Consultant Neurologist, University Hospital

Re: to-many display ?? in d2w

2013-07-10 Thread Mark Wardle
not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org -- Dr. Mark Wardle

Re: to-many display ?? in d2w

2013-07-10 Thread Mark Wardle
/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Twitter: @mwardle

Re: D2W app and date format problems

2012-06-29 Thread Mark Wardle
Try setting a really high priority as a test. -- Dr. Mark Wardle Sent with mobile On Friday, 29 June 2012 at 03:55, Tim Worman wrote: 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

Re: Best place to have some audit trail

2012-06-28 Thread Mark Wardle
/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org -- Dr. Mark Wardle Consultant Neurologist, University Hospital Wales, Cardiff, UK Honorary Lecturer, Cardiff University, UK Email: mark.war...@wales.nhs.uk or m...@wardle.org Telephone: 02920745274 (secretary) or facsimile

  1   2   3   >