Re: Migrations and ERAttachment error followup

2013-01-10 Thread Fredrik Lindgren
=your_user dbConnectPasswordGLOBAL=your_password You can do this in either the common library along with the model, or in the applications properties file, which BTW probable caused this error! /Fredrik Lindgren 6 aug 2012 kl. 19:18 skrev Sr. Ângelo Andrade Cirino : > Hi, > > I manag

Java 8

2014-03-26 Thread Fredrik Lindgren
Anyone tried it with WebObjects? Fredrik Lindgren ___ 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

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-24 Thread Fredrik Lindgren
So is there any instructions on how to set upp this in development mode, so that these URLs work: http://localhost/cgi-bin/WebObjects/app.woa/-56665 or of course something similar! Regards /Fredrik > 13 aug 2014 kl. 05:04 skrev Chuck Hill

Re: Precompiled WOAdaptor for apache 2.4

2014-11-02 Thread Fredrik Lindgren
I found this gem: http://stackoverflow.com/questions/19543094/apache-httpd-h-file-missing-on-macosx-after-mavericks-upgrade xcode-select --install I haven't had time to test this yet, but it seems reasonable that this is the issue. /Fredrik 31 okt 2014 kl. 00:18 skrev Benjamin Chew : > Patric

ERFileAttachment and garbage files

