Re: Session count

2016-09-12 Thread Thomas LATTER
quest().applicationNumber()); WebInstance instance = WebInstance.fetchRequiredWebInstance(editingContext, ERXQ.equals(WebInstance.ID_KEY, Integer.valueOf(instanceId))); instance.setActiveCount(0); editingContext.saveChanges(); } } super.terminate(); } 2016-09-12 18:33 GMT+02:00 Calven Eggert : > Thomas,

Re: get active session count for all instances

2016-09-12 Thread Thomas LATTER
Thanks Marco, I found a solution to this. Yes I have got all this in my JavaMonitor, but I needed to retrieve the info in java to display on screen from within one of the instances. So now I just continuously update a small table in a database with the active counts of each instance. Thomas

get active session count for all instances

2016-09-09 Thread Thomas LATTER
ereas I'd like the sum of all 4. Thanks in advance! Thomas ___ 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

maven.wocommunity.org : server not responding ?

2015-09-25 Thread Thomas LATTER
Hi everyone, Is maven.wocommunity.org down ? The server is not responding; regards, Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Virtual Column equivalent in EOModel ?

2015-06-09 Thread Thomas LATTER
Hi, In one of my Oracle tables I've got a virtual column. In my EOModel I had to set this field as Read-Only in order to do an Insert in this table. Otherwise the generated SQL included this field and an Oracle error occured. My problem now is to edit/update a row in this table because even with

Re: Creating the perfect error page

2015-04-29 Thread Thomas Philip
Nothing of mine will be put into DaveLips. Ever. Tom > On Apr 29, 2015, at 7:52 AM, Ken Anderson wrote: > > Is it checked in? I think the entire community needs to try out DaveLips > (YIKES) > >> On Apr 29, 2015, at 7:23 AM, David Avendasora >> wrote: >> >> Pt. Eclipse is so yesterda

ERXExistsQualifier

2015-04-23 Thread Thomas LATTER
Hi, The ERXExistsQualifier currently doesn't seem to work when multiple tables are referenced in the 'exists' condition. I think a few people are already aware of this but could anyone tell be if they know a way to work around this ? Because the only alternatives I see are either redesigning table

Prebuild mod_WebObjects.so Ubuntu 32bit

2015-01-18 Thread Thomas Grass
Hi, i’m looking for a prebuilt mod_WebObjects.so for Ubuntu 14.04 32bit, Apache 2.2. Does anyone can help me? There are only versions for CentOS, FreeBSD etc. on this link: http://wocommunity.org/documents/tools/mod_WebObjects/ Thanks Thomas

NSTimestamp

2014-12-02 Thread Thomas LATTER
Hi, what is the simplest way these days to convert a string or Date to NSTimestamp ? I can't seem to use SimpleDateFormat because java.util.Date cannot be cast to com.webobjects.foundation.NSTimestamp ... String stringDate = "01/01/2014"; SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/y

Best way to use raw SQL

2014-10-23 Thread Thomas LATTER
Hi, what would be the best way to query in SQL these days in Project Wonder ? I would like to use SQL directly sometimes for complex queries including calculations (averages, medians..). Some of the previous solutions are deprecated. Thanks in advance __

[no subject]

2014-09-28 Thread Thomas LATTER
Is there a known bug on ERXExistsQualifiers? The generated SQL code is false. It compares the primary keys of both tables instead of the foreign key and primary key as specified in the relationship. Someone posted this same bug in 2011, has anyone been able to use them since and otherwise what woul

Re: Inline-Bindings, Integer Values

2014-09-15 Thread Thomas Grass
Hi Paul, hi Fabian, thank you both. That worked! The correct way is to make it like $0. Thomas Am 15.09.2014 um 03:09 schrieb Paul Hoadley : > Hi Thomas, > > On 15 Sep 2014, at 5:20 am, Thomas Grass > wrote: > >> How can i tell the inline-bindings that 0 should be

Inline-Bindings, Integer Values

2014-09-14 Thread Thomas Grass
an Integer and not a String? I know that it would be possible to add 0 to a int-variable in the javaclass (f.e. int zero = 0;) and bind it with value=„$zero“ to it. But this is a thing I want to avoid. Thanks a lot, Thomas ___ Do not post admin requests to

Re: WO app to Draw

