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

2012-04-29 Thread Peter Vandoros
It's been a while but I think you need to specify the "woroot" and "localroot" ant properties (maybe also the next_root environment variable). They should point to the Apple system root and local directories. See the woproject documentation for exact spelling. Hope this helps. Regards, Pete

Re: WO 5.3.3 / SQL-Server and primary key generation

2012-01-11 Thread Peter Vandoros
Hi Mike, I had a similar problem a long time ago in a configuration like yours. The difference was that I was getting dead locking transactions being detected by SQL server. I resolved it by changing the SQL to use an XLOCK instead - via my custom ms SQL JDBC hint plugin. Hope that helps! Re

Re: Malformed Cookies and WO

2011-02-10 Thread Peter Vandoros
Peter On 11/02/2011, at 1:16 PM, Dov Rosenberg wrote: > Is there any way to just skip over the bad cookies and continue on - i.e. > Like if the malformed cookie is the third out of 5 cookies > > Thanks > > Dov Rosenberg > > > On 2/10/11 8:35 PM, "Pet

Re: Malformed Cookies and WO

2011-02-10 Thread Peter Vandoros
ly parsed, if you want to check it out further or try to better > recovery yourself. > > Tom > > > On Feb 10, 2011, at 4:30 PM, Peter Vandoros wrote: > >> With the initialisation parameter you mention, I believe the CookieParser >> will stop parsing subseq

Re: Malformed Cookies and WO

2011-02-10 Thread Peter Vandoros
With the initialisation parameter you mention, I believe the CookieParser will stop parsing subsequent cookies once it encounters a malformed one. This means that if the malformed cookie happens to be the first one, as sent by the user's browser, then you application won't receive any subsequent

Re: apache vs. tomcat (or glassfish)

2010-09-07 Thread Peter Vandoros
r On 08/09/2010, at 4:37 PM, Frédéric JECKER wrote: > Hi peter, which version of WO do you run with the IIS adaptor ? (we also run > the IIS Adaptor with WO 5.2.2 on windows but would like to migrate to WO 5.4) > > Le 8 sept. 2010 à 03:02, Peter Vandoros a écrit : > >>

Re: apache vs. tomcat (or glassfish)

2010-09-07 Thread Peter Vandoros
We've been using the IIS adaptor on Windows (up to Windows Server 2003; not sure about the rest) without any problems. :) On 08/09/2010, at 10:59 AM, Mike Schrag wrote: > Technically you can put tomcat/glassfish behind Apache with > mod_proxy_balancer if you wanted. Personally I'd do tomcat or

Re: ERProfiling

2010-01-19 Thread Peter Vandoros
cribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to pe...@etechgroup.com.au -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Eng

Re: ERProfiling

2010-01-19 Thread Peter Vandoros
ilman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to pe...@etechgroup.com.au -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourn

Re: Modifying Properties for an EOF JDBC-connection

2009-05-19 Thread Peter Vandoros
mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to pe...@etechgroup.com.au Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTAN

Re: Unexpected EOF behaviour with raw row fetches... explanation anyone?

2009-05-12 Thread Peter Vandoros
t bad results). If you're not using Wonder I supplied some fixes already to the known issues I had. If you're using WO5.3 - then .. hmm. On 13/05/2009, at 1:57 PM, Peter Vandoros wrote: I have come across some unexpected EOF behaviour [1] that I need some explanation of. The basic

Unexpected EOF behaviour with raw row fetches... explanation anyone?

2009-05-12 Thread Peter Vandoros
ip as it is more efficient for the SQL query to perform 2 to-one joins instead of 1 to-one join and 1 to- many join. In my case, the model is a little bit more complicated and the joins performed are actually 1 to-one join and 2 to-many joins. Regards Peter Vandoros Software Engineer Etech Group

Re: Help with NPE in EOCustomObject.willReadRelationship()

2009-04-28 Thread Peter Vandoros
or not yet inserted into an EOEditingContext". No one ever said EOF was easy. ;-) It ain't that hard, you just need to read the developers' minds ! :-P Regards Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639

Re: Help with NPE in EOCustomObject.willReadRelationship()

2009-04-28 Thread Peter Vandoros
ppropriate and the NPE is not exactly helpful. I agree with you that it is a mistake when called and editingContext() == null, but in my case, I am simply printing the NSNotification object for debugging... that surely shouldn't cause a NPE? Regards Peter Vandoros Software Engineer Etech

Help with NPE in EOCustomObject.willReadRelationship()

