Re: The WOCommunity slack channel

2016-09-21 Thread Frank Cobia
Please add me. Thanks, Frank Cobia > On Sep 6, 2016, at 8:01 AM, Hugi Thordarson wrote: > > Hi all, > just wanted to remind you that Samuel Pelletier created a slack channel for > the WOCommunity. It’s a lovely little place for chatting about WO. Just let > us know if yo

Re: WOSession serialisation redux

2015-07-02 Thread Frank Cobia
rs in the Ajax framework for the ~3 month old > version of wonder I’m using. > > On Jul 1, 2015, at 9:12 PM, Frank Cobia <mailto:frank_co...@me.com>> wrote: > >> I have been absent from the mailing list for a while, because apple >> automatically unsubscribed me for

Re: WOSession serialisation redux

2015-07-01 Thread Frank Cobia
I have been absent from the mailing list for a while, because apple automatically unsubscribed me for some reason. However, I noticed in the archives today the discussion about WOSession serialization. I have implemented for myself a session store based on the code in ERPersistentSessionStorage

Re: WOLips for Eclipse 4.3.1

2014-02-10 Thread Frank Cobia
>> >> ? >> >> On Feb 6, 2014, at 1:18 AM, Johann Werner wrote: >> >>> >>> Am 04.02.2014 um 16:37 schrieb Frank Cobia : >>> >>>> I will give this a try and see if that fixes things for me. I am not sure >>>> what sashWeigh

Re: WOLips for Eclipse 4.3.1

2014-02-10 Thread Frank Cobia
been like that. > > http://amateras.sourceforge.jp/cgi-bin/fswiki/wiki.cgi?page=EclipseHTMLEditor > > On 5 Feb 2014, at 1:37 am, Frank Cobia wrote: > >> 1) There are a lot of source files with garbled comments. I am not sure what >> happened there, but the commen

Re: WOLips for Eclipse 4.3.1

2014-02-06 Thread Frank Cobia
chrieb Frank Cobia : > >> I will give this a try and see if that fixes things for me. I am not sure >> what sashWeights does, but I am not sure that is the problem. I have tried >> doing similar things to this in the past and it would work for a while and >> then go back

Re: WOLips for Eclipse 4.3.1

2014-02-04 Thread Frank Cobia
nd the only diff is the number of >> that properties: >> org.objectstyle.wolips.componenteditor.sashWeights=805,194 >> so you can simply remove that properties and it will work again. >> >> From what I looked at, the fix from Frank Cobia was commenting out the line >> culprit. I did not looked enough to concl

Re: WOLips for Eclipse 4.3.1

2014-02-03 Thread Frank Cobia
impossible to work with. Did that ever get resolved? > > > On Fri, Jan 31, 2014 at 7:44 AM, Pascal Robert wrote: > And Eclipse 4.x full support is one of the recurrent requests in the surveys! > > De: "David Avendasora" > À: "Frank Cobia" > Cc:

Re: WOLips for Eclipse 4.3.1

2014-01-31 Thread Frank Cobia
ank, > > While I volunteered to look at this at the last meeting, I have not had the > time. I would love to help, especially if you’ve gotten something going > already which would alleviate the dreaded “figure it out first” problem. > > Ken > > On Jan 21, 2014, at 8:00 PM,

WOLips for Eclipse 4.3.1

2014-01-21 Thread Frank Cobia
I finally got tired of being stuck with Eclipse 3.x and sat dow to figure out what was causing the "NullPointerException." I found the problem and fixed it and built it locally. I have been running it for a couple of days now without any problems. However, there are a couple of problems with g

Re: Hudson and Capistrano

2009-10-21 Thread Mr. Frank Cobia
I figured out the answer to my problem. I figured out how to make hudson run as a standalone program even if you already have tomcat running. I will try to find time to add that information to the wiki. Frank On Oct 20, 2009, at 12:30 PM, Mr. Frank Cobia wrote: But how do I invoke the

Re: Hudson and Capistrano

2009-10-20 Thread Mr. Frank Cobia
But how do I invoke the script from within Hudson and have it execute as another user? The only thing I can think of is to do a setuid script, but that has its own problems. Frank On Oct 20, 2009, at 12:04 PM, Pascal Robert wrote: First, thanks for all the Hudson help. I now have all my

Hudson and Capistrano

