Re: Entity Modeler SQL generation exception

2015-05-07 Thread Ken Anderson
Thanks Wolfgang! Looking at the list of changes, I never would have been able to figure it out! On May 7, 2015, at 3:04 PM, Wolfgang Halbeisen halbei...@hotmail.com wrote: Hy, I think I have fixed the problem. Please have a look at the pull-request which should fix it:

RE: Entity Modeler SQL generation exception

2015-05-07 Thread Wolfgang Halbeisen
Hy, I think I have fixed the problem. Please have a look at the pull-request which should fix it: https://github.com/wocommunity/wolips/pull/116 The description of the problem is added to the pull-request. Greetz, Wolfy Subject: Re: Entity Modeler SQL generation exception From:

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Ângelo Andrade Cirino
Hi Wolfy, I guessed the issue could be solved editing the configuration files as you did, but I used your commit and it raised another problem: org.objectstyle.wolips.eomodeler.core.model.EOModelException: There was more than one SQL generator factory defined. at

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Ângelo Andrade Cirino
Hi Samuel, Wolfy seems to have solved the bug. I will create a branch in my repo and will report back. Angelo Em 07/05/2015, à(s) 16:25, Samuel Pelletier sam...@samkar.com escreveu: Ângelo, I added some debug output and I think I found the problem but have no solution yet...

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Samuel Pelletier
Ângelo, I added some debug output and I think I found the problem but have no solution yet... Activator.getDefault().log(IEOSQLGeneratorFactory object class : + o.getClass().getName()); for (Class anInterface : o.getClass().getInterfaces()) {

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Samuel Pelletier
Thanks Wolfgang, the fix works. This make me think the WOD editor problem may be similar, we have an NPE but I suspect the real problem occur when the editor try to create the special view when the .wod file is absent or when the wod view is too small. Samuel Le 2015-05-07 à 16:13, Ken

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-07 Thread Dev WO
Just a follow up, even if it’s not fixed yet. The issue with the ajaxdatepicker is when the “underlying” page is scrolled, the calendar view is just nowhere near the field, it is there, but potentially out of sight. I was able to display some graph by triggering the “onComplete” binding of an

WebObjects Caching Proxy

2015-05-07 Thread Vicky Miller
Has anyone developed a WebObjects caching proxy solution? If so, what if any 3rd party software did you use? What was/is the application? Vic Miller ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Help finding framework dependencies

2015-05-07 Thread Gerald Jones
Need information on finding the following: WOFramework/WOOgnl WOFramework/MooTools WOFramework/JQuery WOFramework/ERAttributeExtension WOFramework/ERAttachment WOFramework/MySQLPlugIn WOFramework/ERCoolComponents the above framework dependencies Mahalo, Gerald Jones Phone:

Re: Help finding framework dependencies

2015-05-07 Thread Chuck Hill
Those are from Project Wonder. https://github.com/wocommunity/wonder On 2015-05-07, 9:43 PM, Gerald Jones wrote: Need information on finding the following: WOFramework/WOOgnl WOFramework/MooTools WOFramework/JQuery WOFramework/ERAttributeExtension WOFramework/ERAttachment

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Samuel Pelletier
I also get the same error. I modified a plugin.xml file that seemed incorrect and now I have this one: java.lang.ClassCastException: org.objectstyle.wolips.eomodeler.core.sql.EOFSQLGeneratorFactory cannot be cast to org.objectstyle.wolips.eomodeler.core.sql.IEOSQLGeneratorFactory at

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-07 Thread Samuel Pelletier
Xavier, Your function drawChart is never called. I suppose google.setOnLoadCallback(drawChart); add some sort of onLoad handler but an Ajax request will never trigger it. A simple way that should work is to put a script after all the required HTML elements for the graph with this content:

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Ângelo Andrade Cirino
In IEOSQLGeneratorFactory.java I made this Object o = configurationElement.createExecutableExtension(class); System.out.println(object class : + o.getClass().getName()); IEOClassLoaderFactory classLoaderFactory = (IEOClassLoaderFactory) o; And got this output object class :