Re: ERProfiling and Java 8

2019-02-28 Thread Paul Hoadley
Let me revise one observation: On 1 Mar 2019, at 15:31, Paul Hoadley wrote: > The app launches, and the profiler toolbar is displayed bottom right, but the > rest of the page is blank. In fact the page source is just that single div to > show the profiler toolbar. That's not quite right—a

ERProfiling and Java 8

2019-02-28 Thread Paul Hoadley
Hello, I haven't used ERProfiling for some time, but I'm trying to fire it up using Java 8 and Maven. It used to be fairly straightforward to get it going: add the framework to your project path, start the app with -javaagent VM argument. I've done what I thought would be the Maven equivalent,

Re: WebObjects and prototype.js

2019-02-28 Thread D Tim Cummings
Hi Aaron I found a solution. It can be fixed by changing the way the container tags were nested in AjaxAutocomplete. I have created a pull request with the fix. I would appreciate if you could test it. https://github.com/wocommunity/wonder/pull/906

Re: EOF and MS SQLServer?

2019-02-28 Thread René Bock
Hi, unless you need to use ERXMigrations for schema creation, you may simply use the com.webobjects.jdbcadaptor.MicrosoftPlugIn. If you need ERXMigrations, things become bit hairy, since Microsoft did some strange sql extensions: utf-8 Support: varchar don't support UTF-8 characters. You