2009-10-20 Thread Mr. Frank Cobia
First, thanks for all the Hudson help. I now have all my apps, frameworks and jars building in Hudson. Now I am trying to use Capistrano to deploy the built apps. I have Capistrano working from my development box, but I have run into a problem trying to do the same from the Hudson server.

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
Mike's setupWorkspace.sh simply grabs the framework's tar.gz file and extracts the framework into your project's Root/Library/ Frameworks (if I remember correctly). Obviously you could change the script to just grab the MyFramework.framework folder itself instead and copy it. There's a num

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
3) How will my apps and frameworks find the frameworks they depend on? Is this automatically done by the setupWorkspace.sh script as long as those frameworks have already been made? Do I have to do a build and install so that they are placed in /Library/Frameworks? Mike's latest workspaceSe

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
Sorry, I hit reply instead of reply all on a previous email. 1) The setupWorkspace.sh script seems to be looking for the .classpath file in the wrong place. I setup the subversion URL as https://svnserver/path/MyProject. So when Hudson check out from subversion the .classpath is placed in

Hudson and setupWorkspace.sh

2009-10-13 Thread Mr. Frank Cobia
I am trying to get a Hudson build server setup and I am having a few issues. Hopefully someone can/will help. As background I am running hudson on Mac OS X server and I am using subversion. 1) The setupWorkspace.sh script seems to be looking for the .classpath file in the wrong place. I

Re: Switching version of Java for appserver user

2009-08-26 Thread Mr. Frank Cobia
Thanks for the help. I have not tested it yet, but I had been wondering if there was a way to set those variables in the build. Frank On Aug 25, 2009, at 11:21 PM, Chuck Hill wrote: On Aug 25, 2009, at 5:50 PM, Mr. Frank Cobia wrote: Do you have any other idea of what value may affect it

Re: Switching version of Java for appserver user

2009-08-25 Thread Mr. Frank Cobia
up with it complaining that it can not find a suitable JRE Thanks, Frank On Aug 25, 2009, at 3:51 PM, Mike Schrag wrote: if this is just a .woa, I'm pretty sure WO doesn't care about that value ... you can manually change it and verify that. On Aug 25, 2009, at 3:35 PM, Mr. Frank Co

Re: Switching version of Java for appserver user

2009-08-25 Thread Mr. Frank Cobia
nt (non-obvious) criteria. ms On Aug 25, 2009, at 2:52 PM, Mr. Frank Cobia wrote: I figured out that my problem is that /System/Library/Frameworks/ JavaVM.framework/Versions/Current is linked to /System/Library/ Frameworks/JavaVM.framework/Versions/A. Somehow the java in "A" can cha

Re: Switching version of Java for appserver user

2009-08-25 Thread Mr. Frank Cobia
I changed Current to point to 1.6. Is this going to cause me any problems? Is there a better way to do this? i.e. set a system variable to make "A" use 1.6? Frank On Aug 25, 2009, at 12:43 PM, Mr. Frank Cobia wrote: I am currently having trouble deploying an application under Ja

Switching version of Java for appserver user

2009-08-25 Thread Mr. Frank Cobia
I am currently having trouble deploying an application under JavaMonitor because of "incompatible version" errors on a class file. When I launch the app as admin, the app launches fine. I finally traced the problem to the fact that when the appserver user invokes java it is 1.5 but when adm

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-05 Thread Mr. Frank Cobia
Thanks for all the help. I am making progress. Also, I have to turn direct connect off to be able to do the refuse new sessions, so is there another way to figure out which app is hung so that it can be killed? Look at the stack trace, like below. Also look for growing numbers of worker

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-04 Thread Mr. Frank Cobia
I did indeed discover that the problem was in the app. When one instance of my app hangs, JavaMonitor says that wotaskd is hung and all kinds of bad things happen. Either the apache adaptor does not redirect to a functioning instance or if it does, it does so after a long pause. How long?

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-04 Thread Mr. Frank Cobia
I have turned on direct connection to all the instances of the apps and there is one that does not respond. Which is why you are getting that message, however misleading the text of the message may be. I did indeed discover that the problem was in the app. When one instance of my app

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-03 Thread Mr. Frank Cobia
Never mind. The other app server wotaskd is not responding according to JavaMonitor now. It does work for me and there is one instance on that box that is not responding. The log for that instance does not show any errors. Frank On Aug 3, 2009, at 10:33 AM, Mr. Frank Cobia wrote: Right

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-03 Thread Mr. Frank Cobia
Right now JavaMonitor says that wotaskd is not responding. I checked and I am able to get the list of apps by going to the wotaskd app in my browser. wotaskd does not show any errors. I have turned on direct connection to all the instances of the apps and there is one that does not respond.

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-02 Thread Mr. Frank Cobia
I have a new application in production and the wotaskd has failed several times causing great problems. "failed". What does that mean? It no longer responds to JavaMonitor Details? I really do not have any other than JavaMonitor says that wotaskd on that box is not responding. Next tim