2014-06-17 Thread Thomas Grass
WOHiddenField which is bound to your Javaclass. Then you are able to store the input of the user to the database. Something like that. But that’s just a short „think-about-it“, i did not similar in past. Thomas Am 17.06.2014 um 21:45 schrieb Calven Eggert : > Anyone know how to write a WO app

Right Way to use jQuery

2014-06-13 Thread Thomas Grass (01SoftwareSolutions)
Hello, is it possible to use jQuery instead of prototype with wonder? What is the right way to do this? I found this article: http://wiki.wocommunity.org/display/documentation/ERJQuery How do i tell my wonder-application to use just jQuery? Thanks Thomas -- Thomas Grass, B.Sc

Re: WODirectConnect, AjaxUpdateLink. Weird.

2014-05-28 Thread Thomas Grass
onnect and AjaxUpdateLinks? Thomas Am 27.05.2014 um 06:16 schrieb Aaron Rosenzweig : > Hi Thomas, > > Make sure ALL of your resources are loading. Maybe there is something with > HTTP vs HTTPS or anything really…. When you went to direct connect something > else that is important

WODirectConnect, AjaxUpdateLink. Weird.

2014-05-23 Thread Thomas Grass (01SoftwareSolutions)
jaxObserveField etc.) works fine with or without WODirectConnect. What did I miss? Thomas -- Thomas Grass, B.Sc. | 01SoftwareSolutions +49 (89) 41 41 41 03-0 off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbergstraße 8 | D-85748 Garching b München _

Re: Character Encoding of textfield

2014-05-14 Thread Thomas Grass (01SoftwareSolutions)
Hi Jens, i had the same problem yesterday! Your solution works for me also fine! :-) Thomas -- Thomas Grass, B.Sc. | 01SoftwareSolutions +49 (89) 41 41 41 03-0 off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbergstraße 8 | D-85748 Garching b München Am 14.05.2014 um 07:50

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Fabian, you are right. On my working test virtual machine i get this result: thomas@ubuntu:~$ modprobe -l '*loop*' kernel/drivers/block/cryptoloop.ko kernel/drivers/media/rc/rc-loopback.ko kernel/drivers/target/loopback/tcm_loop.ko kernel/sound/drivers/snd-aloop.ko and on the mach

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Fabian, thank you for your reply. The check "modprobe -l loop" delivers no result. Is there any way to install this without the loop device? Is there a second and easy way to do this installation? This was the first install-guide which works fine for me :-( Thomas Am 12.05.

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
addr:87.230.86.154 P-t-P:87.230.86.154 Bcast:0.0.0.0 Mask:255.255.255.255 UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 Is there something wrong? Thank you Thomas Am 12.05.2014 um 11:45 schrieb Pascal Robert : > Does the loopback interface (

Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
nitor-java libprojectwonder-rest-java projectwonder-javamonitor projectwonder-wotaskd E: Sub-process /usr/bin/dpkg returned an error code (1) ### Does anyone know what this error means? I'm clouless…. Thanks for any help, Thomas ___

Right Place for Applications

2014-05-08 Thread Thomas Grass (01SoftwareSolutions)
after this installation: What is the right place now for that? Thanks a lot, Thomas ___ 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 Subscri

Re: Connecting from other devices in same network

2013-11-29 Thread Thomas Grass (01SoftwareSolutions)
Hello Bogdan, thank you very much! That was what i was looking for a long time! I have no set WOHost to 192.168.254.4 :-) Thomas Am 29.11.2013 um 11:00 schrieb Bogdan Zlatanov : > Hello Thomas, > > How do you run it, exactly? > > I suspect you are running the WO App i

Connecting from other devices in same network

2013-11-29 Thread Thomas Grass (01SoftwareSolutions)
oes anyone know this problem and how to deal with it? I think that it is not directly a WO-Problem, but maybe one of you can help me. Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread Thomas Peters
/ApacheTomcat5 this is related to tomcat, but there is a iptables REDIRECT command there. you may want to also try using the ALLOW, it’s more simple syntax. Thomas On Nov 28, 2013, at 12:07 AM, Chuck Hill wrote: > It seems odd that changing the OS would cause this to stop working. That > sho

Re: I am trying to create a WOHyperlink inside a WORepetition > null target WOComponent

2013-11-04 Thread Thomas Peters
I guess I thought I needed it… now based on your feedback, I realized I do not. I have found an error in my code in another place that was causing it. It was causing the results passed to my target page to be null. Thanks for your inquiry Ted. Thomas On Nov 2, 2013, at 9:03 AM, Theodore

Re: Deployment Question

2013-11-03 Thread Thomas Peters
I am very happy with RackSpace… On Oct 30, 2013, at 1:51 AM, Michael Kondratov wrote: > We used to use slice host and Rackspace. Worked fine. > > MIchael > Kondratov Labs > > On Oct 30, 2013, at 1:48 AM, ute Hoffmann wrote: > >> Hi, >> Has anyone experience with WebObjects Deployment on a 1

trying to get a Fetch Specification - Distinct Categories working on a WOPopupButton

2013-11-03 Thread Thomas Peters
e category. The page displays the same value no pater if I have the item & displayString values set in my Dynamic Component. What am I doing wrong? Thomas // Main.java private Movie acategory; // Stores the value of the Category search field. private NSArray distinctCategor

Resolved: I am trying to create a WOHyperlink inside a WORepetition > null target WOComponent

2013-11-03 Thread Thomas Peters
I had an error in my code… it’s working now. :-) On Nov 2, 2013, at 9:03 AM, Theodore Petrosky wrote: > why do you want this index? maybe I was answering the wrong question! > > Ted > > > On Nov 1, 2013, at 4:04 PM, Thomas Peters wrote: > >> thanks to

