Re: WOHyperlink problem..

2011-03-28 Thread Henrique Gomes
On Mar 28, 2011, at 3:50 PM, pavan.jayam wrote: > Dear List, > > i have a div which contains hyperlinks, onclick i am loading a page in frame, > bindings are "action=hyperlinkAction; > > for the first time i click on it hyperlink its working fine, but when i click > on other tabs and come ba

Re: AjaxExpansion "expanded" flag binding problem?

2011-04-13 Thread Henrique Gomes
Long shot, try removing the 'is' from the binding: expanded = agreementDetailsVisibleForBundleProductItem; Also, make sure the code the app is using is the code you are looking at. Clean your project, look for other mistakes. Good luck, Henrique Gomes On Apr 14, 2011, at 12:08 AM,

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Henrique Gomes
really looks like the database field is an int. I would double check that. Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your S

Re: Installing the tools: The One True Way?

2011-05-10 Thread Henrique Gomes
tConnect for all development, having a copy of wotaskd > is useful. > > Opinions? > I second the idea of having Wolips install the WO runtine and/or wonder. Maybe that would also fix the proxy problem. Regards, Henrique Gomes ___ Do no

Re: Installing the tools: The One True Way?

2011-05-10 Thread Henrique Gomes
On May 10, 2011, at 12:05 PM, Michael Schrag wrote: > > > Sent from my iPad > > On May 10, 2011, at 6:47 AM, Henrique Gomes wrote: > >> It's always good to minimize confusion, I'm all for it. >> >> On May 9, 2011, at 11:00 AM, Pascal Robert w

Re: WOWODC: ERRest topics