Re: Deployment with Embedded Frameworks and Duplicate libraries

2009-08-02 Thread Mr. Frank Cobia
On Aug 2, 2009, at 1:51 PM, Chuck Hill wrote: On Aug 2, 2009, at 7:28 AM, Mr. Frank Cobia wrote: I have a new application in production and the wotaskd has failed several times causing great problems. "failed". What does that mean? It no longer responds to JavaMonitor an

Deployment with Embedded Frameworks and Duplicate libraries

2009-08-02 Thread Mr. Frank Cobia
I have a new application in production and the wotaskd has failed several times causing great problems. I have looked in the log for wotaskd and the only errors in the file are about duplicate libraries because the frameworks that are embedded are also in /Library/ Frameworks. Specifically I

Making my database plugin the default

2009-07-10 Thread Mr. Frank Cobia
I have created a MySQL plugin so that I can take advantage of some of MySQLs features and I want to set it as the default plugin for MySQL. I know I need to call JDBCPlugIn.setPlugInNameForSubprotocol(), but even if I put it in my application constructor just below super(), the standard plugi

Re: Fetch Optimization Advice

2009-07-09 Thread Mr. Frank Cobia
Just in case anybody cares or is looking at similar problems. I came up with an even better solution. I just programmatically remove the unused attributes from the model at application startup. Thanks, Frank On Jul 8, 2009, at 4:37 PM, Mr. Frank Cobia wrote: Sorry. I meant never use them

Re: Fetch Optimization Advice

2009-07-08 Thread Mr. Frank Cobia
Sorry. I meant never use them in the report or the command line application. They are used by my web apps. Frank On Jul 8, 2009, at 4:34 PM, Mike Schrag wrote: Is there any advantage to creating a view and pointing my new entity to that view as opposed to just pointing the entity directly

Re: Fetch Optimization Advice

2009-07-08 Thread Mr. Frank Cobia
faults of to-one's and to- many's? if so, those are prime candidates for ERXBatchFetchUtilities to prefetch them in bulk. if the fetches you see are appropriately faulting, only THEN would i start to look at other things like column counts and raw rows. ms On Jul 8, 2009, at 4:19

Fetch Optimization Advice

2009-07-08 Thread Mr. Frank Cobia
I have created a WebObjects command line app (uses ERXMainRunner) that generates a report for each user (40,000+) on my system and it is running too slow. I have come up with two ways to optimize it and I was wondering which you thought is better. The report uses a table (TableA) that has a

Relative URLs for Forms

2009-07-02 Thread Mr. Frank Cobia
I have an application using a version of wonder from last week and using the 5.4 version of webobjects. All the forms in the app are generating full URLs instead of relative URLs. This is causing me a problem because (at lest for the moment) the machine is accessible from the Internet and t

Re: Eclipse 3.5 slow?

2009-07-02 Thread Mr. Frank Cobia
, 2009, at 11:23 AM, Mr. Frank Cobia wrote: Where do you get the 64bit version. My understanding is that the default download package for cocoa is 32bit and I was unable to find a 64 bit download. Thanks, Frank On Jun 29, 2009, at 8:22 PM, Kieran Kelleher wrote: Hola Ricardo, :-) If you

Re: Eclipse 3.5 slow?

2009-07-02 Thread Mr. Frank Cobia
Where do you get the 64bit version. My understanding is that the default download package for cocoa is 32bit and I was unable to find a 64 bit download. Thanks, Frank On Jun 29, 2009, at 8:22 PM, Kieran Kelleher wrote: Hola Ricardo, :-) If you are on intel, try 64-bit version. Regards,

Re: Embeded Frameworks and WebServerResources

2009-06-26 Thread Mr. Frank Cobia
licationBaseURL") != null) { setApplicationBaseURL(System.getProperty("WOApplicationBaseURL")); } } On Jun 26, 2009, at 9:56 AM, Mr. Frank Cobia wrote: I am building my application with the frameworks embedded so that I do not have to worry about different versions o

Embeded Frameworks and WebServerResources

2009-06-26 Thread Mr. Frank Cobia
e app it builds URLs that refer to the framework resources as if they were standalone and not embedded. Is there something I can do to force URLs to be generated that refer to the resources inside the app instead? Thanks, Frank Cobia ___ Do not