2009-04-28 Thread Peter Vandoros
ndation.NSNotification.toString(NSNotification.java: 175) at path .to .class .listening .to .editingcontext .notification .MyClass.editingContextDidSaveChanges(EOCacheChangeCollector.java:141) Regards Peter Vandoros Software Engineer Etech Group Pty Ltd

Re: [Somewhat OT] Code organization question

2009-03-25 Thread Peter Vandoros
rpose you require. In the end, I would try to keep things as simple as possible. Thus going with your original idea. Sorry for the confusion. Regards Peter On 26/03/2009, at 9:25 AM, Stamenkovic Florijan wrote: Hi Peter, On Mar 25, 2009, at 18:20, Peter Vandoros wrote: I'm not su

Re: [Somewhat OT] Code organization question

2009-03-25 Thread Peter Vandoros
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 --

Re: [OT] A good free profiler

2009-03-19 Thread Peter Vandoros
to debug memory leaks. Yours Miguel Arroz On 2009/03/19, at 22:18, Peter Vandoros wrote: You can look at VisualVM as well. Regards Peter On 20/03/2009, at 2:36 AM, Stamenkovic Florijan wrote: Hi all, I am looking for a decent free Java profiler, not necessarily open source. For pro

Re: Testing diffirent versions of IE on the same machine

2009-03-19 Thread Peter Vandoros
Sorry wrong mailing list :) On 20/03/2009, at 9:29 AM, Peter Vandoros wrote: I came across this today and thought you might be interested: http://blogs.msdn.com/xweb/archive/2009/03/18/Microsoft-Expression-Web-SuperPreview-for-Windows-Internet-Explorer.aspx Regards Peter Vandoros Software

Testing diffirent versions of IE on the same machine

2009-03-19 Thread Peter Vandoros
I came across this today and thought you might be interested: http://blogs.msdn.com/xweb/archive/2009/03/18/Microsoft-Expression-Web-SuperPreview-for-Windows-Internet-Explorer.aspx Regards Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia

Re: [OT] A good free profiler

2009-03-19 Thread Peter Vandoros
tions/webobjects-dev/peter%40etechgroup.com.au This email sent to pe...@etechgroup.com.au -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC

Re: Recording and looking up dates, when day-wide precision is required

2009-01-05 Thread Peter Vandoros
See attached file. I hope this helps you out. Regards Peter > The attachment never came (could be list filters). Could you please > send it to me off list, so I can see what you mean? > > Thanks, > F > > On Dec 30, 2008, at 19:21, Peter Vandoros wrote: > >> If y

Re: Recording and looking up dates, when day-wide precision is required

2008-12-30 Thread Peter Vandoros
mail sent to pe...@etechgroup.com.au -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577

Re: Recording and looking up dates, when day-wide precision is required

2008-12-23 Thread Peter Vandoros
ts-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to pe...@etechgroup.com.au -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be

Re: Object Store Coordinator and User Info – Is this Dangerous?

2008-10-28 Thread Peter Vandoros
This email sent to [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639

Re: Object Store Coordinator and User Info – Is this Dangerous?

2008-10-28 Thread Peter Vandoros
dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments are confi

Re: Locking problem

2008-10-15 Thread Peter Vandoros
Try commenting out the use of the java.util.concurrent.locks.Lock code in you EC subclass and see if that helps. I suspect that somewhere under the hood your EC is being locked by directly using the private NSLock instance instead of calling the lock() and unlock() method. Regards Peter O

Re: weird combination! (followup: Form field ignored?!? Weird...)

2008-09-25 Thread Peter Vandoros
On 26/09/2008, at 11:37 AM, Chuck Hill wrote: These usages i found are (should I file a bug report for these instead?): That would be good. Note in the report that these are for WO 5.4 compatibility. Done :) http://issues.objectstyle.org/jira/browse/WONDER-154 Peter Vandoros Software

Re: weird combination! (followup: Form field ignored?!? Weird...)

