Custom namespace in soap response

2006-06-13 Thread Corin Lawson
Hi, How do I customise the namespace of the *Response element in an soap message? For example the ns1 shown below. http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://127.0.0.1/cgi- b

Null d2ws inputs

2006-06-13 Thread Corin Lawson
Hi, Can a d2ws operation accept a null input value? I get this exception: [2006-06-14 14:03:22 EST] AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java.lang.IllegalArgumentException: Attempt to insert null into an com.webobjects.foundation.NSArray. fault

Re: many-to-many, worker-threads, save problems

2006-06-13 Thread Christian Pekeler
are you locking your EC My problem is with the session's default EC. (I'm locking the other ECs.) Christian smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: Bind WOString to WOActiveImage binding

2006-06-13 Thread Paul Suh
Marcos, This won't work as the .wod file is never run through the template parser. Why not just put "Bullet.jpg" into the filename binding directly? I think you're trying to do something more than meets the eye here. A little more info would probably let us understand the problem better.

Re: many-to-many, worker-threads, save problems

2006-06-13 Thread Paul Suh
Christian, Random thought -- are you locking your EC? (If it's the session.defaultEC then it's locked automatically for you when the session is checked out of the session store.) At least according to the docs, the EC should then propagate the lock downwards in the EOF stack as needed whe

Perforce + XCode + WO?

2006-06-13 Thread womail
I've been messing around with this combination and something just isn't right. If I open main.java in XCode, as soon as I try to change it I get a warning that it's read-only and an offer to unlock it via the SCM I've configured. No problem there. If I open main.wo, I get no such warning

Re: Postgresql and bracket expression

2006-06-13 Thread Arturo Pérez
Never saw such a thing before. Is that legal ANSI SQL? In any case, with the Wonder plugin you can use the regexp operator that PostgreSQL has: How do I do regular expression searches? case-insensitive regexp searching? PostgreSQL supports the SQL LIKE syntax as well as more general

Postgresql and bracket expression

2006-06-13 Thread Mac Dev
Dear WO-dev gurus,I am running into a problem and couldn't find any mention in the list archive or google.I just upgraded the database from MSSQL 7 to Postgresql 8.1.3.  My WO app works fine except the following problem.Whenever I have a fetch with an EOQualifier like this:EOQualifier.qualifierWith

Re: many-to-many, worker-threads, save problems

2006-06-13 Thread Christian Pekeler
Lenny's editing context subclass does not solve my problem (I've just tried it). The described symptoms seem to be different, too (unless I'm missing something). Thanks, Christian Been there! Here is an old message that I have saved. I have not tested this, instead I have been using an

Re: many-to-many, worker-threads, save problems

2006-06-13 Thread Chuck Hill
Been there! Here is an old message that I have saved. I have not tested this, instead I have been using another workaround. I won't publish that unless this one does not work as this fix is far better than my ugly hack. Chuck From: [EMAIL PROTECTED] Subject:R

Re: many-to-many, worker-threads, save problems

2006-06-13 Thread Christian Pekeler
It seems that not just ec.saveChanges is resetting the EOObserverCenter (so that it notifies the ec about changes to my objects again), but also ec.processRecentChanges. At the end of WorkerThread3 (the one that creates my object), ec.processRecentChanges is not being invoked. Calling it ex

many-to-many, worker-threads, save problems

2006-06-13 Thread Christian Pekeler
I'm having a strange problem with EOF that I think I've never seen before. Every now and then, the editing context will not save the changes I've done to a many-to-many relationship. I see that the addTo and removeFrom methods are always called on my object, which are always calling willCha

Re: Euro symbol and other characters distorted

2006-06-13 Thread David Griffith
Just let me be sure that I am clear on all of this: The JDBC adaptor uses a default encoding of UTF-8 so I should not need to specify anything on the connection URL. I have set the page wrapper of my site to have the content encoding set to UTF8. I have included the code that someone post

Re: Euro symbol and other characters distorted

2006-06-13 Thread David Griffith
HI Xavier, Sorry I see what you mean about the email, I'll start a fresh one in the future to avoid problems.. I'm talking about types in mySQL. I am using mySQL 4.1.19 with connector-j 3.0.17. Having read on the list (and the problem with BLOBs returning hex instead of text) I reverted

Re: Euro symbol and other characters distorted

2006-06-13 Thread Dev WO
3.2.0beta on the server (deployment) and either 3.0.17 or 3.20beta on the development machines: mysql- connector-java-3.0.17-ga-bin.jar By the way, which version of Connector/J are you using? David. On 13 Jun 2006, at 16:01, Dev WO wrote: Hello David, so first of all, you should start a

Re: Euro symbol and other characters distorted

2006-06-13 Thread Dev WO
Hi Xavier, Thank you for your reply. I'm not sure what you meant about starting a new email, I thought I did, but anyway I'll bear that in mind. You probably first did "reply" to the post about "Handi Wikibook link" the change the subject. But all the references about the "previous" emai

Re: Euro symbol and other characters distorted

2006-06-13 Thread David Griffith
By the way, which version of Connector/J are you using? David. On 13 Jun 2006, at 16:01, Dev WO wrote: Hello David, so first of all, you should start a new email when asking a new question, if you don't, thread don't work correctly:) I had the same issue as you when moving from MySQL 4.0.x

