Re: Session awake after shell-script run

2012-05-23 Thread Ron X
if i use ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false, true); than Session.awake invoke too. what cause Session to invoke aeake-method? 2012/5/22 Ron X > hi for all > i found strange behaviour: > after execution such line > Runtime.getRuntime().exec(commandLine,

Re: Unable to build Wonder source

2012-05-23 Thread Chuck Hill
Try ant -debug -verbose It is a lot of stuff to dig through On 2012-05-23, at 10:55 PM, Joe Kramer wrote: > Hi Chuck, > > How do I see which woproject.jar ant is pulling in? I deleted all the old > copies of the jar that I could find on my system, but I am still seeing the > same issue

Re: Unable to build Wonder source

2012-05-23 Thread Joe Kramer
Hi Chuck, How do I see which woproject.jar ant is pulling in? I deleted all the old copies of the jar that I could find on my system, but I am still seeing the same issue. Thanks, Joe On Wed, May 23, 2012 at 2:55 PM, Chuck Hill wrote: > Hi Joe, > > How are things? > > I think that ant might be

Re: Wrong CLASSPATH when installing WOApp with WOLips

2012-05-23 Thread Cheong Hee (Gmail)
wo.system.root=C\:/Apple wo.local.root=C\:/Apple/Local I have just checked that this is what I am getting too in my windows wolips properties file. So I think your properties file is fine. May be you could try to install your WO54 in a separate new directory and have a clearer class pat

Re: D2W: Selectors for enum types?

2012-05-23 Thread Paul Hoadley
On 24/05/2012, at 1:21 PM, Ramsey Gurley wrote: > The edit to one relationship component will work for enums if you provide the > list. I have an enum component in r2d2w. Thanks Ramsey, I'll look at that. > I covered using enums in three separate ways in one of my wowodc > presentations a cou

Re: D2W: Selectors for enum types?

2012-05-23 Thread Ramsey Gurley
The edit to one relationship component will work for enums if you provide the list. I have an enum component in r2d2w. I covered using enums in three separate ways in one of my wowodc presentations a couple of years ago. I believe it was the custom components and assignments presentation. Rams

Re: ERAttachment and Rackspace CloudFiles?

2012-05-23 Thread David Avendasora
Hi All, I see Pascal has now added CloudFiles storage to ERAttachment in the Integration branch of Wonder, but there is a bug in the Migrations for ERAttachment now. I fixed in our clone of Wonder and created a pull request for the fix, so if anyone else runs into this problem, they can simply

D2W: Selectors for enum types?

2012-05-23 Thread Paul Hoadley
Hello, Are there any property-level components that Just Work with Java enum types? I have some EOs with enums as custom attribute types. I was hoping to find a drop-in component to select from enum values with, say, a drop-down. Does such a thing exist? Can't find it, but maybe I'm not loo

Re: Unable to build Wonder source

2012-05-23 Thread Chuck Hill
Hi Joe, How are things? I think that ant might be finding an old version of woproject.jar. Check the ant/lib directory and the Java/Extensions directories. Chuck On 2012-05-23, at 2:19 PM, Joe Kramer wrote: > Hi all, > > I have *really* old versions of the project wonder frameworks instal

Unable to build Wonder source

2012-05-23 Thread Joe Kramer
Hi all, I have *really* old versions of the project wonder frameworks installed on my machine and I thought I would update to the latest and greatest and build from source before I start this new side project that I have in mind. I checked out the source from git, but when I go to build I am getti

Re: [Wonder-disc] WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread Pascal Robert
FYI, Dan Beatty's presentation is also using ERSync, and something similar to ERSync for the client side. You can ask him too. > I'll adopt it and help make it work along with you, but shouldn't we move it > into wonder source? > > I'll be at wowodc to see the seminar, but I'd like to get furth

Re: [Wonder-disc] WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread Jesse Tayler
I'll adopt it and help make it work along with you, but shouldn't we move it into wonder source? I'll be at wowodc to see the seminar, but I'd like to get further along than watching videos I'm left in the dark about the client side, and only mostly in the dark with the server stuff... Seems

Re: [Wonder-disc] WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread David Aspinall
Hi Jesse, Chuck's right, he is trying to kill me. I have been planning updates and demonstration code since last year, but paying customers come first. I am supposed to present a practical implementation at WOWODC which is only ... a month and a bit away. I am both freaking out and totally sc

Re: [Wonder-disc] WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread Pascal Robert
I guess it either ready for production or some stuff we will done by WOWODC, David will talk about it again :-) > I'd like to ask > > whats the status of ersync? > > I see a great video, but the github is a year without updates and there is a > placeholder for the iOS companion? > > Also, it

Re: WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread Jesse Tayler
I'd like to ask whats the status of ersync? I see a great video, but the github is a year without updates and there is a placeholder for the iOS companion? Also, it is mentioned at video time, last year, that it was not production ready. So, is it now? Is there an iOS demo app where we can s

Re: ERXJDBCAdaptor

2012-05-23 Thread Tim Worman
Ron: If you review the source, ERXJDBCAdaptor.java says it extends JDBCAdaptor. Tim UCLA GSE&IS On May 23, 2012, at 7:43 AM, Ron X wrote: > but do i need exclude JavaJDBCAdaptor from the dependencies? > > 2012/5/23 John Huss > er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJD

Re: ERXJDBCAdaptor

2012-05-23 Thread Ron X
but do i need exclude JavaJDBCAdaptor from the dependencies? 2012/5/23 John Huss > er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJDBCAdaptor > ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing li

Re: ERXJDBCAdaptor

2012-05-23 Thread John Huss
Set the property: er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJDBCAdaptor On Wed, May 23, 2012 at 9:34 AM, Ron X wrote: > hi > what do i need to move from JavaJDBCAdaptor to the ERXJDBCAdaptor? > thanks > > ___ > Do not post admin

Wrong CLASSPATH when installing WOApp with WOLips

2012-05-23 Thread Strumyla, Marius
Hello, I'm using Eclipse 3.7.2 + WOLips 3.7.1008523. I'm running WO5.2 on Windows XP and Java1.5. Eclipse IDE is working fine. No lockups :) I'm trying to create a package for later deployment. When I do WOLips Ant Tools\Install, I get a package created and installed on my local drive. I h

Re: WebObjects + ERRest + iOS + CoreData (Yes another post on this)

2012-05-23 Thread Rich
Hey Riccardo, I've used pretty much the same setup of WO / ERRest backend presenting JSON for iOS consumers (iPad & iPhone) with CoreData for model / persistence, for a contract I completed fairly recently. Works very well. I extensivly used the RESTKit framework on the the iOS platform, which