2008-09-25 Thread Peter Vandoros
Thanks for that :) On 26/09/2008, at 11:35 AM, Chuck Hill wrote: On Sep 25, 2008, at 5:33 PM, Peter Vandoros wrote: Hi Chuck, On 26/09/2008, at 4:02 AM, Chuck Hill wrote: (b) using UTF-8 as the page encoding, by public class Application extends WOApplication { ... // ensure UTF-8 is

Re: weird combination! (followup: Form field ignored?!? Weird...)

2008-09-25 Thread Peter Vandoros
age.java 7. In the ecrypt and decrypt methods in ERXDESCrypter.java Regards Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any atta

Re: weird combination! (followup: Form field ignored?!? Weird...)

2008-09-25 Thread Peter Vandoros
ange anything unless I am certain that this will definitely not break anything. Obviously we are going to test any changes we make, I just wanted your opinion on this. Thanks Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 963

Re: Invalidating objects asynchronously

2008-09-08 Thread Peter Vandoros
Yes, but he could link to WOnder or copy that delegate :-) On 09/09/2008, at 10:56 AM, Chuck Hill wrote: Yes. But he is not using Wonder. :-) On Sep 8, 2008, at 5:44 PM, Peter Vandoros wrote: I think there is a EODatabaseContext Delegate in WOnder (i think ERXDatabaseContextDelegate

Re: Invalidating objects asynchronously

2008-09-08 Thread Peter Vandoros
mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC

Re: SQL Server Driver and Classpath problem

2008-09-07 Thread Peter Vandoros
nary properties just to make sure I am always using the correct properties. Thanks much for your help!! No problem :) Regards Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax:

Re: SQL Server Driver and Classpath problem

2008-09-04 Thread Peter Vandoros
Running a query against the connection gives me this error: "JDBC connection failed for driver :'com.microsoft.jdbc.sqlserver.SQLServerDriver'. Driver not found in Java Runtime!" Regards Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne

Re: How to use ERJgroupsSynchronizer framework without Wonder?

