Re: WWDC session on performance analysis

2006-07-24 Thread womail
On Jul 24, 2006, at 10:42 PM, Mark Ritchie wrote: For sure we can use Shark with WO!! Don't know if this presentation is going to demo Java with Shark or not. Would be nice if they did! :-) FYI, the Java Time Profile works pretty well! For me the Java Alloc Trace is slow and doesn't co

Re: WWDC session on performance analysis

2006-07-24 Thread Mark Ritchie
On 25-Jul-06, at 1:24 AM, [EMAIL PROTECTED] wrote: Is there likely to be anything in this presentation that would be useful from a WO perspective? Can we use tools like Shark? For sure we can use Shark with WO!! Don't know if this presentation is going to demo Java with Shark or not. Would

WWDC session on performance analysis

2006-07-24 Thread womail
309 Using Performance Analysis and Debugging Tools on Mac OS X "The first step in optimization is understanding where your application is using resources. Learn to use Shark and other tools to understand application flow, analyze what your code is doing, and take the necessary measureme

no kiero resibir estos msn para nada y nunca

2006-07-24 Thread Â|ÈX_ HUSHUAYO
no kiero q me llegue huevadas ami msn q ago para qno mellegue estas msn a mi msn       Acepta el reto MSN Premium: incluye Antivirus y Firewall de McAffee. Descárgalo y pruébalo 2 meses gratis. ___ Do not post admin requests to the list.

Re: Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Ken Anderson
On Jul 24, 2006, at 6:38 PM, Edgar Ra. Klein wrote: Ken, On 24.07.2006, at 19:24, Ken Anderson wrote: Edgar, There are probably a lot better approaches than trying to create EOs and then move them to another context. As I understand it, you're importing a large file that has cross refe

Question for Eclipse+Perforce users

2006-07-24 Thread womail
I know this isn't strictly WO related, but Google is not finding anything for me and I don't really know where else to ask. Hopefully someone else out there is working with this combo. The help text for getting this set up to work has you get connected to Perforce, then switch to the Perfo

Re: WO to consume WebServices

2006-07-24 Thread Mike Schrag
Is your NPE this one: http://en.wikibooks.org/wiki/ Programming:WebObjects/Web_Services/ Common_Pitfalls_and_Troubleshooting ? On Jul 24, 2006, at 1:58 PM, Jeremy Rosenberg wrote: Is anyone using WebObjects to consume a WebService? Providing a WebService seems to work great but when we try

Help : Null in _globalIDForObject()

2006-07-24 Thread Owen McKerrow
Hi All, We were about to release an app to our client for final approvals and this strange error just popped up. We are using WO 5.3 build, on a 5.2.4 Deployment, OS X Server, talking to an Oracle 9 database. Any ideas ? EXCEPTION: null DATE/TIME: 2006-07-24 23:44:02 Etc/GMT STACK TRA

Re: Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Edgar Ra. Klein
Ken, On 24.07.2006, at 19:24, Ken Anderson wrote: Edgar, There are probably a lot better approaches than trying to create EOs and then move them to another context. As I understand it, you're importing a large file that has cross references. I have a few questions: Are you waiting to

Re: WO to consume WebServices

2006-07-24 Thread Alex Cone
Jeremy - What kind of problem are you having? what kind of data is being sent? I've done clients and servers and have usually been able to make it work, but some kinds of complex data can be a problem to serialize/ deserialize... Alex __alex cone ceo c o d e f a b inc [EMAIL PROTECTED] 212

Re: Re: WWDC WO Meet Up List

2006-07-24 Thread Joe Little
I think obnoxious hats blocking the view for other attendees will get everyone's attention. But that's just me. On 7/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Since this will be my first year going, I don't want to try to organize something that might not work out. But if any of the

Closing a pop-up window with a history

2006-07-24 Thread David Holt
I am using a pop-up window to edit an EO (target="_blank"). The pop-up window contains a WOTabPanel. If I call the window.close() function before the browser has left the first panel, the edit window closes and returns to my search results list page. If I create any sort of history on the pa

Re: WWDC WO Meet Up List

2006-07-24 Thread womail
Since this will be my first year going, I don't want to try to organize something that might not work out. But if any of the veterans want to try, I'm willing to help out. Here's an idea - Cafe Press also does bumper stickers. We could each get a clipboard to put our bingo card on, and ha

Re: WO to consume WebServices