2011-05-10 Thread Henrique Gomes
s/webservices/library/ws-restwsdl/ > > > Almost, could use a little more XML. > > > -- > Chuck Hill Senior Consultant / VP Development > The S stands for Simple: http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/ [Probably ol

Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-12 Thread Henrique Gomes
on/InternetWeb/Reference/WO542Reference/com/webobjects/eocontrol/EOFetchSpecification.html#setUsesDistinct(boolean) Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.a

Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-12 Thread Henrique Gomes
relation is toOne or toMany. Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mail

Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-12 Thread Henrique Gomes
7;B's when fetching from A. Henrique Gomes On May 12, 2011, at 4:07 PM, naneon.raym...@neuf.fr wrote: > Hi all, > > I could fix my problem of *Distinct* with this line: > > ds.fetchSpecification (). setUsesDistinct (true); > > Then I adde

Re: Replacing no instance / app not found with custom 404 or similar

2011-05-16 Thread Henrique Gomes
If I remember correctly it's the 'Redirect URL' on the Site tab o JavaMonitor. Henrique Gomes On May 16, 2011, at 4:13 PM, Karl wrote: > Hi, > > Does anyone know of a way to replace No Instance or App Not Found messages > with a friendly static page? Such as

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Henrique Gomes
On Jul 7, 2011, at 6:08 PM, Amedeo Mantica wrote: > And also this thread has gone offtopic :-) That never happened before :-) When I see long threads I always hope they have gone off-topic, they become much more entertaining ;-) Henrique (That used 300bps modems to access the university VAXe

Re: Cleanup of Jira for WOLips

2011-09-21 Thread Henrique Gomes
You can always uuencode the file an place it on the comments :-) I bet 90% of the members of this list would know what to do it . HG On Sep 20, 2011, at 11:39 PM, Ramsey Gurley wrote: > Good point. I didn't realize there was no way to attach files to an issue on > GitHub. Although, when I thi

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
Is the AutoComplete inside a form? Also, AjaxAutoComplete has both a value and a selection binding. You can use either of both. HG On Sep 21, 2011, at 2:14 PM, Raymond NANEON wrote: > Help please, my project is stuck on this problem. > > When I use WORequest and use formValueForkey("autoCom

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
> selection = session.selectedMotClefs; How is that defined in your Session? I wonder why your are using the session at all. Why not a local variable on your WOComponent? > if (getSelectedMotClefs() != null) { What's the code for getSelectedMotClefs() ? HG On Sep 21, 2011, a

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
On Sep 21, 2011, at 3:10 PM, Raymond NANEON wrote: > > Envoyé depuis iCloud > > Le 21 sep 2011 à 06:53, Henrique Gomes a écrit : > >> >> >> >> > selection = session.selectedMotClefs; >> >> How is that defined in your Session? >&g

Re: Golipse installs Eclipse 3.7

2011-09-23 Thread Henrique Gomes
On Sep 23, 2011, at 9:43 AM, Pascal Robert wrote: > > Le 2011-09-22 à 23:31, ISHIMOTO Ken a écrit : > >> I am using the Workspace Mechanics from day one, but have no Problems. > > Workspace Mechanics do work for me too. I found that the exception I'm > getting is when bundle-less is enabled a

Re: Golipse installs Eclipse 3.7

2011-09-23 Thread Henrique Gomes
On Sep 23, 2011, at 11:36 AM, Henrique Gomes wrote: > > On Sep 23, 2011, at 9:43 AM, Pascal Robert wrote: > >> >> Le 2011-09-22 à 23:31, ISHIMOTO Ken a écrit : >> >>> I am using the Workspace Mechanics from day one, but have no Problems. >> >>

Re: Help with ERXEOAccessUtilities

2011-11-15 Thread Henrique Gomes
On Nov 14, 2011, at 11:34 PM, Gino Pacitti wrote: > Access denied for user 'admin'@'127.0.0.1' Sounds like the root cause right there HG ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobje

Re: Help with ERXEOAccessUtilities

2011-11-17 Thread Henrique Gomes
that so? > > Other SQL statements are evaluated using the WO EOUtilities Class with no > problem... Am I not providing using info? > > GIno > On 15 Nov 2011, at 09:47, Henrique Gomes wrote: > >> >> On Nov 14, 2011, at 11:34 PM, Gino Pacitti wrote: >> >>>

Re: Using NTLM Authentication in WO apps

2011-11-21 Thread Henrique Gomes
On Nov 21, 2011, at 8:34 AM, Karl wrote: > Hi, > > We have a client who wants to use NTLM authentication for our WOApp to > provide single sign on for their Windows users. Has anyone actually done > this before? > > We are hosting the app on Mac OS X 10.7 using Java 6 and Apache 2.x. > > An

Re: Community needs

2011-12-10 Thread Henrique Gomes
structure they impose. If you want a KB, what we can do is have an archive of the mailing list hosted by the community, although with the number of archives on the internet, and the speed at which information ceases to be relevant, don't really think it is

joda LocalDate and D2W?

2011-12-29 Thread Henrique Gomes
atter object to create the jodaLocalDate from the string and the other way around. Do I have to roll my own component, patch one of the existing components or is there a simpler solution? Many thanks. Henrique Gomes ___ Do not post admin requests to the

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread Henrique Gomes
RD2WEditAttachment, which *does* allow removing. Did not do anything to get that. Now, the Inspect page, is getting on my nerves, sometimes, it switches to ERD2WDisplayToOne, instead of ERD2WDisplayAttachment. Going through the rules now Henrique Gomes _

D2W, entity with two relationships to the same entity?

2012-01-06 Thread Henrique Gomes
t task; '(Page1)' key not found. Best regards, Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://

Re: Developing with Apache instead of Direct Connect

2010-08-25 Thread Henrique Gomes
No WOWODC for me... Too far away... If the app runs, presents a login screen then fails, it looks like there is no problem with apache or the wolips running configuration, looks like your next page just takes too long.. If you hit refresh after the "No instance.." page what do you get? HG O

Re: erattachment help

2010-09-24 Thread Henrique Gomes
Can't tell whats wrong either On Sep 24, 2010, at 5:45 PM, Theodore Petrosky wrote: > ok. so I am still trying to get erattachment working. I have a little test > app. > > I can select an image (pdf, jpg) and 'upload' it. When I click its link it > will show in the ERAttachmentViewer. >

Re: D2W Noob Question

2010-11-17 Thread Henrique Gomes
te action: <> And changed MainNavigationController.java to have that action. There are examples on the comments. (Assuming you are using the most recent template from wolips) Regards, Henrique Gomes On Nov 17, 2010, at 5:15 PM, Joe Kramer wrote: > Hi All, > > I'm trying my f

Re: Weird plist framework question

2010-11-24 Thread Henrique Gomes
I have a 'configuration' table with a field where I store a NSDictionary. The database field is a string, I use the methods from NSPropertyListSerialization to store and read the NSDictionary. Henrique Gomes On Nov 24, 2010, at 6:13 PM, Dan Beatty wrote: > Greetings Wizard

Re: automatically session creation

2010-11-26 Thread Henrique Gomes
A session is always created if you use statefull components or form actions. The page needs to be all made with stateless components and the form must use direct actions. As for Ajax, well, you might have to rethink it: http://osdir.com/ml/webobjects-dev/2009-07/msg00319.html Henrique Gomes

Re: SSL Trouble with httpd-ssl.conf include

2010-11-26 Thread Henrique Gomes
On Nov 26, 2010, at 4:25 AM, Jeff Schmitz wrote: > Hello, > I'm following the directions at the below link to add ssl support... > > http://wiki.objectstyle.org/confluence/display/WO/Development-SSL+requests+via+https+protocol?showComments=true&showCommentArea=true#addcomment > > but after add

Re: SSL Trouble with httpd-ssl.conf include

2010-11-26 Thread Henrique Gomes
Henrique Gomes On Nov 26, 2010, at 2:31 PM, Jeff Schmitz wrote: > > On Nov 26, 2010, at 6:34 AM, Henrique Gomes wrote: > >> >> On Nov 26, 2010, at 4:25 AM, Jeff Schmitz wrote: >> >>> Hello, >>> I'm following the directions at the below lin

Re: SSL Trouble with httpd-ssl.conf include

2010-11-28 Thread Henrique Gomes
What's the URL that's not found? What code or bindings are you using to generate the hyperlink to the secure page? Henrique Gomes On Nov 28, 2010, at 2:51 PM, Jeff Schmitz wrote: > Thanks, > > That gets me closer. Apache is now running when I restart it, and when I &g

Re: SSL Trouble with httpd-ssl.conf include

2010-11-29 Thread Henrique Gomes
r those protocols.) On the httpd-ssl.conf could you try changing the ServerName to localhost:443? Like these: ServerName localhost:443 Henrique Gomes > > On Nov 28, 2010, at 8:08 AM, Henrique Gomes wrote: > >> >> What's the URL that's not found? What co

Re: SSL Trouble with httpd-ssl.conf include

2010-11-29 Thread Henrique Gomes
can configure both in parallel (to also allow the use of DSA > # ciphers, etc.) > #SSLCertificateFile "/private/etc/apache2/devsslcerts/localhost_server.crt" > SSLCertificateFile "/private/etc/apache2/server.crt" > #SSLCertificateFile "/private/etc/apache2/server-dsa.crt&quo

Re: SSL Trouble with httpd-ssl.conf include

2010-11-29 Thread Henrique Gomes
My experience ends there, I'm afraid. I've setup apache with SSL, but never did any specific coding in WebObjects for it. Hope others can help. Henrique Gomes On Nov 29, 2010, at 4:52 PM, Jeff Schmitz wrote: > yes, am using rewrite rules, and that's the problem. Appli

Re: Exceptions originting from non-existing DirectActions

2011-02-08 Thread Henrique Gomes
It might help to give more information, page structure, what components, etc. I might wrong but either you have some binding wrong, or there's a bug in WO / whatever framework you are using. Trying to catch it might not be the best course of action. Henrique Gomes On Feb 8, 2011, at 9:

Re: ReportMill [was Re: WOWODC 2010 : call for presenters]

2009-11-04 Thread Henrique Gomes
and boom! Except of course for all the details that get lost on that transformation :-( Henrique Gomes On Nov 3, 2009, at 4:25 PM, Mark Morris wrote: Other than price and "open-source-ness", are there disadvantages to ReportMill versus other tools? I've been pretty happy wit

Re: Building for deployment

2009-12-14 Thread Henrique Gomes
ion of setupWonder.sh but I was always curious if there is a simple switch to make $ ant frameworks.install install on the user domain like ~/Library/Frameworks Thanks, Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webo

Re: Building for deployment

2009-12-14 Thread Henrique Gomes
seldom require them like that, and dislike putting stuff in /Library if it is just for a quick test. In those cases I manually cp -r from the build directory > See Wonder/Build/build/generic.xml for details. > > HTH, Kieran > > > > On Dec 14, 2009, at 10:48 AM, Henr

Re: Building for deployment

2009-12-14 Thread Henrique Gomes
situations that I want to do ant builds on my mac, a simple way to stuff the wonder frameworks on ~/Library/Frameworks would be nice. I'll have a look at those properties but always had the impression that all you could is to coerce wonder into a separate 'root' Henrique Gomes &

Re: Building for deployment

2009-12-15 Thread Henrique Gomes
under "receipt, n.": > >13. gen. The formula of a preparation, or an account of the means, for > bringing about some end; (in extended use) the means for attaining an end. > Cf. RECIPE n. 3. Now arch. > > :-) > > - Patrick > > > On Dec 14, 2009, at 1:20

Re: LEWOStuff (the stuff with JSON-RPC!)

2010-01-06 Thread Henrique Gomes
On Jun 10, 2008, at 9:44 PM, Andrew Lindesay wrote: > Hello David; > >> WO -> Web >> WO -> Java Client >> WO -> Cocoa Client >> WO -> Cocoa Touch Client > > WO -> WO :) Helo, I am starting with your JSON RPC precisely on a WO->Wo scenario. Looking at the pdf, the examples and some mails I'v

Re: LEWOStuff (the stuff with JSON-RPC!)

2010-01-07 Thread Henrique Gomes
Andrew, Thank you, that did it. I was thinking I had to change something on the server, I now realize the 'on the wire' format is always the same, right? It's the client that has to be instructed on how to deserialize. But does it mean that If I have the EO Model also on the client it will ins

Re: Best way to run period task?

2010-01-07 Thread Henrique Gomes
Another vote for quartz! Might be overkill for a simple recurring task but having the flexibility there for the future is great. Henrique Gomes On Jan 7, 2010, at 7:19 AM, Frédéric JECKER wrote: > Hi, > > Quartz (http://www.quartz-scheduler.org/) works pretty well > > Regards

Re: need to add dir to classpath

2010-01-13 Thread Henrique Gomes
Some time ago I also needed a properties file on the classpath and after trying and failing to convince the build system to help me, I gave up and added -DWOEnvClassPath= to the app configuration on JavaMonitor. If you find a better way let me know :-) Henrique Gomes On Jan 13, 2010, at 2

Re: Quoting hell, anybody a solution?

2010-02-18 Thread Henrique Gomes
On Feb 18, 2010, at 8:45 AM, Johan Henselmans wrote: > I am trying to call a webobjects string in an a href; > > First i tried this: > > ') "; > onMouseOver = "ShowContent(' value="[mySess.selectedPerformance.primaryKey]"/>'); return true;" > onMouseOut = "HideContent(' ="[mySess.selectedPer

Re: questions of WO/ Wonder and Linux

2010-05-14 Thread Henrique Gomes
On May 14, 2010, at 12:56 PM, Pascal Robert wrote: > Yes, it it just like an OS X box, except the paths. On Linux, > /Library/WebObjects become /opt/Local/Library/WebObjects, /Library/Frameworks > become /opt/Local/Library/Frameworks. The problem (or just annoyance?) with those paths is that

Re: Problem with Eclipse/WOLips

2010-05-17 Thread Henrique Gomes
.mdimension.com/hudson/job/WOLips34Stable/lastSuccessfulBuild/artifact/site Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Sub

Re: Content Assist

2010-05-18 Thread Henrique Gomes
On May 18, 2010, at 7:47 AM, Gino Pacitti wrote: > Starting to like WOLips.. but a few hints needed.. > > How do I get code assist working? I saw a movie called Tiny Ajax App and it > showed key phrases being clicked on and types being entered for variable > names and methods? > > Is there a

Re: WOWODC - a few pics

2009-06-09 Thread Henrique Gomes
On Jun 9, 2009, at 3:45 PM, Frédéric JECKER wrote: WOWODC Europe would be a great idea !! +1 Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Let's play "Spot the Deadlock" ;-)

2009-10-07 Thread Henrique Gomes
e first access to the data provider, that way every acces is on the same thread. So my point really is that Anjo's latest changes on ERXEC might have exposed something, or there is a bug on those changes (nahhh) Regards, Henrique Gomes __

Re: [SOLVED]Antw: Re: Problem with pages saved in a variable

2009-10-14 Thread Henrique Gomes
return previousPage; Seems to work alright. I'm willing to be educated on a better way if any. Henrique Gomes On Oct 14, 2009, at 2:55 PM, Andri vonAllmen wrote: The end result: A user navigates from page A to page B to page C. Page C has a hyperlink to page A (return page

Correct EO Modeler settings for postgresql?

2008-04-16 Thread Henrique Gomes
eeds to be corrected? --- Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/

Connecting to DB with user supplied credentials.

2008-06-11 Thread Henrique Gomes
ugin = "PostgresqlPlugIn"; username = "hmng"; driver = ""; password = ""; URL = "jdbc:postgresql:// server/db"; } [2008-6-11 14:25:38 WEST] === Begin Internal Transaction [2008-6-11 14:25:38 WEST] evaluateExpression: [2008-6-11 14:25

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Henrique Gomes
.eoaccess.EOUtilities.connectWithModelNamed(EOUtilities.java:840) at .components.Main.doLogin(Main.java:68) I wonder if I'm missing something on the EOModel or dictionary On Jun 11, 2008, at 3:23 PM, Henrique Gomes wrote: Hello, In my first WO project, I need to connect to the db using the creden

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Henrique Gomes
daptor So I guess not? --- Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailm

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Henrique Gomes
Yes, that is correct. I guess I'm asking what is the correct way to do that. Henrique Gomes On Jun 11, 2008, at 4:25 PM, Lon Varscsak wrote: To clarify, you want each session to have it's own connection to the database? Lon On Wed, Jun 11, 2008 at 7:50 AM, Henrique Gom

Re: Connecting to DB with user supplied credentials.

2008-06-11 Thread Henrique Gomes
8-6-11 16:42:18 WEST] evaluateExpression: Why does the invocation of connectWithModelNamed throw an exception and subsequent uses of the EditingContext work?? Henrique Gomes On Jun 11, 2008, at 4:25 PM, Lon Varscsak wrote: To clarify, you want each session to have it's own connec