2008-09-04 Thread Peter Vandoros
seContext.class ); /* initialise the synchronizer */ ERXObjectStoreCoordinatorSynchronizer.initialize(); This code is executed early on in the application loading (actually in the framework's principal class) before any model is loaded. Also, it uses an old version of WOnder (the latest one at the time I did this). Regards Peter Va

Re: Passing URL parameters to component via direct action

2008-08-11 Thread Peter Vandoros
bobjects-dev mailing list  (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Lt

Re: Unable to find component class

2008-07-27 Thread Peter Vandoros
Lachlan Deck wrote: On 28/07/2008, at 12:59 PM, Peter Vandoros wrote: It's usually when a different class with the same name as your component comes before your component on the classpath. I doubt there's another component wrapper out there with the same name.

Re: Unable to find component class

2008-07-27 Thread Peter Vandoros
(Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 300

Re: EOTemporaryGlobalID - Unique Bytes

2008-02-27 Thread Peter Vandoros
www.silvereye.co.nz -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments are confidential and m

Re: EOTemporaryGlobalID - Unique Bytes

2008-02-27 Thread Peter Vandoros
ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Le

Re: Writing Oracle Blobs under WO 5.4 - WO fails

2008-02-25 Thread Peter Vandoros
quests 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/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Et

Re: Unexpected awakeFromInsertion() behaviour

2008-01-10 Thread Peter Vandoros
I don't do that myself (I probably should!), but I expect this is done to handle the situation you are seeing. Chuck On Jan 9, 2008, at 3:37 PM, Peter Vandoros wrote:

Re: Unexpected awakeFromInsertion() behaviour

2008-01-10 Thread Peter Vandoros
LOL :-) Chuck Hill wrote: That might be from some iServices code that I inherited.  I'd always wondered why they did that.  However, looking at the rest of the code, they might just have been confused.  :-) Chuck On Jan 10, 2008, at 4:13 PM, Peter Vandoros wrote:

Re: Unexpected awakeFromInsertion() behaviour

2008-01-10 Thread Peter Vandoros
elf (I probably should!), but I expect this is done to handle the situation you are seeing. Chuck On Jan 9, 2008, at 3:37 PM, Peter Vandoros wrote: Hi Chuck, Chuck Hill wrote: Hi Peter, On Jan 9, 2008, at 2:49 PM, Peter

Re: Unexpected awakeFromInsertion() behaviour

2008-01-10 Thread Peter Vandoros
sertion(ec);     if (statusMessage() == null) {     setStatusMessage("incomplete");     } } I don't do that myself (I probably should!), but I expect this is done to handle the situation you are seeing. Chuck On Jan 9, 2008, at 3:37 PM, Peter Vandoro

Re: Unexpected awakeFromInsertion() behaviour

2008-01-09 Thread Peter Vandoros
Hi Chuck, Chuck Hill wrote: Hi Peter, On Jan 9, 2008, at 2:49 PM, Peter Vandoros wrote: Chuck Hill wrote: On Jan 8, 2008, at 9:23 PM, Peter Vandoros wrote: I came across an interesting behaviour today with awakeFromInsertion() that i did not expect and I

Re: Unexpected awakeFromInsertion() behaviour

2008-01-09 Thread Peter Vandoros
Hi Chuck, Chuck Hill wrote: Hi Peter, On Jan 8, 2008, at 9:23 PM, Peter Vandoros wrote: Hi List, I came across an interesting behaviour today with awakeFromInsertion() that i did not expect and I hope someone could shed some light. What happens is that

Unexpected awakeFromInsertion() behaviour

2008-01-08 Thread Peter Vandoros
into the editing context which does not necessarily mean when the EO is _created_. Does this mean that I need to go through all my EO's that use this method for some initialisation and take this scenario into account or is this a bug with WO? I am using WO 5.2.4. Thanks -- Peter Vandoro

Re: Do i need to lock getting EODatabaseContext's snapshotForGlobalID() ?

2008-01-07 Thread Peter Vandoros
t  in com.webobjects.eoaccess.utilities.Utilities.faultForSupposedPrimaryKeyValue(). Where is that method from?  I don't see it. In QualifierAdditions in the GVC source. Regards -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3

Re: Do i need to lock getting EODatabaseContext's snapshotForGlobalID() ?

2008-01-07 Thread Peter Vandoros
ng without locking either EOObjectStoreCoordinator or EODatabaseContext  in com.webobjects.eoaccess.utilities.Utilities.faultForSupposedPrimaryKeyValue(). Thanks -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639

Do i need to lock getting EODatabaseContext's snapshotForGlobalID() ?

2008-01-07 Thread Peter Vandoros
same time on a different Thread. Isn't this correct or is this a special exception to the rule? Thanks -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IM

Re: IntelliJ + WebObjects 5.4

2007-12-18 Thread Peter Vandoros
e ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd L

Re: IntelliJ + WebObjects 5.4

2007-12-18 Thread Peter Vandoros
ibe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 95

Re: IntelliJ + WebObjects 5.4

2007-12-17 Thread Peter Vandoros
e your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -

Re: Unable to locate WOOpenURL

2007-09-23 Thread Peter Vandoros
Hi Lachlan, Lachlan Scott wrote: Both machines were using using -WORootDirectory = automatic What is this meant to do? I have never heard of this option for WORootDirectory. Regards -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000

Re: Unable to locate WOOpenURL

2007-09-20 Thread Peter Vandoros
bscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3

Re: How does WO enforce serial request processing per session?

2007-08-28 Thread Peter Vandoros
tion could also delete the record from the db YMMV, HTH, Kieran On Aug 28, 2007, at 7:39 PM, Peter Vandoros wrote: We have a situation where we Single Sign On with a 3rd party system. When the user SSO's into our system, we need to keep their session alive in that

Re: How does WO enforce serial request processing per session?

2007-08-28 Thread Peter Vandoros
Hi Saun, I thought of this straight after i sent me last email :). I am implementing this now. Thanks Peter shaun wrote: Peter Vandoros wrote: We have a situation where we Single Sign On with a 3rd party system. When the user SSO's into our system, we need to keep their session

Re: How does WO enforce serial request processing per session?

2007-08-28 Thread Peter Vandoros
ug 27, 2007, at 10:25 PM, Peter Vandoros wrote: What if I access and use a WOSession outside of the request-response loop? Do i have to ensure that i call WOApplication.saveSessionForContext() when i am done using it? Yes, that is what checks it back in. May I ask why you wan

Re: How does WO enforce serial request processing per session?

2007-08-27 Thread Peter Vandoros
What if I access and use a WOSession outside of the request-response loop? Do i have to ensure that i call WOApplication.saveSessionForContext() when i am done using it? Thanks Peter Chuck Hill wrote: On Aug 27, 2007, at 12:51 AM, Peter Vandoros wrote: Hi List, I was

Re: How does WO enforce serial request processing per session?

2007-08-27 Thread Peter Vandoros
thanks Chuck I'll try to test this to confirm. thanks for your help Regards Peter Chuck Hill wrote: On Aug 27, 2007, at 12:51 AM, Peter Vandoros wrote: Hi List, I was wondering how WebObjects enforces serial access to the WOSession (ie. request proce

How does WO enforce serial request processing per session?

2007-08-27 Thread Peter Vandoros
Session correctly? will it ensure serial access to the WOSession? etc... Thanks -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message an

Re: actions contained within WODynamicElement

2007-08-05 Thread Peter Vandoros
st 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/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandor

Re: takeValuesFromForm Validation

2007-08-01 Thread Peter Vandoros
http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 ---

Re: [OT] simple statistics

2007-07-16 Thread Peter Vandoros
@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639

Re: JDBCAdaptor.isValidQualifierType NullPointer

2007-07-09 Thread Peter Vandoros
email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments are confidential and may be pri

Re: something is changing a value behind my back

2007-07-06 Thread Peter Vandoros
com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT:

Re: Batch faulting

2007-07-02 Thread Peter Vandoros
re of. Thanks for all your help. Peter Ken Anderson wrote: On Jul 2, 2007, at 4:15 AM, Peter Vandoros wrote: Hi list, We are in the "optimize" process with one of our apps and i have a few questions regarding batch faulting/fetching objects: Is there any reason why the limit batch

Batch faulting

2007-07-02 Thread Peter Vandoros
possible)? We are using WO 5.2.4. Thanks -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments are confidential an

Re: Qualifier for date

2007-05-29 Thread Peter Vandoros
sts.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3

Re: WOHyperlink, Direct Action and session id

2007-05-22 Thread Peter Vandoros
webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message a

Re: Simple General Search Qualifier

2007-05-21 Thread Peter Vandoros
lscanner.info/>, and is believed to be clean. _______ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.

Re: Snapshot problems

2007-04-19 Thread Peter Vandoros
ield: " + (pkField == updatePkField)); System.out.println("new pkField.equals(update pkField): " + pkField.equals(updatePkField)); } if ( pkField != null && oldPkField != null ) { System.out.println("new pkField == old pkField: "

Re: Troubleshooting utf8 text SQL generation