2006-07-24 Thread Robert Walker
Jeremy,I think we're gonna need more detail here.  I just tried this with an example project (an old one that's been around for a while) and everything worked as expected.  I opened the two parts of the example (one server-side providing a basic web service and one client-side consumer) in the late

Re: NumberFormat and thread safety

2006-07-24 Thread Paul Lynch
On 24 Jul 2006, at 20:25, Chuck Hill wrote: I create one formatter object per format in each application (e.g. long date format, short date format). On Jul 24, 2006, at 12:05 PM, Kieran Kelleher wrote: Commonly used NumberFormatters seem like obvious candidates for using lazily created

Re: App organization

2006-07-24 Thread Robert Walker
Arturo,Ok, you may be right.  I was speaking in more general terms and understand there are exceptions to every rule.  I was also referring to the "Legacy" deployment and not specifically about servlet deployment, which I'm not qualified to comment on, since I've never needed to deploy in a servlet

Re: NumberFormat and thread safety

2006-07-24 Thread Chuck Hill
I create one formatter object per format in each application (e.g. long date format, short date format). IIRC the lack of thread safety has to so with the set... methods on Format subclasses. As long as you are not changing the format after the formatter has been created, calls to parse a

NumberFormat and thread safety

2006-07-24 Thread Kieran Kelleher
Commonly used NumberFormatters seem like obvious candidates for using lazily created and cached shared instances, however the superclass java.text.Format is not thread safe and NSNumberFormatter does not specify in the API. Could someone share what strategy they typically use for WO develop

Re: mysql bug on 4.1

2006-07-24 Thread Robert Walker
Kieran,Thanks, very useful information.  Maybe I've never seen that because when I do similar things I either "zip" the serialized objects and store the zip archives as blobs, or I Base64 encode them before inserting them into the blob field.  But definitely good to know.On Jul 21, 2006, at 11:03 P

Re: WWDC WO Meet Up List

2006-07-24 Thread Pascal Robert
I was thinking of that too. We should all buy WO t-shirts and wear them at the Keynote on Monday and the Java/WO Feedback Forum on Friday. Maybe we don't need to be all in the same stop but we can make groups of 10-15 people ? That would be hilarious! I'm buying the 3D EO shirt for the key

Re: WWDC WO Meet Up List

2006-07-24 Thread Chuck Hill
There are a lot of media folks at the keynote. They might notice. On Jul 24, 2006, at 10:28 AM, Danny Wang wrote: That would be hilarious! I'm buying the 3D EO shirt for the keynote/ Monday night. Maybe we can gather a group outside the keynote beforehand and all go in at once? Just a thoug

WO to consume WebServices

2006-07-24 Thread Jeremy Rosenberg
Is anyone using WebObjects to consume a WebService? Providing a WebService seems to work great but when we try to consume those services with another WebObjects app it throws null pointer exceptions. The problem seems to be related back to a bug in Axis 1.1 which seems to be married to WO

Re: WWDC WO Meet Up List

2006-07-24 Thread Ken Anderson
Miguel,Honestly, it's insane.Danny's idea is a good one, but one that's almost impossible to actually do unless you all arrive at 7 AM.  The line to get into the keynote stretches around the entire building, in multiple directions.  Finding other people on line is near impossible.  Also, don't expe

Re: WWDC WO Meet Up List

2006-07-24 Thread Miguel Arroz
Hi! OK, I'm starting to really hate the dictionary shorcut... now for the full email: Hi! BTW, what time do you recommend the WWDC newbies to go to the Moscone Center to get a place for the keynote? I suppose there are places for everyone (right?) but I would like to se

Re: WWDC WO Meet Up List

2006-07-24 Thread Miguel Arroz
Hi! BTW, what time do you recommend the WWDC newbies to go to the Moscone Center to get a place for the keynote? I suppose there are places for everyone (right?) but I would like to see Jobs a little bigger than in the usual tiny quicktime window... :) ie, how do we get a good seat?

Re: WWDC WO Meet Up List

2006-07-24 Thread Danny Wang
That would be hilarious! I'm buying the 3D EO shirt for the keynote/ Monday night. Maybe we can gather a group outside the keynote beforehand and all go in at once? Just a thought. =) On Jul 24, 2006, at 11:23 AM, [EMAIL PROTECTED] wrote: I thought about posting about this myself last night.