Re: I am trying to create a WOHyperlink inside a WORepetition > null target WOComponent

2013-11-01 Thread Thomas Peters
WOHyperlink is inside the WORepetition… and I have 5 movies inside bases on the results of a fetch. The WOHyperlink has the movie title set for each in the ResultTitle. However, I am trying to understand how to pass the current object. Thomas On Nov 1, 2013, at 8:41 AM, Theodore Petrosky wrote

I am trying to create a WOHyperlink inside a WORepetition > null target WOComponent

2013-10-31 Thread Thomas Peters
I have the following… This should be working… the movie that is getting passed to setMovie on the MovieDetails method is null. The WOHyperLink id inside the WORepetition that is the results list of movies. Typical demo... what am I doing wrong? ___ Main.wo Results : W

Re: error Trying to install mod_WebObject.so into xampp on ubuntu linux

2013-10-06 Thread Thomas Peters
building and using the WebObject module in apache2. Thomas On Oct 6, 2013, at 2:21 PM, Thomas Peters wrote: > I tried to install the module mod_WebObjects.so into the standard web server > built into Ubuntu: > > thomas@ubuntu-Dell-DM061:/usr/sbin$ sudo apache2ctl start > apache

Re: error Trying to install mod_WebObject.so into xampp on ubuntu linux

2013-10-06 Thread Thomas Peters
I tried to install the module mod_WebObjects.so into the standard web server built into Ubuntu: thomas@ubuntu-Dell-DM061:/usr/sbin$ sudo apache2ctl start apache2: Syntax error on line 239 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/WebObjects.load: Cannot

Re: WOInstaller.jar throws Exception in thread "main" java.io.IOException: Cannot run program "/bin/ln"

2013-10-06 Thread Thomas Peters
also checked the permissions for link tpeterss-macbook-pro-15:WOLips thomasgpeters$ ls -l /bin/link -rwxr-xr-x 1 root wheel 14976 Oct 19 2012 /bin/link On Oct 6, 2013, at 1:20 PM, Thomas Peters wrote: > Yes, > I have /bin/link > > it's a symbolic link to: > >

Re: WOInstaller.jar throws Exception in thread "main" java.io.IOException: Cannot run program "/bin/ln"

2013-10-06 Thread Thomas Peters
_file target_file I am under the impression that WOInstaller.jar is calling the /bin/ln internally; of which assumption may or may not help. :-) Thomas On Oct 6, 2013, at 1:05 PM, Bastian Triller wrote: > The hard link count of your /bin/ln is 1. It should be 2, since /bin/link and &

error Trying to install mod_WebObject.so into xampp on ubuntu linux

2013-10-06 Thread Thomas Peters
local/lib APXS ?= /usr/local/sbin/apxs ADAPTORS ?= CGI Apache2.2 endif # If you are building NSAPI uncomment this and specify where Netscape is installed. # This is typically /opt/netscape/suitespot # NS_ROOT = ifeq "MINGW" "${OS}" CC = gcc LIBS += -lwsock32 EXESUFFIX = .exe ADAP