2007-04-13 Thread Peter Vandoros
Hi Kieran, If you are using TEXT and specified the charset to utf8, then you don't need to specify the valueType of E. Value type E is for databases that don't support UTF8 natively. If you change the valueType to something like S of c (not sure if this one is correct, check the documenta

Re: How to Retrieve Session User?

2007-04-04 Thread Peter Vandoros
or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsub

Re: Partially saving the object graph. How?

2007-03-18 Thread Peter Vandoros
u This email sent to [EMAIL PROTECTED] --This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3

Re: Delete cascade?

2007-03-18 Thread Peter Vandoros
I see is the DELETEs a single one at a time. Maybe I just have an simple case? Thanks Ian On 19/03/2007, at 2:08 PM, Peter Vandoros wrote: Hi Ian, WebObjects does this because it needs to bring all the EO's into memory to process the delete rules specified

Re: Delete cascade?

2007-03-18 Thread Peter Vandoros
s-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/peter%40etechgroup.com.au This email sent to [EMAIL PROTECTED] --This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- Peter Van

Re: WOComponent quesion

2007-03-08 Thread Peter Vandoros
he ensureAwakeInContext(context()) method. A will be awakedened for its appendToResponse. Regards, Jerry On Mar 8, 2007, at 6:34 PM, Peter Vandoros wrote: Does this method need to be called if the component does not do any initialisation in awake() ? Or does WO do some things that are requir

Re: WOComponent quesion

2007-03-08 Thread Peter Vandoros
ous content by MailScanner, and is believed to be clean. -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments are co

Re: Additional oracle data types?

2007-02-26 Thread Peter Vandoros
and dangerous content by MailScanner, and is believed to be clean. -- Peter Vandoros Software Engineer Etech Group Pty Ltd Level 3/21 Victoria St Melbourne VIC 3000 Australia Ph: +61 3 9639 9677 Fax: +61 3 9639 9577 -- IMPORTANT: This e-mail message and any attachments

Override Component java class but still use same template

2007-01-11 Thread Peter vandoros
Is there a way where i can have a custom sub class of a WOComponent where the new component uses the template of the original component? I have a scenario where i have an element that requires custom logic in code only for a particular client and i don't want to have to maintain a copy of the

Re: embedded frameworks + split install

2006-12-04 Thread Peter Vandoros
on the hd. Some mb on a 250gb drive. Uli Am 04.12.2006 um 00:00 schrieb Peter Vandoros: Hi Ulrich, I must be missing something very obvious :(. If you specify the -WOFrameworksBaseURL to point to your embedded frameworks and then you use some WebServer resources from within the JavaWOExten

Re: embedded frameworks + split install

2006-12-03 Thread Peter Vandoros
eter, sorry for the delay. Am 16.11.2006 um 01:14 schrieb Peter Vandoros: Ulrich Köster wrote: Am 15.11.2006 um 01:38 schrieb Peter Vandoros: Hi Mike, Doesn't this mean that you will no longer be able to use any of the WebServerResources from within standard WO frameworks such as JavaWOE

Re: embedded frameworks + split install

2006-11-15 Thread Peter Vandoros
Ulrich Köster wrote: Am 15.11.2006 um 01:38 schrieb Peter Vandoros: Hi Mike, Doesn't this mean that you will no longer be able to use any of the WebServerResources from within standard WO frameworks such as JavaWOExtensions? No. Then how would you use a resource in the JavaWOExten

Re: embedded frameworks + split install

2006-11-14 Thread Peter Vandoros
Hi Mike, Doesn't this mean that you will no longer be able to use any of the WebServerResources from within standard WO frameworks such as JavaWOExtensions? What i have been doing to overcome this situation is to create a virtual directory/symbolic link in the default /WebObjects/Frameworks

Re: KVC NSArray attribute to double[] ?

2006-08-27 Thread Peter Vandoros
James, I have a feeling that KVC will wrap your double values ("calculatedRewardScore") into the Double object. So what you actually get is an Object[] (actually Double[]) instead of double[]. Is Double[] good enough for what you need or do you still need double[] ? regards Peter James Cic

Re: MSSQL Server 2005 Unicode Support and EOF

2006-07-31 Thread Peter Vandoros
That seems a bit weird. I have successfully tested MSSQL 2000 with Unicode characters but i didn't come across the problem you are facing. I don't think i was doing anything special either in terms of the jdbc url. Which version of the drivers are you using? Have you looked around the net to

Re: [Newbie] WORepetition/Form submit question

2006-04-20 Thread Peter Vandoros
You should be able to do this if you have this repetition inside the form with one submit button that calls an action that saveChanges(). You shouldn't have to do anything special special. Make sure that the "userlist" array does not change between appendToResponse() and subsequent invokeActio

Re: How to selectively save EO

2006-04-20 Thread Peter Vandoros
See comments below: Louis Demers wrote: Hi I would like to save newly created EO immediately but there could be other objects in the default EditingContext which I do not want to commit to the database immediately. My first attempt was to create a new short term EditignContext, insert my n

Subversion, EOModeler, and Windows

2006-03-21 Thread Peter Vandoros
I am going to be using Subversion for the next project that i am working on and came across the EOModeler bug/issue of the .svn directory not being copied back to the current .eomodeld directory. After a bit of mailing list searching, i came across a post that points to this fix for MAC OS X on

Re: Finding the top level component

2005-12-08 Thread Peter Vandoros
I believe context().page() will give the current page (top level component) that you are working with. Thanks Peter Miguel Arroz wrote: Hi! When working in a method of a sub-component, is there a straightforward way to get the top level component (assuming that there is more that one

Re: AJAX and You backtracked too far error

2005-11-15 Thread Peter Vandoros
You can overide savePage() in Session and don't call super.savePage() for your "TaskStatus" page. This won't add the page into the session cache. Thanks Peter Ricardo Parada wrote: I have a little app that displays a page where the user clicks a hyperlink that invokes a component ac

Re: WebServices' WSDL with Undesired Host?

2005-11-10 Thread Peter Vandoros
Hi Andrew, Try adding this rule into your d2w.d2wmodel file: rules = ( { author = 50; class = com.webobjects.directtoweb.Rule; lhs = { class = com.webobjects.eocontrol.EOKeyValueQualifier; key = serviceName; sel

Re: mySql Issues

2005-11-02 Thread Peter Vandoros
that should should read "operating system" :) Peter Vandoros wrote: Hi Juston, We need more information so we can help you. operation system? WebObject version? Connector/J version? connection string? etc... Thanks Peter Justin Barry wrote: I can't seem to get Mysq

Re: mySql Issues

2005-11-02 Thread Peter Vandoros
Hi Juston, We need more information so we can help you. operation system? WebObject version? Connector/J version? connection string? etc... Thanks Peter Justin Barry wrote: I can't seem to get Mysql to work, I am getting errors that involve improper SQL Calls when I try to create the datatb

Re: Adding to relationships - what method to use?

2005-10-18 Thread Peter Vandoros
the safest and recommended way is to use addObjectToBothSidesOfRelationshipWithKey and removeObjectFromBothSidesOfRelationshipWithKey Thanks Peter Greg Hulands wrote: Hi, When adding to or removing from a to-Many relationship, what method is the best practice? excludeObjectFromPropert