2014-12-03 Thread Fredrik Lindgren
Hi list, Is there anyone who has a simple solution to this problem: I have a component with a ERAttachmentUpload-component. When the user selects a file, and presses cancel (or backtracks out of the component). The file is created in the store, but not referenced (since the ERAttachment wasn't

Re: NSTimestamp

2014-12-04 Thread Fredrik Lindgren
Or you do a simple custom formatter with Bogdans trick:public class SimpleTimestampFormat extends java.text.SimpleDateFormat {  public TOTimestampFormat() { super(); }  public TOTimestampFormat(String pattern) { super(pattern); }    public TOTimestampFormat(String pattern, Locale locale) { super(pa

WOPayPal and Express Checkout

2009-08-20 Thread Fredrik Lindgren
Can I use WOPayPal for Express Checkout or is it used for something else? Regards /Fredrik Lindgren ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Eclipse 3.5.1 and WOLips and 32bit

2009-10-28 Thread Fredrik Lindgren
Hello List! I am trying to get the new Eclipse 3.5 cocoa to work on my core duo 32 bit mac (leopard). There seems to be some problems since WOlips are using the java 1.6 libraries and according to this note on an apple support document: The Java SE 6 release for Leopard is targeted at Jav

Re: Eclipse 3.5.1 and WOLips and 32bit

2009-10-28 Thread Fredrik Lindgren
ay be able to force eclipse to start up using a vm other than the default. A quick trip to google showed this site but I make no promise as to it's veracity. -j On Oct 28, 2009, at 9:03 AM, Fredrik Lindgren wrote: Hello and thanks for all replies! When I try to create a new Wonder A

Re: Eclipse 3.5.1 and WOLips and 32bit

2009-10-28 Thread Fredrik Lindgren
OLips 3.4, it's going to break. The current recommended version of Eclipse for WOLips is 3.4. ms On Oct 28, 2009, at 10:03 AM, Fredrik Lindgren wrote: Hello and thanks for all replies! When I try to create a new Wonder Application in Eclipse I get the follo

Re: Eclipse 3.5.1 and WOLips and 32bit

2009-10-28 Thread Fredrik Lindgren
Eclipse 3.4.2 and WOLips 3.4.2-nightly. :-) HTH, Kieran On Oct 28, 2009, at 10:31 AM, Fredrik Lindgren wrote: My WOLips version is 3.5.6006. I bet you are using the nighly unstable version! /Fredrik 28 okt 2009 kl. 15.16 skrev Mike Schrag: Note that you have to also be using the Eclipse 3.5

Re: Eclipse 3.5.1 and WOLips and 32bit

2009-11-01 Thread Fredrik Lindgren
in my file path to eclipse, that made it impossible to create Wonder Applications. Java apps worked fine though. Regards /Fredrik 28 okt 2009 kl. 15.03 skrev Fredrik Lindgren: Hello and thanks for all replies! When I try to create a new Wonder Application in Eclipse I get the following

Anybody looked at jqueryUI?

2010-01-04 Thread Fredrik Lindgren
I stumbled upon this: http://jqueryui.com/ while searching for info on html 5. Looks interesting. Has anybody here had any success with it together with ajax and WO? /Fredrik ___ Do not post admin requests to the list. They will be ignored. Webobjects-

Re: OR searches using DisplayGroups

2010-01-22 Thread Fredrik Lindgren
interested? It can of course be extended with more cool search ideas! /Fredrik Lindgren 21 jan 2010 kl. 22.17 skrev David Holt: > Hi all, > > I needed to include an OR search on a component that had been created using > the queryMatch functionality of WODisplayGroup. > > As you kno

Re: OR searches using DisplayGroups

2010-01-22 Thread Fredrik Lindgren
Here it is: TODisplayGroup.java Description: Binary data As I said it can be improved in a number of ways. For now it will really only work on text attributes, but it would be easy to extend it to use other types. Use as you like! Fredrik Lindgren 22 jan 2010 kl. 18.59 skrev David Holt

Re: ERProfiling

2010-01-22 Thread Fredrik Lindgren
Über cool and fun to play with! Thanks a LOT! /Fredrik 19 jan 2010 kl. 23.23 skrev Mike Schrag: >> http://emerald.hq.mdimension.com:8080/hudson/job/Wonder54/javadoc/er/profiling/package-summary.html > Bah ... sorry. link to our internal build server. THAT'S not gonna work. > > http://webobject

Stream directly from/to database?

2010-02-14 Thread Fredrik Lindgren
Hi, I would like to stream a file directly to/from a database without creating an intermediate NSData in memory. I found the post below from 2003 by the late David Teran. Does anyone have any pointers to this library? If not, are there any alternatives? /Fredrik > Hi, > > we are very pleas

PK-type

2010-02-18 Thread Fredrik Lindgren
Does anyone have a nice way of reverting a database of BYTE 24 primary keys to Integers? /Fredrik Lindgren ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Getting Started With WO site

2007-06-14 Thread Fredrik Lindgren
Great! Go for it. I think this is really needed! /Fredrik 14 jun 2007 kl. 08.29 skrev David LeBer: Hey all, For those of you who are not attending WWDC, there has been a lively discussion about many things WO. Motivated by this I whipped together a WO Getting Started page gettingstartedw

Installing WebObjects deployment on macosx 10.4 client computer

2007-08-21 Thread Fredrik Lindgren
If I want to install WebObjects deployment with monitor and apache configured just like the macosx server on macosx client. What is the best procedure for a working installation? Thanks in advance! /Fredrik ___ Do not post admin requests to the list.

Consuming web services document style

2007-12-17 Thread Fredrik Lindgren
suggestions? Any pointers? Regards /Fredrik Lindgren _ drop, Kålsängsgränd 10 B, 753 19 UPPSALA, Sweden +46 18 50 56 00, http://www.drop.se ___ Do not post admin requests to the list. They

Re: Consuming web services document style

2007-12-17 Thread Fredrik Lindgren
17 dec 2007 kl. 20:14 skrev Chuck Hill: On Dec 17, 2007, at 11:09 AM, Fredrik Lindgren wrote: Hello List! I have searched the web and read through all mails in this list regarding consuming a webservice with document style. The Apple documentation really does not help at all. All

Re: Consuming web services document style

2007-12-17 Thread Fredrik Lindgren
17 dec 2007 kl. 20:24 skrev Georg Tuparev: On Dec 17, 2007, at 8:09 PM, Fredrik Lindgren wrote: Hello List! I have searched the web and read through all mails in this list regarding consuming a webservice with document style. The Apple documentation really does not help at all. All

Re: Consuming web services document style

2007-12-18 Thread Fredrik Lindgren
17, 2007 8:38 PM, Fredrik Lindgren <[EMAIL PROTECTED]> wrote: 17 dec 2007 kl. 20:24 skrev Georg Tuparev: On Dec 17, 2007, at 8:09 PM, Fredrik Lindgren wrote: Hello List! I have searched the web and read through all mails in this list regarding consuming a webservice with document style. T

Re: [Announce] Invite to try out our new Web2.0/WebObjects powered site

2007-12-25 Thread Fredrik Lindgren
21 dec 2007 kl. 15:49 skrev Paul Stringer: Regards the SMS integration if anyone else needs such a thing, I've implemented this in a framework using the Logica OpenSMPP Java library. I'd be happy to share after cleaning it up if anyone has any use for such a thing. It's only useful if yo

Re: ModRewriteWOHyperlink

2008-05-05 Thread Fredrik Lindgren
Hello Aaron and the community! I have been using your excellent class ModRewriteWOHyperlink. When trying to get it to work in WebObjects 5.4 it stumbled on computeQueryDictionaryInContext which of course is in a private framework. Has anyone gotten this to work in 5.4? Should I use another

Re: ModRewriteWOHyperlink

2008-05-05 Thread Fredrik Lindgren
5 maj 2008 kl. 13.52 skrev Mike Schrag: I have been using your excellent class ModRewriteWOHyperlink. When trying to get it to work in WebObjects 5.4 it stumbled on computeQueryDictionaryInContext which of course is in a private framework. Has anyone gotten this to work in 5.4? Should I use

Re: ModRewriteWOHyperlink

2008-05-06 Thread Fredrik Lindgren
edrik Lindgren 5 maj 2008 kl. 18:46 skrev Fredrik Lindgren: 5 maj 2008 kl. 13.52 skrev Mike Schrag: I have been using your excellent class ModRewriteWOHyperlink. When trying to get it to work in WebObjects 5.4 it stumbled on computeQueryDictionaryInContext which of course is in a private fram

ERXWOContext54

2008-05-06 Thread Fredrik Lindgren
After installing the latest wonder framework I get this error. Any one know how to resolve it? there doesn't seem to be any ERXWOContext54 in er.extensions... 773 [main] DEBUG NSLog - Finished initialization after launch: ERXExtensions 1019 [main] DEBUG NSLog - Finished initialization aft

After converting from 5.3 XCode to Eclipse and 5.4

2008-05-06 Thread Fredrik Lindgren
After converting from 5.3 XCode to Eclipse and 5.4 I can't use images in the project. I get this error: 10002 [WorkerThread2] INFO er.extensions.ERXStaticResourceRequestHandler - Unable to get contents of file 'ERROR_NOT_FOUND_framework_*null*_filename_info.png' for uri: ERROR_NOT_FOUND_

Re: ERXWOContext54

2008-05-06 Thread Fredrik Lindgren
rik 6 maj 2008 kl. 23.28 skrev Mike Schrag: Sounds like you didn't update ERJars -- it's inside a jar file in there ... On May 6, 2008, at 4:40 PM, Fredrik Lindgren wrote: After installing the latest wonder framework I get this error. Any one know how to resolve it? there do

Re: After converting from 5.3 XCode to Eclipse and 5.4

2008-05-07 Thread Fredrik Lindgren
: On 6-May-08, at 3:10 PM, Fredrik Lindgren wrote: After converting from 5.3 XCode to Eclipse and 5.4 I can't use images in the project. I get this error: 10002 [WorkerThread2] INFO er.extensions.ERXStaticResourceRequestHandler - Unable to get contents of file 'ERROR_NOT_F

Re: After converting from 5.3 XCode to Eclipse and 5.4

2008-05-07 Thread Fredrik Lindgren
rk the images as web server resources by right clicking on them and selecting WOLips Tools as follows: On 6-May-08, at 3:10 PM, Fredrik Lindgren wrote: After converting from 5.3 XCode to Eclipse and 5.4 I can't use images in the project. I get this error: 10002 [WorkerThread2] INF

build.xml

2008-06-16 Thread Fredrik Lindgren
When making a new WOApp from eclipse I get a build.xml that differs substantially from the one I get when replacing with the latest build.xml (via ant tools). Which one is correct? Regards Fredrik Lindgren ___ Do not post admin requests to the

Re: build.xml

2008-06-16 Thread Fredrik Lindgren
bug in Jira for any problems you found in the latest Build.xml file? Thanks, Don On Jun 16, 2008, at 9:54 AM, James Cicenia wrote: the first one... that latest build.xml via the ant tools has problems. James Cicenia On Jun 16, 2008, at 8:50 AM, Fredrik Lindgren wrote: When making

Re: [Wonder-disc] SproutCore and WO?

2008-06-16 Thread Fredrik Lindgren
So to the original question... are there any examples to play with, or are you left alone with the WO - integration? It would be cool to play with a WO backend and sproutcore as an interface. /Fredrik 16 jun 2008 kl. 16.17 skrev David LeBer: On 16-Jun-08, at 10:01 AM, James Cicenia wrot

Re: build.xml

2008-06-17 Thread Fredrik Lindgren
D and WAR. The newer one you do not have to modify the build.xml at all. I clicked and unclicked the Servlet Deployment a couple of times in my project. When clicked it adds servletDeployment=true to build.properties. This should tell ant to create the SSDD and WAR. Don On Jun 16, 200

Re: build.xml

2008-06-17 Thread Fredrik Lindgren
Thanks! That did it. Much better. And you are right, I didn't se the Wonder Application until I looked under other... Replace with build.xml is definitely broken however. It uses an older version of the build.xml. Thanks again. /Fredrik 17 jun 2008 kl. 18.32 skrev Mike Schrag: match="c

My apps wont start since 10.5.4 update!

2008-07-02 Thread Fredrik Lindgren
) I would appreciate all the help i can get... Regards Fredrik Lindgren ___ 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: My apps wont start since 10.5.4 update!

2008-07-02 Thread Fredrik Lindgren
/ com.apple.webobjects.wotaskd or womonitor, I guess). Yours Miguel Arroz On 2008/07/02, at 10:33, Fredrik Lindgren wrote: Hi, I have a couple of wo apps that wont start up from monitor after the leopard 10.5.4 upgrade. They are hosted on a leopard client machine. I noticed that WebObjects got

Re: Eclipse WO + SVN

2008-07-29 Thread Fredrik Lindgren
I agee with all this. Except for my clean install Leopard client had the subversion binaries already... also I have yet to use the command- line. Subversive and Eclipse handles everything perfectly. /Fredrik 29 jul 2008 kl. 06.44 skrev Lachlan Deck: On 28/07/2008, at 10:24 PM, Jonathan Rick

Re: WOLisp app deploy as a servlet

2008-08-20 Thread Fredrik Lindgren
onal servlet. 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. Also if you are using Wonder, use the one generated from a new WOnder app, it defers in one place... Regards Fredrik Lindgr

Can't get automatic inverse relationships to work

2008-10-08 Thread Fredrik Lindgren
I use all this in my app: extend ERXApplication extend ERXSession extend ERXGenericRecord use ERXEC.newEditingContext() In properties i do this: er.extensions.ERXEC.safeLocking=true er.extensions.ERXEnterpriseObject.updateInverseRelationships=true When a set a one relationship from a form (wit

Custom WODisplayGroup with extended query behaviour, problem with KeyValue Coding.

2009-02-05 Thread Fredrik Lindgren
g the call to queryMatchAll which just returns the dictionary, I see that it is called, an overridden setObjectForKey in that dictionary does nothing, it isn't called. Does anybody have an idea how to fix this? Regards Fredrik Lindgren drop&search systems Uppsala, Sweden __

doubleValue and migrations

2009-03-22 Thread Fredrik Lindgren
Hi List! I am trying to use migrations for a new project and are having some problems. It seems like the prototype doubleValue doesn't generate a functional migration. It is set to use java.lang.Double, but that metod doesn't exist, there is a newFloatColumn method however. How should i d

Re: doubleValue and migrations

2009-03-22 Thread Fredrik Lindgren
mar 2009 kl. 22.10 skrev Mike Schrag: I don't know what version of Wonder you're using, but newDoubleColumn exists. ms On Mar 22, 2009, at 4:43 PM, Fredrik Lindgren wrote: Hi List! I am trying to use migrations for a new project and are having some problems. It seems like the

Re: Brendan Duddridge's ImageIO JNI Wrapper

2009-03-25 Thread Fredrik Lindgren
Interesting! From the documentation I can't see what image formats that are supported. Does any one know? Regards Fredrik 23 mar 2009 kl. 21.21 skrev Mike Schrag: http://webobjects.mdimension.com/wonder/api/er/attachment/thumbnail/ERImageProcessor.html#thumbnail(int,%20int,%20java.io.File,

eomodel in new window

2009-03-28 Thread Fredrik Lindgren
Hi List! I am using eclipse for a new project but are having a small problem... when the project was started I could double click the model to open in a new window. At some point though i have to right-click an choose open in entity modeler, which does not open in a new window. Is somethi

Re: eomodel in new window

2009-03-28 Thread Fredrik Lindgren
To answer my own question, it apparently was enough to duplicate the eomodel, removing the old one and reverted the name to the old one! Solved the problem anyway! /Fredrik 28 mar 2009 kl. 18.55 skrev Fredrik Lindgren: Hi List! I am using eclipse for a new project but are having a small

Re: doubleValue and migrations

2009-03-28 Thread Fredrik Lindgren
sing frontbase by the way... /Fredrik 22 mar 2009 kl. 22.10 skrev Mike Schrag: I don't know what version of Wonder you're using, but newDoubleColumn exists. ms On Mar 22, 2009, at 4:43 PM, Fredrik Lindgren wrote: Hi List! I am trying to use migrations for a new project and are ha

Undo manager and AJAX

2009-03-29 Thread Fredrik Lindgren
Has anyone got any experience with Ajax and NSUndoManager. I would like to have undo enabled on each ajax request. It seems though that with each ec.saveChanges() the undo stack is cleared. As i understand it this should not be the default, is it something that wonder adds? If I do not save

Re: Undo manager and AJAX

2009-03-30 Thread Fredrik Lindgren
OK! Seems like I should keep away then! Regards /Fredrik 30 mar 2009 kl. 16.54 skrev Anjo Krank: Am 30.03.2009 um 16:27 schrieb Mike Schrag: That said, I'm not sure undo conceptually really works out in EOF, anyway You sure about that? Or is it just unreliable? It _works_ -- that was ma

Re: Using JNDI ?

2009-04-12 Thread Fredrik Lindgren
Did you find a solution to this problem? I am stuck at the same point... /Fredrik 9 mar 2008 kl. 20.28 skrev Pascal Robert: I'm trying to make a model out of OpenDirectory LDAP schema. My settings: I can query this URL with "pure" JNDI calls and with Apache Directory Studio, but when I

Re: Using JNDI ?

2009-04-12 Thread Fredrik Lindgren
Found it! The user name should look like: uid=user,cn=users,dc=server,dc=com /Fredrik 13 apr 2009 kl. 02.10 skrev Fredrik Lindgren: Did you find a solution to this problem? I am stuck at the same point... /Fredrik 9 mar 2008 kl. 20.28 skrev Pascal Robert: I'm trying to make a mode

Re: modeling problem

2009-04-17 Thread Fredrik Lindgren
I would love to see the model. I am having trouble creating posixGroup records. Perhaps because of the objectClass multi-value type? My goal is to create users with email accounts on a mac os x server. Regards /Fredrik 2 apr 2009 kl. 02.20 skrev Mike Schrag: I can send you an EOModel that de

Log output using Wonder 3.0

2006-09-22 Thread Fredrik Lindgren
Hello!I have got a new behavior when installing wonder 3.0. There seems to be a log output which is repeated a couple of hundred times per page:73482 [WorkerThread5] INFO er.extensions.ERXExtensions  - How do I turn this logging off?/Fredrik _

Re: Log output using Wonder 3.0

2006-09-27 Thread Fredrik Lindgren
Fredrik Lindgren: Hello! I have got a new behavior when installing wonder 3.0. There seems to be a log output which is repeated a couple of hundred times per page: 73482 [WorkerThread5] INFO er.extensions.ERXExtensions - com.webobjects.eocontrol._EOKnownSelector (methodName=isEqualTo

Deploy on Windows?

2007-01-09 Thread Fredrik Lindgren
I am trying to get a working deployment on windows using Tomcat. I have it working om macosx under tomcat but when moved to windows I get Servlet WOServletAdaptor is not available error. I have tested all the workarounds on the lists and wikis but none of them seem to mater. Should I try an

Re: Deploy on Windows?

2007-01-10 Thread Fredrik Lindgren
le productCode=11 is WebObjects Deployment. As expected the 5.3.1 key didn't work with linux (wounix=false), but the 5.3 key did. It looks like the 5.3.2 key is a true deployment key for all platforms. On 10/01/2007, at 4:13 AM, Fredrik Lindgren wrote: I am trying to get a workin

Servlets and FrontBase

2007-01-12 Thread Fredrik Lindgren
I am trying to deploy a servlet using frontbase on macosx. When I add an eomodel and a component that uses the database it gives me "_obtainOpenChannel" error that I usually get when the database isn't running or the connection dictionary stops working. However this particular build works i

Re: Servlets and FrontBase

2007-01-15 Thread Fredrik Lindgren
On 12-Jan-07, at 4:49 AM, Fredrik Lindgren wrote: I am trying to deploy a servlet using frontbase on macosx. When I add an eomodel and a component that uses the database it gives me "_obtainOpenChannel" error that I usually get when the database isn't running or the connec

Re: Servlets and FrontBase

2007-01-16 Thread Fredrik Lindgren
Upon looking in the catalina.out file I see this: - An exception occurred while trying to open a channel: com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot create JDBC driver of class '' for connect URL 'null' Any clues? 15 jan 2007 kl. 21.12 skrev Fredrik Lind

Re: AJAX WebObjects Integration

2006-07-04 Thread Fredrik Lindgren
he class does not exist. This also works great on the cube. What could be missing? /Fredrik --"~_~"----- Fredrik Lindgren timeoff Uppsala Science Park 751 83 Uppsala Mobil: 070-493 11 00 Tel: 018-59 06 60 Fax: 018-59 06

Re: AJAX WebObjects Integration

2006-07-04 Thread Fredrik Lindgren
Thank you! That was it! /Fredrik 4 jul 2006 kl. 15.49 skrev Mike Schrag: JSONRPCBridge uses classes from Servlets, so make sure you have servlet.jar in your /Library/Java/Extensions folder (or /Library/ WebObjects/Extensions). ms On Jul 4, 2006, at 9:16 AM, Fredrik Lindgren wrote: When