Re: WOInstaller.jar throws Exception in thread "main" java.io.IOException: Cannot run program "/bin/ln"

2013-10-06 Thread Thomas Peters
Mar 2013 /bin/ln > > > > On 2013-10-04 8:25 PM, "Thomas Peters" wrote: > > Hi All, > > I am installing WOFramework using the following: > > $ sudo mkdir -p /Library/WebObjects/Versions/WebObjects543 > $ curl -O http://wocommunity.org/tools/WOIn

WOInstaller.jar throws Exception in thread "main" java.io.IOException: Cannot run program "/bin/ln"

2013-10-04 Thread Thomas Peters
re I am running the installer from sudo, but it is still causing this error. Any help appreciated. Thomas ___ 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: Max Allowed Sessions

2013-07-10 Thread Thomas Grass (01SoftwareSolutions)
limit, that an single user can't login after enough sessions are killed) Thomas -- Thomas Grass | 01SoftwareSolutions +49 (89) 41 41 41 03-0 off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbergstraße 8 | D-85748 Garching b München Am 10.07.2013 um 12:56 schrieb Dev WO

Max Allowed Sessions

2013-07-10 Thread Thomas Grass (01SoftwareSolutions)
Hello Community, is there an easy way to handle maximum allowed sessions in a WO-Application/Wonder-Application? (e.g. max. 25 Sessions allowed, otherwise an exceptions page will displayed)? Thomas ___ Do not post admin requests to the list. They

Re: Inline Elements

2013-06-10 Thread Thomas Grass (01SoftwareSolutions)
mponent.inlineBindingPrefix=$ > component.inlineBindingSuffix= > > Then you'd use: > > > or > > > See the pattern? > > I use the latter - and I suspect you do too, although I have seen the former > around... > > /Thor > > On 10.6.2013,

Re: Inline Elements

2013-06-10 Thread Thomas Grass (01SoftwareSolutions)
ng = "Hello WO"; In my TestComponent.html i've tried to request the string: The final output will be now: It looks like the tag will not me translated. Is there any setting which i have to set? Thank you, Thomas Am 09.06.2013 um 13:48 schrieb Paul Yu : &

Inline Elements

2013-06-09 Thread Thomas Grass (01SoftwareSolutions)
Hello Community, i want to use inline elements such like this: But webobjects ignores such statements (there is no output and no error message). What must be set to use it? For some cases I don't want to use the "default" and write a WOD and a HTML.

Size of fetched array

2013-05-27 Thread Thomas Grass (01SoftwareSolutions)
.subComponent(), "subComponent"); NSArray doubleJobs = MaintenanceJob.fetchForDoubleCheck(session.defaultEditingContext(), bindings); […] Is there a way to tell the fetch-Method the max number of objects to be fetched? For example: 10 Objects? Thomas _

DateFormat: Format for Time > 24 Hours

2013-02-16 Thread Thomas Grass (01SoftwareSolutions)
hat is the right way to display it? Is there a special date format for this issue? Thank you very much, Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/

Re: Get framework name

