Re: jodaDateTime and migrations..

2013-07-03 Thread Jeffrey Schmitz
HI All, I had the same migration problem as below, and doing the suggested fixed it, but now when I try to query the database for an entity that contains a Joda LocalDateTime attribute I get the following error: java.lang.IllegalStateException: adaptorValueType: unable to load class named 'Loc

[MEET] Toronto Cocoaheads / tacow - July 9

2013-07-03 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, July 9, 2013 in meeting room 310 of Metro Hall. Ash Furrow will be discussing UICollectionView. For more details and to RSVP, head over to . Thanks, and see you there! —Karl. smime.p7

Re: maven repositories not quite right?

2013-07-03 Thread Henrique Prange
Hi Greg, On Jul 3, 2013, at 8:43 AM, G Brown wrote: > Looking at the builds in the maven repository, it seems that all apple > jars/classes are not included in the build; but, in the Jenkins builds they > are included. There is a switch in the wo life cycle builder plugin that is > set to do

Re: Broken Javamonitor and wotaskd apps and builds.

2013-07-03 Thread John Huss
Personally, I can't see why you would want to get these apps from Maven instead from the Jenkins build server. The jenkins builds have all the frameworks embedded. On Wed, Jul 3, 2013 at 10:18 AM, Henrique Prange wrote: > Hi Greg, > > Wonder version of JavaMonitor and wotaskd are built with th

Re: Correct URL from webserverConnectURL

2013-07-03 Thread Ken Anderson
For an extra bonus, I'd love it to use: er.extensions.ERXApplication.replaceApplicationPath.pattern=/cgi-bin/WebObjects/FitnotixServiceTest.woa er.extensions.ERXApplication.replaceApplicationPath.replace=/fittest On Jul 3, 2013, at 12:28 PM, Ken Anderson wrote: > All, > > Right now, when I tr

Correct URL from webserverConnectURL

2013-07-03 Thread Ken Anderson
All, Right now, when I try to build a link to get back to my app, I'm getting this: http://ip-10-29-211-43/cgi-bin/WebObjects/FitnotixServiceTest.woa/-2002/wa/MemberAction/verifyEmail?memberID=1&email=k...@anderhome.com I have 2 problems with it… first, the hostname is the hostname Amazon has a

Re: Broken Javamonitor and wotaskd apps and builds.

2013-07-03 Thread Henrique Prange
Hi Greg, Wonder version of JavaMonitor and wotaskd are built with the skipAppleProvidedFrameworks option active. Which means that the WebObjects jars are not included in the final package. We decided to package Wonder applications this way to avoid overloading our servers space too fast. Anywa

Re: maven repositories not quite right?

2013-07-03 Thread G Brown
Looking at the builds in the maven repository, it seems that all apple jars/classes are not included in the build; but, in the Jenkins builds they are included. There is a switch in the wo life cycle builder plugin that is set to do this and that is why. I think for apps, all the apple jars/c