Re: Virtual host deployment question

2009-05-07 Thread Mr. Frank Cobia
I also made a modification to the WebObjects adaptor for Apache 2.2 that allows you to specify which apps you are allowed to hit from a domain. Email me if you are interested in the source code. Frank On May 7, 2009, at 2:30 PM, Tim Worman wrote: On May 7, 2009, at 10:51 AM, Chuck Hill wro

Re: Inverse Relationships

2009-04-28 Thread Mr. Frank Cobia
turn it back on in a finally block. ms On Apr 28, 2009, at 10:59 AM, Mr. Frank Cobia wrote: Sorry, I need a little more help. I understand this, but I would like to keep the updateReverseRelationships=true for the app, but in one situation I would like to set the relationship without upd

Re: Inverse Relationships

2009-04-28 Thread Mr. Frank Cobia
, David Avendasora wrote: Hi Frank, On Apr 28, 2009, at 10:12 AM, Mr. Frank Cobia wrote: If I am using the EOGenerator files from WOLips is there not a way to update a relationship without automatically updating the inverse relationship? If I just call setProperty() then the inverse

Re: Inverse Relationships

2009-04-28 Thread Mr. Frank Cobia
Thank you. That fixed it. I did have it backwards. Frank On Apr 28, 2009, at 10:23 AM, David Avendasora wrote: Hi Frank, On Apr 28, 2009, at 10:12 AM, Mr. Frank Cobia wrote: If I am using the EOGenerator files from WOLips is there not a way to update a relationship without automatically

Inverse Relationships

2009-04-28 Thread Mr. Frank Cobia
If I am using the EOGenerator files from WOLips is there not a way to update a relationship without automatically updating the inverse relationship? If I just call setProperty() then the inverse relationship will get called. I had thought if I called setPropertyRelationship() with er.exte

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mr. Frank Cobia
is is only for development mode. that is also not a crashing exception, it's just a log error, though i don't know how you managed to get it talking about rapid turnaround in a deployment scenario On Apr 22, 2009, at 3:43 PM, Mr. Frank Cobia wrote: So I need pb.proj files to deploy

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mr. Frank Cobia
o use the _WOLipsProject stuff (that isn't quite officially a public thing) .. ms On Apr 22, 2009, at 3:30 PM, Mr. Frank Cobia wrote: I have several applications that I just rebuilt and installed where they were already working but now they die with the message: Apr 22 15:24:34

Rapid Turnaround with Project Builder??

2009-04-22 Thread Mr. Frank Cobia
I have several applications that I just rebuilt and installed where they were already working but now they die with the message: Apr 22 15:24:34 Bids[2002] (_PBXProjectWatcher.java:532) ERROR com.webobjects._ideservices._PBXProjectWatcher - Cannot use rapid turnaround. Please start Projec

Re: wotaskd password

2009-04-17 Thread Mr. Frank Cobia
I will give it another try over the next few days and see if maybe it was some other problem I was having. Frank On Apr 16, 2009, at 3:20 PM, Mark Ritchie wrote: On 16-Apr-09, at 2:54 PM, Chuck Hill wrote: You might also be thinking of this (unrelated) section in /System/Library/WebObjects/

Re: wotaskd password

2009-04-16 Thread Mr. Frank Cobia
pache, but when I removed the password I was able to connect again. Frank On Apr 16, 2009, at 12:56 PM, Mark Ritchie wrote: On 16-Apr-09, at 12:10 PM, Mr. Frank Cobia wrote: ... when wotaskd has a password you have to set the password for the Apache adaptor to communicate with wotaskd ...

wotaskd password

2009-04-16 Thread Mr. Frank Cobia
find anything about how to set the password for the apache adaptor. The only password I can find is for the statistics. How can I set the password for the apache adaptor to use? Thanks, Frank Cobia ___ Do not post admin requests to the list. They will

Apache 2.2 Adaptor on Solaris 10 (sparc)

2009-01-30 Thread Mr. Frank Cobia
Has anyone compiled the Apache 2.2 adaptor for Solaris 10 on Sparc? Thanks, Frank Cobia ___ 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

WOLips, Deployment and JVMOptions

2008-11-19 Thread Mr. Frank Cobia
Is there somewhere that I can set the "JVMOptions" that appear in the UNIXClassPath.txt file when I do a build? Specifically I want to set the maximum memory parameter. i.e. -mx200m Thanks, Frank ___ Do not post admin requests to the list. They will

Re: WOLips New Hotness and ant build says: woframework doesn't support the "frameworksBaseURL" attribute

2008-11-04 Thread Mr. Frank Cobia
I also copied the build.xml from a new empty project and got the same error. I just removed the offending attribute and everything builds, but I have not had time to check to see whether it install or runs correctly. Frank On Nov 4, 2008, at 9:49 AM, Hugi Thordarson wrote: Thanks Q - I di

Re: Eclipse 3.4.1

2008-10-28 Thread Mr. Frank Cobia
On Oct 14, 2008, at 6:45 AM, Kieran Kelleher wrote: Here is the rough checklist for upgrading ... (in my case I have Wonder source linked into my workspace ... and I use WO 5.3.3) - Every project's build.properties needs to have project.name and project.name.lowercase defined - Check Build

Re: WOText Escape HTML Broken?

2008-08-03 Thread Mr. Frank Cobia
since HTML normally interprets newline to be a blank space, but after reading your reply I checked and the textarea does interpret newlines as newlines. Thanks, Frank On Aug 3, 2008, at 3:53 PM, Rams wrote: On Aug 2, 2008, at 4:06 PM, Mr. Frank Cobia wrote: The "escapeHTML" bi

WOText Escape HTML Broken?

2008-08-02 Thread Mr. Frank Cobia
The "escapeHTML" binding has not effect on WOText (or ERXWOText). Is this the way it is supposed to behave or is it broken. I am using WO 5.4.2 on Mac OS. As a follow up question, whether it is broken or not, is there a way for me to create a textarea without the HTML being escaped? All I a

Re: Calling a named fetch specification that uses a stored procedure

2008-07-31 Thread Mr. Frank Cobia
Does anyone have experience using a stored procedure to create a fetch specification in Entity Modeler? Frank On Jul 29, 2008, at 1:39 PM, Mr. Frank Cobia wrote: I have a stored procedure that takes 2 arguments. I have also created a named procedure on an entity that uses that stored

Calling a named fetch specification that uses a stored procedure

2008-07-29 Thread Mr. Frank Cobia
trick to making this work? If it matters I am using 5.4.2 and latest wonder that is compatible with Eclicps 3.3. Thanks, Frank Cobia ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

Re: ALCATRAZ! (Was: [OT] WOWODC Outing)

2008-06-05 Thread Mr. Frank Cobia
I am going to be there Friday night as well, but too late for Alcatraz :) Was there a time or place set for either The Thirsty Bear or The Chieftan? Thanks, Frank On May 18, 2008, at 12:57 PM, Chuck Hill wrote: Being of legal drinking age in California (not sure what that is) is the only