2013-01-22 Thread Thomas Grass (01SoftwareSolutions)
ublic YOURCLASS() { ... } ... } You could initialize when you create your instance: YOURCLASS yourClass = new YOURCLASS(); yourClass.init(frameworkName(); That would i do. Let me know if theres a better solution for this. Thomas Am 22.01.2013 um 20:59 schrieb Miguel Torres: > Hi List, > &

Re: Could not find the main class: =. Program will exit.

2013-01-21 Thread Thomas Grass (01SoftwareSolutions)
quot;java thing" was it, maybe subversive did wrong things. ;) Thomas Am 21.01.2013 um 20:39 schrieb Chuck Hill: > Try deleting the launch configuration and then Run As... WebObjects > application. That may fix it. > > > Chuck > > > On 2013-01-21, at

Could not find the main class: =. Program will exit.

2013-01-21 Thread Thomas Grass (01SoftwareSolutions)
rror? What can it be? Where should i look? Thank you, Thomas ___ 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

Framework Name

2013-01-08 Thread Thomas Grass
id this by the use of this.frameworkName(). In my current project, this function returns "null" instead of the name of the framework. Is there any other way to get this? Thomas -- Thomas Grass | 01SoftwareSolutions off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbe

Sorting "to many" relationship

2012-10-12 Thread Thomas Grass (01SoftwareSolutions)
s there a "nice" way to do this, without creating a fetch or order it on my own? Thank you, Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: WORequest, Logging IP-Addresses

2012-09-06 Thread Thomas Grass (01SoftwareSolutions)
Hi to all! Thank you very much. Worked perfectly! Am 06.09.2012 um 13:39 schrieb Pascal Robert: > > Le 2012-09-06 à 07:21, Thomas Grass (01SoftwareSolutions) > a écrit : > >> Hi WO-Developers, >> >> i have a question concerning logging IP-Addresses of users

WORequest, Logging IP-Addresses

2012-09-06 Thread Thomas Grass (01SoftwareSolutions)
entIP(WORequest request)" should return the IP-Address of the client. But how do i get the "request" on a WOComponent? Thank you very much, Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing l

Re: Two directActions on one form

2008-12-17 Thread Thomas Wedderburn-Bisshop
You could try On 18/12/2008, at 12:34 PM, David Holt wrote: I must be missing something basic, but I am doing simple login form with two submit buttons. I used to have the form bound to a login direct action and one submit button. Now I have: User Login Username:

Re: Criticism of Java Persistence Frameworks Blog Post

2008-12-06 Thread Thomas Wedderburn-Bisshop
platforms. I don't think a Wiki is the best forum for a head-to-head comparison of many platforms on specific issues. Regards Thomas On 06/12/2008, at 10:15 AM, Pascal Robert wrote: Le 08-12-05 à 17:16, Chuck Hill a écrit : On Dec 5, 2008, at 2:00 PM, Guido Neitzer wrote: I w

Best way of making shopping cart & checkout

2008-10-17 Thread Thomas Worrall
w to make a WOHyperlink that does that, but I don't know how to generate such a URL without putting it on a page. Thanks for all your help. Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Web

Best way of making shopping cart & checkout

2008-10-17 Thread Thomas Worrall
w to make a WOHyperlink that does that, but I don't know how to generate such a URL without putting it on a page. Thanks for all your help. Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Web

Fwd: WO-NOVA Meeting 10/15 at 6:30

2008-10-14 Thread Thomas Philip
Forwarding on behalf of Andrew, who seems to be having trouble with email these days. t Begin forwarded message: From: "Andrew R. Kinnie" <[EMAIL PROTECTED]> Date: October 14, 2008 10:06:10 AM EDT To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: WO-NOVA Meeting 10/15 at 6:30 Reply-To: [E

Re: Aaargh, ERXApplication!

2008-10-09 Thread Thomas Worrall
On 9 Oct 2008, at 14:27, Mike Schrag wrote: The line "import er.extensions.ERXApplication;" is failing. (As is "import er.extensions.ERXSession;", and a few others.) Wonder 5 was refactored into subpackages, so these packages are no longer correct. Just Source=>Organize Imports on your proj

Aaargh, ERXApplication!

2008-10-09 Thread Thomas Worrall
o work, which it did solve. Previously I had been using the versions of everything included in the binary installer at http://sisuworks.com/files/WOLips.zip . Any idea what I screwed up? Thanks, Thomas P.S. You guys have been great answering my previous queries. I

MySQL and Generate SQL, and inline bindings problems

2008-10-05 Thread Thomas Worrall
red at all. Thanks for taking the time to help a WO newbie. I'll hopefully be able to show off my first major app soon! Thomas Worrall ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-

Relationship between three tables

2008-09-30 Thread Thomas Worrall
Forgive me if I'm missing something obvious: I'm fairly new to all this. I have three tables: Performance, Seat, Booking. Each booking has one seat, and one performance. So, I could add a couple of one-to-many relationships from Booking to the other two. But, each seat+performance combinati

Re: Disable displaying contents of WOComponent

2008-06-26 Thread Thomas
Why not just put a conditional inside the wrapper around the component content? No code is required. Regards Thomas On 26/06/2008, at 7:49 PM, Freddie Tilley wrote: Hello, I'm trying to build a permission system that will disable the contents of the entire component. I guess norma

Re: retrieving PK immediately after saveChanges() ...

2008-06-10 Thread Thomas
primary key when it is saved to the database. Regards Thomas On 11/06/2008, at 8:36 AM, Gavin Eadie wrote: I need to provide a unique user-facing serial number on records, and it would be fine if it was the same as the primary key integer. What I've been trying to do is to save the r

Re: CSS Editor For WOLips?

2008-06-06 Thread Thomas
That's like asking what bicycle I would use when flying. http://www.panic.com/coda/ http://culturedcode.com/xyle/ On 07/06/2008, at 1:09 PM, Jerome Chan wrote: What would you all recommend for using as a CSS editor on WOLips? ___ Do not post admin r

Re: Method 'PUT' is not supported

2008-06-05 Thread Thomas
Alex, did you mean to use a "POST" method? Regards Thomas On 06/06/2008, at 7:34 AM, Alex Cone wrote: Anyone know what causes this odd error to pop up when doing direct action calls? : Method 'PUT' is not supported. To support 'PUT', you will have to imp

Re: iPhone and WebObjects

2008-05-21 Thread Thomas
James, sorry to treat you like a personal Google, but I can't find the videos you mentioned. Where would I find them? I've looked in developer.apple.com and in the WWDC 2007 videos. Regards Thomas On 22/05/2008, at 7:25 AM, James Cicenia wrote: Sounds like my proflle. I a

Re: iPhone and WebObjects

2008-05-21 Thread Thomas
life, and have some experience in C++ but always hated it and never got good at it. I'm looking forward to writing Objective-C, but so far any code I have seen has been inscrutable to me. Regards Thomas On 22/05/2008, at 6:46 AM, Mike Schrag wrote: I'm displaying my ignorance her

Re: iPhone and WebObjects

2008-05-21 Thread Thomas
ic goal to motivate me through the hard stuff. Any thoughts welcome. Regards Thomas On 22/05/2008, at 12:14 AM, David Avendasora wrote: Well, I know everyone is going to tell you what the implications are for creating a WebUI WO application (because that's what almost everyone here does)

Re: Coupling WO with Flex

2008-05-20 Thread Thomas
ation. The "objects" I served in the web services were just arrays of dictionaries of Strings and other simple types. I haven't tried Flex in 5.4, but I believe some of the Web Service bugs are fixed. Regards Thomas On 20/05/2008, at 4:55 PM, Thierry Kramis wrote: Hi

Re: [Wonder-disc] Help getting started with Wonder AJAX

2008-05-15 Thread Thomas
#x27;ve been using my own hand-crafted AJAX for over a year, and I can see that I'll now become more productive. Regards Thomas On 15/05/2008, at 5:57 PM, Helmut Schottmüller wrote: Hi Thomas, have you had a look at the Ajax Examples Application provided with Wonder? It's defi

Re: Deserializing complex types when consuming web services

2008-03-06 Thread Thomas
ll check out the link you gave. If anybody is interested in my hacked together code for Telesign I'll happily supply it. It's not WO-specific any more. I'll keep in mind the URL/URN thing, but it was definitely receiving the real XML and trying to parse it. Regards Thomas

Re: Help with Double Action Method

2008-03-06 Thread Thomas
There is also the bug in MSIE that if there is a malformed tag like href="whoops> it can cause the whole page be fetched twice my MSIE, and sometimes the same thing happens with Firefox. Unlikely this is your problem, but just a thought. Regards Thomas On 07/03/2008, at 6:07 AM, Ch

Deserializing complex types when consuming web services

2008-03-05 Thread Thomas
necessary to deserialize the Call object and its immediate child APIErrorResponse, but it's complaining about a simple String element/attribute with a name that seems right. Any help in pointing me in the right direction would be appreciated. Regards Thomas -- Exceptio

Re: Bringing back the dev tools

2008-02-23 Thread Thomas
o interact with it in the way that is important at the time of working on components. So no, for me it is not just drag-and-drop. Regards Thomas On 24/02/2008, at 1:29 PM, Q wrote: I am curious. Is it mainly drag and drop binding people miss or some

Re: Bringing back the dev tools

2008-02-23 Thread Thomas
evelopment tool used to be WO Builder. I have given Eclipse a very solid trial, and I still believe that XCode would be a more productive environment, in terms of functionality delivered to the customer, if the dev tools worked. Regards Thomas On 23/02/2008, at 8:15 PM, Clark Mueller wrote:

Re: Bringing back the dev tools

2008-02-23 Thread Thomas
swear at WO Builder, but I'd be very wary of going back to XCode now that I have become more-or-less productive with Eclipse... Regards Thomas On 23/02/2008, at 6:19 PM, David Elliott wrote: Well, I finally did it. If anyone is interested, both EOModeler and WebObjects Builder from t

Re: Converting from one subclass to another

2008-02-13 Thread Thomas
objects. Keep it simple... Regards Thomas On 14/02/2008, at 7:51 AM, Mike Schrag wrote: The problem I'm having is that I'm somehow getting two instances of the target subclass. Maybe someone can look at this code and tell me what I'm doing wrong. It's a big red flag to be del

Re: 10.5 deployment

2008-02-12 Thread Thomas
served static pages. This seems to be common to all 10.5 /Apache 2 installations I have tested it on. Regards Thomas On 13/02/2008, at 2:47 AM, Mike Schrag wrote: We run one of our internal servers on 10.5 + 5.3 WO, and I don't think we ran into anything too weird .. All of our outward-f

Re: WOLips: 80 character width gutter?

2008-01-22 Thread Thomas
rateful, I really appreciate how you guys do so much. But I'll bet Mike can't make this work for Component Editor! 8^) Regards Thomas On 23/01/2008, at 12:29 PM, Gaastra Dennis - WO Lists wrote: http://ahtik.com/blog/2006/06/18/first-alpha-of-eclipse-word-wrap-released/ With Kind Rega

Re: WOLips: 80 character width gutter?

2008-01-22 Thread Thomas
work for HTML. Last time I tried it, it changed "text [] text" into text ( ) text which when interpreted by a browser puts white space between the "[" and the tag contents. Surely I'm not the only WOLips user who wants text wrap just like in TextEdit? Re

Re: NPE in WOHTTPConnection readResponse()

2008-01-22 Thread Thomas
Anjo, I'm definitely using the 5.4 build of Wonder. But I don't have an ERX.jar anywhere on my computer... Regards Thomas On 23/01/2008, at 10:30 AM, Anjo Krank wrote: Am 22.01.2008 um 22:10 schrieb Thomas: Server 10.5.1 Java 1.5 WO 5.4 Wonder build from 2 days ago, depl

Re: NPE in WOHTTPConnection readResponse()

2008-01-22 Thread Thomas
of WOLips 3.3.4606. Regards Thomas On 23/01/2008, at 9:11 AM, Mr. Pierre Frisch wrote: Could you try without Wonder please. Wonder has its own implementation of NSArray and I am not sure what is going on. Thanks Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 22, 2008, at 13:10, Thomas wrote

Re: NPE in WOHTTPConnection readResponse()

2008-01-22 Thread Thomas
development mode through Eclipse using wo/-xxx/whatever It is probably to do with headers, but it seems to do it for any web page, even www.apple.com. See sample code below. Regards Thomas // both connectHost and connectPath are set to valid values. WOHTTPConnection ppEchoConnection = new

Re: WOLips: 80 character width gutter?

2008-01-22 Thread Thomas
text to the left causes the window to scroll to the left so you can never get to your target. Can someone please tell me how I can make text wrap to the window width in Eclipse? Surely I'm not the only person who wants to do this? Regards Thomas On 23/01/2008, at 4:39 AM, Oswaldo B

Re: NPE in WOHTTPConnection readResponse()

2008-01-22 Thread Thomas
ct 5.4. Moving our production server to Java 1.6 is not an option... Note that the NPE in setHeaders below is not the same place where I get a NPE. Something is seriously broken. Thanks anyway. Regards Thomas On 23/01/2008, at 4:42 AM, Alexander Spohr wrote: We tried some different java

NPE in WOHTTPConnection readResponse()

2008-01-21 Thread Thomas
rong? I'm running on 10.5.1 client (same happens on server) with WO 5.4 and a 5.4-specific version of WOnder from late December. It does the same with last night's build of the 5.4 WOnder. Regards Thomas // both connectHost and connectPath are set to valid values. WOHTTPConnection pp

Re: Entity Modeler Reverse Engineer

2007-12-13 Thread John Thomas
> What version are you using? I honestly haven't tried reverse engineer in standalone. It works inside Eclipse You're right! It didn't last time I tried. Or, I couldn't convince it to. Thanks, this helps a lot. On Dec 13, 2007 12:07 PM, Mike Schrag <[EMAIL PROTECTED]> wrote: > > I'm using 1.0.

Re: Entity Modeler Reverse Engineer

2007-12-13 Thread John Thomas
y don't > have an implementation of class loader factory, which I would think means > you have an old Entity Modeler.app, because I'm almost positive there is > an impl in the new one. If you're using IDEA or Eclipse, it can parse the > project files directly to load

Re: Entity Modeler Reverse Engineer

2007-12-13 Thread John Thomas
lone app or the one inside of Eclipse? > ms > > On Dec 13, 2007, at 12:48 PM, John Thomas wrote: > > Hi, I really like the new Entity Modeler - shows a lot of promise :) > However, I get this error message when I try to reverse engineer an > already existing mySQL database. > &

Entity Modeler Reverse Engineer

2007-12-13 Thread John Thomas
Hi, I really like the new Entity Modeler - shows a lot of promise :) However, I get this error message when I try to reverse engineer an already existing mySQL database. "There was no valid EOF ClassLoader factory defined." Steps to reproduce are fairly simple :) 1. Have a mySQL DB that you know