Re: Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Ken Anderson
Edgar, There are probably a lot better approaches than trying to create EOs and then move them to another context. As I understand it, you're importing a large file that has cross references. I have a few questions: Are you waiting to complete a single EO, or are you waiting to hook m

Re: WWDC WO Meet Up List

2006-07-24 Thread womail
I thought about posting about this myself last night.  There is potential here for a group "event", but I don't think we have the time or the organization to pull it off.  There will be about 70 of us there, assuming everyone goes to the keynote, and if we could coordinate so we were all wearing th

Re: App organization

2006-07-24 Thread Arturo Perez
Robert Walker wrote: First of all, you should really change your thinking about WebObjects. You are not building a web site, rather you are building an application that happens to present itself as HTML (among others) to the user. If you want security in your application you add security to

Re: App organization

2006-07-24 Thread Robert Walker
I have read that some folks make the admin pages a separate application, but in this case that seems like overkill;  the main site will contain 3 or 4 pages.   On the other hand I would like to use Apache to password protect the admin area, so I don't have to implement user logins in my first app,

Re: WWDC WO Meet Up List

2006-07-24 Thread Chuck Hill
On Jul 23, 2006, at 8:51 PM, Joe Little wrote: Ok. I'll confirm on Monday the 7:30-10:30 timing and 70 people minimum. I'll also have the order one more of one of the two dishes or something else (to make three dishes) I'd vote for a third dish of something else. -- Coming sometime... - an

Re: Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Robert Walker
Edgar,Here is an example illustrating your efforts to translate a newly inserted EO from one EC to another:Agent 1: This is a newly created EO (NOT SAVED):{values = {middleName = ; lastName = ; addresses = (); entryTimestamp = 2006-07-24 14:02:12 Etc/GMT; drivers = (); companyNumber = ; emails = ()

Re: WWDC WO Meet Up List

2006-07-24 Thread Gavin Eadie
At 3:15 PM -0700 7/23/06, Chuck Hill wrote: Thanks, I'd forgotten about that. 76 people signed up so far! ... which number, is, in my opinion, quite a statement in itself. ___ Do not post admin requests to the list. They will be ignored. Webobjects-d

Re: Re: Re: WWDC WO Meet Up List

2006-07-24 Thread Joe Little
Sadly, there is no space marked "WebObjects 6.0" or 'WebObjects only for Objective-C" or some other frequently debated item here on this list :) On 7/24/06, Geoff Hopson <[EMAIL PROTECTED]> wrote: Are the WO crowd going to play WWDC Bingo? http://arstechnica.com/staff/fatbits.ars/2006/7/23/47

Re: Re: WWDC WO Meet Up List

2006-07-24 Thread Geoff Hopson
Are the WO crowd going to play WWDC Bingo?http://arstechnica.com/staff/fatbits.ars/2006/7/23/4730MAybe if a WO person wins they should stand up and shout "WebObjects" (before they ae escorted from the hall) Wish I was going...GeoffOn 24/07/06, Joe Little <[EMAIL PROTECTED]> wrote: Ok. I'll confirm

Re: Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Ken Anderson
Edgar, If you do ec.deleteObject(obj) and it has never been saved, it will just be removed. Care to share why you want to process this way? Ken On Jul 24, 2006, at 7:43 AM, Edgar Ra. Klein wrote: Hi, I'm writing an application to import data from files and have a problem inserting an E

Remove a EOEnterpriseObject from an editing context

2006-07-24 Thread Edgar Ra. Klein
Hi, I'm writing an application to import data from files and have a problem inserting an EOEnterpriseObject from an unsaved editing context into another one. More precisely, I have an EOEnterpriseObject inserted into an editing context ec1. After some processing this object isn't complete

Re: Eclilpse & WOAutoOpenInBrowser

2006-07-24 Thread Mike Schrag
This is better asked on the woproject mailing list (http:// objectstyle.org/confluence/display/WOL/Mailing+Lists), but make sure that you've set it to false in the configuration of your run/debug profile, not just globally. The global setting, I believe, only affects NEW run profiles. If y

Eclilpse & WOAutoOpenInBrowser

2006-07-24 Thread Logi Helguson
I'm having trouble disabling automatic open of a new browser when I run WebObject application from Eclipse( WOLips ). The WOAutoOpenInBrowser property is set to false in the WOLips - Lunch preferences, but a new browser window keeps popping up at each lunch. Anyone experienced this and found a s