Is that really difficult to deploy on Jboss??

2009-05-27 Thread Gustavo Pizano
Hello, Im almost done with the first part of the application, and I thought it would be good idea to start reading about deployment. As far as I know this app have to be deployed on JBoss, I was reading about deployment on Tomcat, which should be the same for JBoss, here : http://wiki.objectstyle.

Stable Installer Update (5744)

2009-05-27 Thread Jeremy Matthews
Note: Updates to the turnkey installer are happening much more frequently now as our semi-automated build system is in place. Updates are not set on a predetermined basis, but will be released according to frequency of core wolips updates. Along with the new stable version of WOLips (3.4.57

Query - Path to WebServerResources

2009-05-27 Thread Peter Thompson
Hello, We have just re-deployed to our current development server, and the application is now resolving URL's to the Web Server (i.e. WebServerResources) differently. We are getting URLs like /app.woa/WebServerResources/... when we expect (and have previously got) .../app.woa/Contents/W

Re: Classpath somehow different between develop and deploy? Solved?

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 4:35 PM, Johan Henselmans wrote: On 28 mei 2009, at 00:10, Johan Henselmans wrote: I am having troubles, and I would like to share it with you, my fellow WA'ers (Webobjects Anonymous). I am sure without your support I will have serious relapses... It always helps t

Re: Classpath somehow different between develop and deploy? Solved?

2009-05-27 Thread Johan Henselmans
On 28 mei 2009, at 00:10, Johan Henselmans wrote: I am having troubles, and I would like to share it with you, my fellow WA'ers (Webobjects Anonymous). I am sure without your support I will have serious relapses... It always helps to describe what your problem is. After I had described

Re: lock operation locked more than one row issue! -- SOLVED

2009-05-27 Thread Fred Wells
Two things, for some reason I thought that checking 'Generate source' in the Table view also was for the columns as well, not so. Also I'm not sure where the prototypes are from but the ones that just show up in Entity Modeler have some issues specifically with the number prototypes. Anyway after c

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 3:12 PM, Anjo Krank wrote: Am 27.05.2009 um 23:49 schrieb Mike Schrag: I'm not really for changing it to ERXArray in the meantime... As it turns out i don't ACTUALLY care about this class, so this works out quite nicely ... Likewise :) And I understood that Chuck want

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Anjo Krank
Am 27.05.2009 um 23:49 schrieb Mike Schrag: I'm not really for changing it to ERXArray in the meantime... As it turns out i don't ACTUALLY care about this class, so this works out quite nicely ... Likewise :) And I understood that Chuck wanted to do something about this pressing matter...

Classpath somehow different between develop and deploy?

2009-05-27 Thread Johan Henselmans
I am having troubles, and I would like to share it with you, my fellow WA'ers (Webobjects Anonymous). I am sure without your support I will have serious relapses... I have to use some third party jars that are used to make a connection to a secure website, which is taken care of by an SSL c

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Mike Schrag
I'm not really for changing it to ERXArray in the meantime... As it turns out i don't ACTUALLY care about this class, so this works out quite nicely ... ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Anjo Krank
Am 27.05.2009 um 23:00 schrieb Mike Schrag: why don't we kill ERXMutableArray and just make ERXArray that you construct with another NSArray... make mutableClone on it just return NSMutableArray, so you can't mess up. The only reason ERXMutableArray exists is that is can be used as an at

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 2:00 PM, Mike Schrag wrote: why don't we kill ERXMutableArray and just make ERXArray that you construct with another NSArray... make mutableClone on it just return NSMutableArray, so you can't mess up. Not quite following that, but I did notice this in the ERXMutableArr

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Mike Schrag
why don't we kill ERXMutableArray and just make ERXArray that you construct with another NSArray... make mutableClone on it just return NSMutableArray, so you can't mess up. ms On May 27, 2009, at 4:42 PM, Chuck Hill wrote: On May 27, 2009, at 12:49 PM, Anjo Krank wrote: Am 27.05.2009

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:49 PM, Anjo Krank wrote: Am 27.05.2009 um 21:40 schrieb Chuck Hill: Anjo had some way of using this safely, but you need to be aware that EOF is NOT expecting the contents of that array to change. Huh? Me? What? You scolded me last time I said to not use mutable a

Re: lock operation locked more than one row issue!