Re: Sending mail from the server: getting through spam filters

2007-12-04 Thread Thomas
On 05/12/2007, at 8:13 AM, Pascal Robert wrote: Of course I've responded to all "click here to remove xx.xx.xx.xx from the black list" requests, That's the problem, most spam filters will put a high probability of spam when they see a line like this in the content. You should write somet

Sending mail from the server: getting through spam filters

2007-12-04 Thread Thomas
eeks of hoops with Yahoo, but in the end they decided that our application was not justified, despite the fact that every single email is requested by the recipient, and they never answered my request for explanation. Regards Thomas ___ Do not post

Re: Slogan

2007-11-06 Thread Thomas
Good one, Q. Gave me a hearty laugh. I just can't let it go. Given that Australia will have a national election in a week or so, the following obscure political reference seems appropriate: Don't use WebObjects-- because development wasn't meant to be easy! On 07/11/2007, at 2:00 PM, Q wr

Re: Slogan

2007-11-06 Thread Thomas
We're getting sooo off-topic, but it's so much fun! On 07/11/2007, at 1:33 PM, Ian Joyner wrote: "If you're not using WebObjects, you're doing things the hard way." Shouldn't that be "If you'se ain't usin WebObjects, yous're doin thins the 'ard way."? Only if you're in the Western Subur

