Re: Maven

2012-04-24 Thread Ron X
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) 23 апреля 2012 г. 19:24 пользователь Henrique Prange написал: > Hi Ron, > > On 21/04/2012, at 06:02, Ron X wrote: > > > [ERROR] Failed to execute goal > org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.2.1:woapplication > (default

Re: SQL

2012-04-24 Thread Ron X
i think i use MySQL-plugin checkouted from WONDER-repo. 25 апреля 2012 г. 1:33 пользователь Pascal Robert написал: > You have to use the MySQL plugin from Wonder, the bundled plugin coming > with WO 5.4 have problems. > > > i use MySQL and do migration by the migration java class (not sql-file):

Re: Ajax requests and http_x_requested_with header

2012-04-24 Thread Alexis Tual
Hi Chuck ! 2012/4/25 Chuck Hill > Hi Alexis, > > > On 2012-04-23, at 7:31 PM, Alexis Tual wrote: > > > Hi list, > > > > here's a puzzle I've solved half way : > > On a production server (OS X Server 10.6.8 & Apache 2.2), I got js > errors on Wonder apps, the typical one being AjaxTabbedPanel is

Re: Ajax requests and http_x_requested_with header

2012-04-24 Thread Chuck Hill
Hi Alexis, On 2012-04-23, at 7:31 PM, Alexis Tual wrote: > Hi list, > > here's a puzzle I've solved half way : > On a production server (OS X Server 10.6.8 & Apache 2.2), I got js errors on > Wonder apps, the typical one being AjaxTabbedPanel is not defined. > After hours of hair pulling, I've

Re: new Components, or better DynamicElements - CCGoogleMap and CCGoogleMapMarker

2012-04-24 Thread Johnny Miller
I was hoping somebody was going to update the Google Maps components. Thank you, Johnny Miller Kahalawai Media Corp. www.kahalawai.com On Apr 23, 2012, at 7:32 AM, Amedeo Mantica wrote: > Hello, > > I added two now DynamicElements to ERCoolComponents, i did pull request, so > they are still

Re: A problem with http request to a webobjects site

2012-04-24 Thread Pascal Robert
Le 2012-04-22 à 07:01, User a écrit : > That WO application is external site and I have no access to it. > I've analyzed HTTP requests and responses of my browser and external server > with Firefox Add-on - Tamper Data. > My browser always sends only one set of cookies(with the same values) wosi

Re: SQL

2012-04-24 Thread Pascal Robert
You have to use the MySQL plugin from Wonder, the bundled plugin coming with WO 5.4 have problems. > i use MySQL and do migration by the migration java class (not sql-file): > > > @Override > public void upgrade(EOEditingContext editingContext, ERXMigrationDatabase > database) throws

Install_WebObjects_And_Wonder and Wonder Misc frameworks

2012-04-24 Thread Daniel Roy
Hi, I've run into a situation that I can't seem to resolve. One of our frameworks depends on ERDirectToRest, which is located in the Frameworks/Misc location in Wonder. When I use the "frameworks frameworks.install" target in the Install_WebObjects_And_Wonder job, the ERDirectToRest framework

Ajax requests and http_x_requested_with header

2012-04-24 Thread Alexis Tual
Hi list, here's a puzzle I've solved half way : On a production server (OS X Server 10.6.8 & Apache 2.2), I got js errors on Wonder apps, the typical one being AjaxTabbedPanel is not defined. After hours of hair pulling, I've nailed it : on an ajax request, Apache or the adaptor somehow changes th

new Components, or better DynamicElements - CCGoogleMap and CCGoogleMapMarker

2012-04-24 Thread Amedeo Mantica
Hello, I added two now DynamicElements to ERCoolComponents, i did pull request, so they are still not available they are replacement for AjaxGMap and AjaxGMapMarket because they are now old and rely on Google Maps API V2 the new ones are: CCGoogleMap and CCGoogleMapMarker They are documented

Re: Maven

2012-04-24 Thread Henrique Prange
Hi Ron, On 21/04/2012, at 06:02, Ron X wrote: > [ERROR] Failed to execute goal > org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.2.1:woapplication > (default-cli) on project XMobile: Failed to execute: Executing Ant script: > wolifecycle.build.xml [build-woapplication]: Failed to e

Re: AjaxDatePicker on ModalDialogBox

2012-04-24 Thread James Cicenia
4 now. Glad I read the mail list and remembered seeing this thread! thanks James On Oct 13, 2011, at 10:29 AM, Alexis Tual wrote: > Hi, > > Le 13 oct. 2011 à 17:08, Chris Pastore a écrit : > >> Alexis, >> >> That does seem to do the trick! >> >> Are there any plans for this to get moved

Jar frameworks and resource loading

2012-04-24 Thread Hugi Thordarson
Hi all. I'm converting my WO application projects to build with Maven (I've previously only used Maven for frameworks) and I'm hitting a weird issue with resources. See: http://www.smu.is/ OK, this is how it goes: I build a WOA. If I start it on my Mac it works fine. However, if I copy it to my

Re: A problem with http request to a webobjects site

2012-04-24 Thread User
That WO application is external site and I have no access to it. I've analyzed HTTP requests and responses of my browser and external server with Firefox Add-on - Tamper Data. My browser always sends only one set of cookies(with the same values) wosid, woinst and JSESSIONID. And external server

Re: SQL

2012-04-24 Thread Ron X
i use MySQL and do migration by the migration java class (not sql-file): @Override public void upgrade(EOEditingContext editingContext, ERXMigrationDatabase database) throws Throwable { ERXMigrationTable albumTable = database.existingTableNamed("Album"); albumTable.newStringCol

SOLVED: Re: NoClassDefFoundError when initializing Web Services

2012-04-24 Thread Goetz Neumann
Just for reference: For what every reason I had a 5.3 Version of the JavaWebServicesSupport.framework in my Library/Frameworks folder that has no WOWSSupport.Delegate, hence the exception. Java was right and I was wrong. Am 20.04.2012 um 12:20 schrieb Goetz Neumann: > Yes, and the strange th

Re: Inserting a new obligatory entity in an relation, where? (SOLVED?)

2012-04-24 Thread Johan Henselmans
On Apr 17, 2012, at 7:25 PM, Pascal Robert wrote: > > Le 2012-04-17 à 13:18, Ramsey Gurley a écrit : > >> Agreed. I like George's original suggestion. In the migration that creates >> the required contract relationship, go through all the existing Shows and >> create a default contract there.

Re: Maven

2012-04-24 Thread Ron X
[ERROR] Failed to execute goal org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.2.1:woapplication (default-cli) on project XMobile: Failed to execute: Executing Ant script: wolifecycle.build.xml [build-woapplication]: Failed to execute. The dependencies.lib property is not set -> [Help 1

Re: ERRest Photo Attachment Uploads

2012-04-24 Thread Jesse Tayler
So, whats your trouble? If you are using iOS then use .bplist and upload using nsdata from a binary dictionary I would think you would upload the image file after you save and get a return I'd for your main object, but I don't know your model so I don't know... Sent from my iPad On Apr 20,