Re: ERXElse concurrency

2016-04-02 Thread Samuel Pelletier
Hi Maik, I also have some strange behaviour with background thread... I remember something about child thread (and process) that inherits environment variable form their parent. I think we experience something like this. In the ERXThreadStorage class there is reference to a property er.extensi

Re: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
Kwasi ERAttachment creates its own set of database tables and EO classes. It is non-intrusive in that they are standalone. You reference these EOs with a relationship/foreign key. ERAttachment has a set of components that will help with the upload to and display of S3, database, file sy

Re: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
You would need to do your own data migration to the ERattachment structures after you include ERAttachment and run its migration on your database. 1. Include ERAttachment in your classpath 2. Include ERattachments in your migrations 3. Run application, which will then create ERAttachment seri

Using ERAttachment in an existing Wonder App

2016-04-02 Thread Kwasi O-Ahoofe
Anyone first-hand experience with utilizing the ERAttachment package, especially for the implementation/usage for an existing App. Meaning replacing my native document upload and/attachment processing with ERAttachment package implementation. The package overview/implementation docs do not seem