Re: Euro symbol and other characters distorted

2006-06-13 Thread David Griffith
Hi Xavier, Thank you for your reply. I'm not sure what you meant about starting a new email, I thought I did, but anyway I'll bear that in mind. The problem is that I tried to convert the columns from BLOB to TEXT already but it truncated virtually every field. Can you tell me how you

Re: Handy Wikibook link

2006-06-13 Thread Mike Schrag
I hacked up a quick perl script to turn that page into an RSS feed ... Hopefully the format of that page doesn't change, because it's pretty fragile :) http://www.mdimension.com/cgi-bin/wikibookfeed.rss ms On Jun 13, 2006, at 8:27 AM, Mike Schrag wrote: I've been looking for how to see all

Re: Euro symbol and other characters distorted

2006-06-13 Thread Dev WO
Hello David, so first of all, you should start a new email when asking a new question, if you don't, thread don't work correctly:) I had the same issue as you when moving from MySQL 4.0.x to 4.1.x. The solution was to change all the BLOB to mediumtext (or longtext, but medium is already bigg

Euro symbol and other characters distorted

2006-06-13 Thread David Griffith
HI all, I have a database (using mySQL) with a number of BLOB fields that store long text values. Apparently BLOBs have no character encoding so I presume this is applied at the time it is retrieved from the database. Previously everything was working fine but now I am getting all sorts

Handy Wikibook link

2006-06-13 Thread Mike Schrag
I've been looking for how to see all of the recent changes to the entire wikibook and got an answer from one of the wikibook admins: http://en.wikibooks.org/w/index.php? title=Special:Recentchangeslinked&target=Programming%3AWebObjects Unfortunately this view doesn't provide an RSS feed, but

Re: Rooting out the bottleneck.

2006-06-13 Thread Mike Schrag
http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/Development/Profiling_WO_AppsOn Jun 12, 2006, at 6:19 PM, Eric Stewart wrote: think you are right that I need to find some program that can sample a java process and let me see what's going on. ___

DB2 Plugin?

2006-06-13 Thread Dov Rosenberg
Title: DB2 Plugin? Does anyone have a DB2 plugin available for WO? I need to support CLOB datatypes. Thanks in advance -- Dov Rosenberg Inquira Inc 370 Centerpointe Circle, ste 1178 Altamonte Springs, FL 32701 (407) 339-1177 x 102 (407) 339-6704 (fax) [EMAIL PROTECTED] AOL IM: dovrosenberg