Re: Slogan

2007-11-06 Thread Thomas
Hoist by my own petard! I have three friends called Quentin. Habit is hard to break. Apologies to Quinton. On 07/11/2007, at 9:54 AM, Kieran Kelleher wrote: Spelling! his name is spelt Quinton, not Quentin! On Nov 6, 2007, at 5:45 PM, Thomas wrote: Give Quentin a break. He

Re: Slogan

2007-11-06 Thread Thomas
te of Australia. BTW, to continue the improvement in the grammar of the sentence: "If you're not using WebObjects, you're doing things the hard way." Regards Thomas On 07/11/2007, at 9:39 AM, Denis Stanton wrote: On 7/11/2007, at 10:36 AM, Q wrote: Or how about: "If your n

Re: WebObjects Community Web site

2007-11-03 Thread Thomas
cry for existing WO developers, but it sends such a negative message to newcomers. How about "Maturity Speaks for Itself." Regards Thomas On 04/11/2007, at 10:37 AM, Pascal Robert wrote: Hello everyone, the new WebObjects Community Web site is almost ready : http://www.w

Re: Deploying WO 5.3 apps on Leopard Server

2007-10-31 Thread Thomas
Thanks, Quinton. I haven't seen that one before. When I set up a log file for wotaskd, it said it didn't have permission to run my app. Doh! All is now fixed. On 01/11/2007, at 4:32 PM, Q wrote: On 01/11/2007, at 3:17 PM, Thomas wrote: So where do I find the logs for the J

Deploying WO 5.3 apps on Leopard Server

2007-10-31 Thread Thomas
r better still... any idea why JavaMonitor won't launch my app? Has anybody else succeeded in deploying a WO 5.3 Wonder application on Leopard Server? Regards Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-de

  1   2   >