Re: WOLisp app deploy as a servlet

2008-08-21 Thread Henrique Gomes
Glad to know, I was fighting the same battle! The catch however is that "WOLips Ant Tools->Replace with latest build.xml" is not working. You will have to use the one from a new project. If that can't be easily fixed, shouldn't it be disabled? So as to not c

Re: Compiling mod_WebObjecs on Leopard

2008-08-25 Thread Henrique Gomes
ystem/Library/WebObjects/Adaptors/Apache2.2/ mod_WebObjects.so100755 0/0 452256 4170584091 And it's working perfectly. Regards, Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: Question: Best practice for switching db connections as build time

2008-10-24 Thread Henrique Gomes
p.db=dbname I guess you can do something similar with the login/password. The beauty of it is that you can launch the same app with connections strings, no recompile/rebuild needed. Of course, being new here I invite comments about this approach Henrique Gomes ___

Adding a xml config file to the classpath

2008-12-21 Thread Henrique Gomes
oject/classes.include.patternset didn't help. Regards, Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscrip

Re: Adding a xml config file to the classpath

2008-12-21 Thread Henrique Gomes
lipse 3.4.1, wolips nightly from yesterday, doing split installs. Regards, Henrique Gomes On Dec 21, 2008, at 7:01 PM, Mike Schrag wrote: or in your case, **/*.xml ms On Dec 21, 2008, at 1:33 PM, Henrique Gomes wrote: Hello, I am using a library that loads it's con

Re: Adding a xml config file to the classpath

2008-12-22 Thread Henrique Gomes
lace on build.xml so that the app will have that dir on it's classpath. Might make it simpler to have different configs for development and deployment. Thanks for all your help. Henrique Gomes On Dec 21, 2008, at 3:45 PM, Henrique Gomes wrote: That doesn't seem to make any differenc

Re: New WOLips is Stable

2009-01-26 Thread Henrique Gomes
So what if we continue on nightly? Is it going through changes not recommended for production use? Can you warns us in advance if that's the case? Regards, Henrique Gomes ___ Do not post admin requests to the list. They will be ig

Re: [MEETING] WO-NOVA meeting Tuesday 2/17

2009-02-19 Thread Henrique Gomes
, but, alas, I'm in a different continent... If there was any material (presentations, samples of scripts/configs) I think many of us would like to take a peek. Regards, Henrique Gomes ___ Do not post admin requests to the list. They will be ig

Re: Peer ECs in updating EO

2009-02-21 Thread Henrique Gomes
localInstace() on the setter? I don't now if I made myself clear Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

ADC has tutorial on WebObjects using WOLips

2009-02-23 Thread Henrique Gomes
Didn't see this mentioned, might be of interesse to some.Getting StartedA guided introduction and learning path for developers new to WebObjects. Sort byTitleSort byResource TypeSorted byDateWebObjects Tutorial (HTML) (PDF)Steps for building a simple WebObjects application using Eclipse and the WOL

Re: AjaxUpdateLink's action not getting called

2009-03-10 Thread Henrique Gomes
tainerID when there's a change. Henrique Gomes On Mar 10, 2009, at 4:48 PM, Ricardo J. Parada wrote: Is there a reason why my action would not get called when I use the AjaxUpdateLink's in a configuration like this: Thi

Re: AjaxUpdateLink's action not getting called

2009-03-10 Thread Henrique Gomes
fixed. Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-08 Thread Henrique Gomes
Thanks, that's a real time saver! HG On Jan 7, 2013, at 3:56 PM, Pascal Robert wrote: > Hello, > > The deployment tools are now available under a Yum repository for even easier > installation! If you are using CentOS 5.x/6.x, RedHat Enterprise Linux > 5.x/6.x or Amazon Linux, you can simply

Re: Apache adaptor for OS X 10.8

2013-03-26 Thread Henrique Gomes
ost on the Server.app interface and then change the configuration file to Include webobjects.conf and got the 'No application running' screen. More tomorrow… Kind regards, Henrique Gomes On 26/03/2013, at 19:29, Johann Werner wrote: > Hi Pascal, > > some months ago I did

Re: Apache adaptor for OS X 10.8

2013-03-26 Thread Henrique Gomes
: > > Le 2013-03-26 à 15:51, Henrique Gomes a écrit : > >> Hello, >> >> I started today trying to get 10.8 *Server* to use mod_WebObjects. Before I >> had to leave, I did found out that /etc/apache2 files are not used if >> Server.app is installed. Th

What does NEXT_ROOT has to do with launching a java VM??!?!?

2013-03-27 Thread Henrique Gomes
to invoke. Why would setting NEXT_ROOT stop java from even launching? Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Su

Re: What does NEXT_ROOT has to do with launching a java VM??!?!?

2013-03-27 Thread Henrique Gomes
Oh, I guess setting NEXT_ROOT will prevent /System/Library/Frameworks/JavaVM.framework from being found? On Mar 27, 2013, at 12:09 PM, Henrique Gomes wrote: > > Can any one explain this? > > bash-3.2# java -version > java version "1.7.0_17" > Java(TM) S

Re: Anyone using Kepler?

2013-09-19 Thread Henrique Gomes
ork, great. Henrique Gomes On Sep 6, 2013, at 6:02 PM, Ramsey Gurley wrote: > I'm using 4.3 without issues for about 6 weeks now. My coworkers are not able > to make the same claim. We've all decided I'm charmed :-) > > https://github.com/wolips/wolips/issues/102 > >

Re: NSMutableDictionary OR NSDictionary

2012-03-23 Thread Henrique Gomes
So you want the value for that key to be an Array, with two elements, each one a Dictionary? HG On Mar 23, 2012, at 10:35 AM, Raymond NANEON wrote: > Hi, > > I Want to add dictionary to a key that already has dictionary in order to > have two dictionaries for the same key. > > i.e : Data.val

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Henrique Gomes
our app? Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archiv

Re: SQL

2012-04-13 Thread Henrique Gomes
On Apr 13, 2012, at 9:19 AM, Ron X wrote: > @Override > public WOActionResults defaultAction() { > NSArray result = > EOUtilities.rawRowsForSQL(session().defaultEditingContext(), > Chart.ENTITY_NAME, "SELECT count(*), sum(size)"); > > return pageWithName(Main.cl

Re: ERModernLook/ERModernDefaultSkin deployment

2012-04-16 Thread Henrique Gomes
-files gets loaded > > (...) > What am I doing wrong? What exactly are you doing on 2? Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Upda

Re: ERModernLook/ERModernDefaultSkin deployment

2012-04-16 Thread Henrique Gomes
e module to forward the requests it receives on port 80 (or 443) Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscrip

Re: Errors on integration branch

2012-04-17 Thread Henrique Gomes
On Apr 17, 2012, at 6:30 PM, Pascal Robert wrote: > Sounds like @Override annotations where the original method is from an > interface. You will get those errors if you are using Java 1.5 (works fine > for Java 1.6). Well, that is correct. Thanks. HG

Re: Problem with download link in 'appendToResponse'

2012-04-26 Thread Henrique Gomes
You can have a D2W component with a link to downloadable content, but that link needs to return a component that only vends the downloadable file. At least that's the way I've done always. Create an empty component (does not need any html, just the .java and .api) and place the appendToResponse

Re: Dev on Win ... deploy on *NIX and/or Mac

2012-04-29 Thread Henrique Gomes
I don't , but let me ask, are you talking about building or developing on windows? You might be able to *develop* on windows but use Jenkins on Mac or Linux to build. HG On Apr 29, 2012, at 3:55 AM, Robert B. Hanviriyapunt wrote: > Anybody build on Windows for deployment on UNIX or Mac? > >

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-05-10 Thread Henrique Gomes
w if I can help. Best regards, Henrique Gomes On Feb 17, 2012, at 1:37 PM, Philippe Rabier wrote: > Hi Paul, > > I can give you a complete framework I presented at the last WOWODC that > allows Quartz integration in a Wonder app. > Every class is documented, there is a package

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-05-10 Thread Henrique Gomes
On May 10, 2012, at 11:48 AM, Henrique Gomes wrote: > > Philippe, > > Did you manage to get this framework on github? > I was going to 'transplant' some code from a project to a new one where I > also need background, scheduled tasks. I thought your code might b

Re: JQueryMobile Fall 2012

2012-05-13 Thread Henrique Gomes
Very nice, can't wait to see it in action. Best Regards, HG On 13/05/2012, at 14:51, ISHIMOTO Ken wrote: > Hi all, > > Short intro Video : http://www.youtube.com/watch?v=mnjKSNKLQAU > > Thank you > > Ken Ishimoto > > > K's ROOM > ---

Re: AjaxUpdateContainer Empty Reponse

2012-05-17 Thread Henrique Gomes
Looking at your code; are you sure $regStatusExists is true? If it's null or false the container will be empty. You can place an after the just to show sometting in that case. HG On May 16, 2012, at 3:39 PM, Pranathi Chepur wrote: > Hi, > > I see some weird behavior with AjaxUpdateContaine

Problrems with 'Removed ERXEOSerializationUtilities since it is not necessary anymore · 4a98a64 '

2012-06-01 Thread Henrique Gomes
https://github.com/projectwonder/wonder/commit/4a98a64abbab509455ac7330ec1cf5a08343f99c Am I missing something or is these causing ERModern[Look|DirecttoWeb] to not compile? Henrique ___ Do not post admin requests to the list. They will be ignored

Re: Problrems with 'Removed ERXEOSerializationUtilities since it is not necessary anymore · 4a98a64 '

2012-06-01 Thread Henrique Gomes
Glad the problem isn't me :-) HG On Jun 1, 2012, at 6:27 PM, Ramsey Gurley wrote: > Crap. I didn't see a red x on that one when I removed it. I'll fix it asap. > Thanks for the heads up Henrique. > > Ramsey > > On Jun 1, 2012, at 10:10 AM, Henrique Gomes wr

Re: fetchLimit don't affect SQL fetching limit?

2012-06-27 Thread Henrique Gomes
Also, I had trouble some time ago, because a fetch *was* using LIMIT (on Postgres) but the subsequent fetch of prefetchingRelationshipKeyPaths were NOT. Is that expected behavior? I assume so, the result of LIMITing the fetch might not bring the relation tuples corresponding to the initial L

Re: WOLips integration branch

2012-06-28 Thread Henrique Gomes
Just tried it now, with 'Eclipse for Java Developers', no luck: Cannot complete the install because one or more required items could not be found. Software being installed: WOLips 3.7.20120626.31 (org.objectstyle.wolips.feature.feature.group 3.7.20120626.31) Missing requirement: WOLips 3.7.2

Re: Migrating from EOF to Cayenne

2012-07-13 Thread Henrique Gomes
r, but, really, is there a future on server side interface vending? I have been very happy with WO, but if/when I switch it will be for HTML5 native apps. Just my 2 € cents Henrique Gomes ___ Do not post admin requests to the list. They will be ignored.

Re: Migrating from EOF to Cayenne

2012-07-13 Thread Henrique Gomes
if vending HTML/CSS/JS from a server. And end users are always end users, I get my share of reports for web applications... Henrique Gomes ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-de

Re: what did I break with ant?

2012-07-23 Thread Henrique Gomes
On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote: > > BUILD FAILED > /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: > Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was not > successful for an unknown reason > > Total time: 3 seconds > >

Re: Logging on LINUX

2012-07-24 Thread Henrique Gomes
On Jul 18, 2012, at 1:19 PM, jp.malr...@free.fr wrote: > It is logging now. Don't know if it's because it took time to start logging > output or if it is because I made the directory "writable" by apache... It's not apache writing to the log folder It's the user running wotaskd... Unless t

Re: Trouble Shooting Mountain Lion

2012-07-27 Thread Henrique Gomes
Why would you want to shoot Mountain Lion? And why are you having trouble doing it? HG ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Su

Re: Startup in deployment hangs

2012-08-03 Thread Henrique Gomes
I can't guess, the only thing I see is that I recall reading warnings about not using Bonjour names (the *.local addresses) but really dns names. HG On Aug 3, 2012, at 11:55 AM, Markus Ruggiero wrote: > Hi, > > I have a simple ERD2W application that is in ongoing development. For the > custo

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Henrique Gomes
Hey, I also have a 2008 MBP, but it does have a SSD drive…. Couldn't you also just bring an airport base station? One less cable to plug... HG On 07/08/2012, at 14:49, Pascal Robert wrote: > So I'm really tired of my poor Early 2008 MBP, so I'm thinking to moving to a > MacBook Air with the

Re: creating a second database connection

2012-08-23 Thread Henrique Gomes
On 23/08/2012, at 20:37, Theodore Petrosky wrote: > so i am having a problem. > > db1 is a postgresql db on machine1 > db2 is an oracledb on machine2 > > I have a framework for each model and I am importing the frameworks into a > newly created D2W wonder app. > > If I start the app with

  1   2   >