Re: Unexplained WOSessionStore or NSProperties ClassNotFound Exceptions

2013-07-09 Thread Henrique Prange
Hi Filippo, On 09/07/2013, at 11:17, Filippo Laurìa wrote: > 2013/7/3 Chuck Hill : >> >> On 2013-07-02, at 2:00 PM, Filippo Laurìa wrote: >> >> 2013/7/2 Chuck Hill : >> >> The JavaWebObjects.framework/Resources/Java/javawebobjects.jar is different >> than WAR type jar bundles. >> >> That mig

Re: do I have to clone ERCoreBusinessLogic?

2013-07-09 Thread D Tim Cummings
I added the following code in Application.java to solve this problem public Application() { super(); NSSelector connSelector = new NSSelector("doPatchAuditTrail", new Class[] {NSNotification.class}); NSNotificationCenter.defaultCenter().addObserver(t

Corrupted build.properties of a "JAR Project" probably causes eclipse NPException

2013-07-09 Thread Filippo Laurìa
I noticed that simple entering into Properties Tab -> WOLips Development of an Eclipse Wonder Framework, relative build.properties file into home dir of the project is changed (maybe those frameworks where created with a different version?!) Now, when repeating same procedure for an Eclipse "JAR

Re: timezone for web users?

2013-07-09 Thread Ramsey Gurley
From the Application.java in my project template for all new projects static { // Set default time zones TimeZone.setDefault(TimeZone.getTimeZone("GMT")); NSTimeZone.setDefaultTimeZone(NSTimeZone.getGMT()); } And the timezone detector works for me. It's in my project temp

Re: timezone for web users?

2013-07-09 Thread Jesse Tayler
oh? thanks Ken. that’s interesting. when I put those in, the Ramsey widget won’t work and I can’t reset them! when I take them out, things return to ‘normal’ but then I wonder why I had them in the first place? I think it might have been that ERRest had trouble? Are you both Web and ERRest on

Re: Unexplained WOSessionStore or NSProperties ClassNotFound Exceptions

2013-07-09 Thread Filippo Laurìa
2013/7/3 Chuck Hill : > > On 2013-07-02, at 2:00 PM, Filippo Laurìa wrote: > > 2013/7/2 Chuck Hill : > > The JavaWebObjects.framework/Resources/Java/javawebobjects.jar is different > than WAR type jar bundles. > > That might be a problem? > > I don't think so. > I took the same WebObjects framework

Re: Windows Deployment using JavaMonitor

2013-07-09 Thread Jérémy DE ROYER
Hello, 2012 was the only one available by my reseller… As for Windows 8, i'm using java 1.7 (my devs are made with 1.6) witch is the "only one" really supported. I feared installing 1.7 but as my apps were starting and working well (outside wotask and javamonitor), I didn't change for 1.6 Il

do I have to clone ERCoreBusinessLogic?

2013-07-09 Thread Theodore Petrosky
i have run into a wall. the oldValues as well as newValues are hard coded to a varchar size 1000. I will never use this on anything other than Postgresql and the docs say the there is no penalty for using a column type of 'text', effectively no limit. But I will have to alter the model. I can

Re: timezone for web users?

2013-07-09 Thread Ken Anderson
Every app I have makes similar default calls. On Jul 8, 2013, at 8:34 PM, Paul Hoadley wrote: > On 09/07/2013, at 3:29 AM, Jesse Tayler wrote: > >> I realize I had apparently statically set the timezone to GMT? >> >> Maybe I did this for my database?? >> >> I had this in my app constructor >

Re: Need help with building tricky qualifier

2013-07-09 Thread Theodore Petrosky
Is there any reason that you can not add a view on the backend. get halfway there with a view then your d2w query will not be so involved. On Jul 9, 2013, at 2:30 AM, Markus Ruggiero wrote: > Thanks Ramsey, but... > > On 08.07.2013, at 19:49, Ramsey Gurley wrote: > >> It seems like the ap