Compiler Warnings for NSSelector

2008-05-30 Thread Mr. Frank Cobia
This maybe an easy question, but I could not think of the answer right now. The constants for EOQualifier (i.e. QualifierOperatorEquals) are of type NSSelector. However, NSSelector is defined as NSSelector so the compiler wants me to give it a type when I reference it. So that I can get rid

Re: Database Design - Multiple locations

2008-04-22 Thread Mr. Frank Cobia
Correction, the search below with the code would be where location.code like "us.georgia.metroatlanta%" On Apr 22, 2008, at 10:35 AM, Mr. Frank Cobia wrote: I had thought of something along theses lines, but I was worried about searches. Most of the time I will not be acc

Re: Database Design - Multiple locations

2008-04-22 Thread Mr. Frank Cobia
Country) <--- Causes infinite recursion > South East (Region) --> Alabama (State) > United States (Country) <-- As is obvious here since you never find leaf nodes On Apr 22, 2008, at 8:33 AM, Mr. Frank Cobia wrote: Thanks. I will look into this and see if

Re: Database Design - Multiple locations

2008-04-22 Thread Mr. Frank Cobia
Thanks. I will look into this and see if I can make it work. Frank On Apr 21, 2008, at 3:45 PM, Chuck Hill wrote: On Apr 20, 2008, at 6:15 PM, Mr. Frank Cobia wrote: I have a database design question. I am posting it to the WebObjects list because I am building a WebObjects app and want a

Re: Database Design - Multiple locations

2008-04-21 Thread Mr. Frank Cobia
It does not always point to city and that is what is throwing me off. They do haphazardly point to different different locations. Thanks, Frank Cobia On Apr 20, 2008, at 11:05 PM, James Cicenia wrote: Does your data haphazardly point to any location? Or does it point always to city (the

Database Design - Multiple locations

2008-04-20 Thread Mr. Frank Cobia
like this and come up with a good solution? Thanks, Frank Cobia ___ 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: http