Re: JNDI JDBC entry in web.xml Servlet Deployment vs. Migrations

2014-04-22 Thread John Huss
I think the migrations are run in Application.finishInitialization, but I could be wrong. So make sure you are calling super if you are overriding it. You could at ERXApplication to find where it is called. The simple solution is to turn off "migrateAtStartup" and just add a call to run them you

Re: "Manual" form submission with Ajax.framework

2014-04-22 Thread Jonathan Miller
Hi Konrad, Cool I'm glad somebody does ;) Fortunately, someone else recently asked so I put everything up on my GitHub account: https://github.com/johnnykahalawai/wonder JQuery Stuff https://github.com/johnnykahalawai/wonder/tree/master/Frameworks/Ajax/JQuery https://github.com/johnnykahalawai/

JNDI JDBC entry in web.xml Servlet Deployment vs. Migrations

2014-04-22 Thread Matthias Jakob
Hi there! I’ve got a problem with my web.xml JNDI JDBC entry in Servlet Deployment and migrations. Using the web.xml entry MS SQL Server jdbc/TEST javax.sql.DataSource Container Shareable It works fine with an already created database and a „Properties" database config. With an already cr

[MEET] Toronto CocoaHeads / tacow - May 13

2014-04-22 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, May 13, 2014 in meeting room 310 of Metro Hall. Darren Baptiste will be discussing and reviewing AppCode and Reveal.app. For more details and to RSVP, head over to . Thanks, and hope t

Re: "Manual" form submission with Ajax.framework

2014-04-22 Thread Konrad Kubacki
W dniu 21/04/14 08:16, Jonathan Miller pisze: Hi Paul, I think it should work. Are you sure something else is going on? I have a JQuery version of Ajax Framework and I use that script too. I tried using an observer with it and it worked. Not exactly same as Ajax Framework but the observer