2009-05-27 Thread David Avendasora
What ERPrototypes are you using? There is no set of MSSQLServer Prototypes, and the JDBC define java.lang.Integer attributes (id, intNumber, intBoolean, etc) as having an external type of INTEGER, which is not what SQL Server calls an Integer data type. It uses 'int'. Maybe that's it? Dav

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Anjo Krank
Am 27.05.2009 um 21:40 schrieb Chuck Hill: Anjo had some way of using this safely, but you need to be aware that EOF is NOT expecting the contents of that array to change. Huh? Me? What? But apart from that, as most have said by now: using ERXMutableArray as an attribute value is totally

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:36 PM, Frank Stock wrote: I don't get it Chuck. If I go in the Entity modeler then I can slect in Prototype - mutableArray, my external type is BLOB and the value class is ERXMutableArray. What has that to do with a to-many relationship? I only do this as an easy way

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:32 PM, Mike Schrag wrote: Ok, but why does the generator creates the following: public er.extensions.foundation.ERXMutableArray ordernummers() { return (er.extensions.foundation.ERXMutableArray) storedValueForKey("ordernummers"); } Is ordernummers an attribute or a

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Frank Stock
I don't get it Chuck. If I go in the Entity modeler then I can slect in Prototype - mutableArray, my external type is BLOB and the value class is ERXMutableArray. What has that to do with a to-many relationship? I only do this as an easy way to save some numbers. Frank Op 27-mei-09, om 21:2

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Mike Schrag
Ok, but why does the generator creates the following: public er.extensions.foundation.ERXMutableArray ordernummers() { return (er.extensions.foundation.ERXMutableArray) storedValueForKey("ordernummers"); } Is ordernummers an attribute or a to-many relationship? If it is a to-many relat

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:26 PM, Frank Stock wrote: Ok, but why does the generator creates the following: public er.extensions.foundation.ERXMutableArray ordernummers() { return (er.extensions.foundation.ERXMutableArray) storedValueForKey("ordernummers"); } Is ordernummers an attribute

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Frank Stock
Ok, but why does the generator creates the following: public er.extensions.foundation.ERXMutableArray ordernummers() { return (er.extensions.foundation.ERXMutableArray) storedValueForKey("ordernummers"); } public void setOrdernummers(er.extensions.foundation.ERXMutableArray value) {

Re: lock operation locked more than one row issue!

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:16 PM, Ryan Klems wrote: I'm coming in to this thread a little late, and I don't have the previous emails, but looking at the quoted parts from chuck's email... I see that its doing pessimistic locking, and you aren't expecting it to do that. One thing that I have r

Re: lock operation locked more than one row issue!

2009-05-27 Thread Fred Wells
Here is one of my plist:{    attributes = (    {    allowsNull = Y;     columnName = duration;     name = duration;     prototypeName = intNumber;     userInfo = {"_EntityModeler" = {generateSource = NO; }; };     },     {    allowsNull =

Re: lock operation locked more than one row issue!

2009-05-27 Thread Ryan Klems
I'm coming in to this thread a little late, and I don't have the previous emails, but looking at the quoted parts from chuck's email... I see that its doing pessimistic locking, and you aren't expecting it to do that. One thing that I have run into in the past is when you have something sp

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 12:02 PM, Frank Stock wrote: Hi, In my Entity, one of my Attributes has mutableArray as prototype. See Commandment 7: http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-The+EOF+Commandments See page 32 of Practical WebObjects. You want to be really, really

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Frank Stock
Hi, In my Entity, one of my Attributes has mutableArray as prototype. So if is set that Attribute and do saveChanges, the I get the error. It was working in the past, so I think it might have something to do with an update (nightly wolips?, wonder?) I really don't now where to look. Frank O

Re: lock operation locked more than one row issue!

2009-05-27 Thread Chuck Hill
Hi Fred, On May 27, 2009, at 11:29 AM, Fred Wells wrote: OK, so after trying several different drivers and all throw some type of locking error either lock failed to retrieve any rows or lock operation locked more than one row. It is not the driver. Really, it is not. It is the SQL that

Re: lock operation locked more than one row issue!

2009-05-27 Thread David Avendasora
Hi Fred, On May 27, 2009, at 2:29 PM, Fred Wells wrote: OK, so after trying several different drivers and all throw some type of locking error either lock failed to retrieve any rows or lock operation locked more than one row. Right now I'm just looking for any more ideas as to where look

Re: lock operation locked more than one row issue!

2009-05-27 Thread Fred Wells
OK, so after trying several different drivers and all throw some type of locking error either lock failed to retrieve any rows or lock operation locked more than one row. Right now I'm just looking for any more ideas as to where look for a possible cause on this. The EOModel files seem to be fine I

Re: Prototype mutableArray savechanges error

2009-05-27 Thread Chuck Hill
On May 27, 2009, at 9:15 AM, Frank Stock wrote: Hi, When setting a ERXMutableArray to a ERXGenericRecord, What do you mean by "setting a ERXMutableArray to a ERXGenericRecord"? Chuck I suddenly get the following error: Where can I find what is going wrong, it used to work. 27 18:08:08 c

Re: How to execute SQL generated by Entity Modeler

2009-05-27 Thread Chuck Hill
Is DataType a reserved word in OpenBase? Try using isql to run this SQL. Does that work? Chuck On May 27, 2009, at 8:22 AM, Clive Roberts wrote: I have recently started to try to use WOLips after using WebObjects with Xcode in the past. I used Entity Modeler to create a simple table and

Prototype mutableArray savechanges error

2009-05-27 Thread Frank Stock
Hi, When setting a ERXMutableArray to a ERXGenericRecord, I suddenly get the following error: Where can I find what is going wrong, it used to work. 27 18:08:08 chemlabVerkoop[53722] (ERXDatabaseContextDelegate.java: 160) INFO er.transaction.adaptor.Exceptions - Database Exception occure

How to execute SQL generated by Entity Modeler

2009-05-27 Thread Clive Roberts
I have recently started to try to use WOLips after using WebObjects with Xcode in the past. I used Entity Modeler to create a simple table and generated the following: === CREATE TABLE DataType ("id" int NOT NULL, "Name" varchar(255) NOT NULL); /* The 'Create Primary Key

giving a custom size to a form a WOTable

2009-05-27 Thread Gustavo Adolfo Pizano
Hello, I have a situation. I have a NSArray as following : {label1:value1:label2:value2 :.}, now I have a WOTable with maxColums, so I will have something like: label1 | value1 label2| value2 ... ... how can I change the size of just the first of each ? in other words, the column th