Re: Deploying a framework as a JAR?

2009-04-22 Thread Lachlan Deck
On 23/04/2009, at 2:24 AM, Dov Rosenberg wrote: Thanks - it was a lot easier than I thought to change our build scripts to deploy as a JAR. Basically all I did was remove the Resources/Java folder from the framework and copied the class folders to the same level and jarred the resulting di

Re: Zero dates "0000-00-00"

2009-04-22 Thread Lachlan Deck
On 23/04/2009, at 9:54 AM, Andrew Lindesay wrote: I've stumbled on a problem related to this issue. The database is MySQL again and the zero dates are widely used there. What causes my problem is that when an EO is fetched and it had a zero date set for some column, the corresponding proper

Re: Zero dates "0000-00-00"

2009-04-22 Thread Andrew Lindesay
Hello Katya; Perhaps a good way forward with this is to use a custom data type which could handle these awkward situations by converting to and from the "right" types. cheers. I've stumbled on a problem related to this issue. The database is MySQL again and the zero dates are widely used

Re: Project Management Tools

2009-04-22 Thread Luke Holton
For classic gantt chart style project tracking we use Merlin. http://www.projectwizards.net/en/ Regards, Luke Holton Tel: (602) 279-4600 ext 622 Fax: (602) 279-4768 Desert Sky Software: www.desertsky.com Specializing in the Development and Hosting of e-Business Applications. On Wed,

Re: Project Management Tools

2009-04-22 Thread Miguel Angel Torres Avila
Thanks guys for all your help, I think we will buy both of them and test for the next month and finally take a decition. The price worth it! On Apr 22, 2009, at 4:42 PM, Q wrote: On 23/04/2009, at 12:43 AM, Miguel Angel Torres Avila wrote: Hi List, I would like to know your opinion ab

Re: CLOB and WO 5.4.3

2009-04-22 Thread Hugi Thordarson
Say hello to your new Java overlords! Indeed. I heard they already released Java 7, buried somewhere deep on technet as "java.jar". I honestly don't know if this is a joke or not, and that is the best joke of all. ms Bwahahahah - Gotcha! ;-) - hugi _

EOQualifier or...?

2009-04-22 Thread John Ours
I have a situation where I have an entity "Item" that is related to many "Picture" items. I'm trying to fetch all "Items" that have no related "Pictures"...in sql I would write a query like: SELECT * FROM Item i LEFT JOIN Picture p ON i.id = p.itemID WHERE p.id is null In other words I'd li

Re: Zero dates "0000-00-00"

2009-04-22 Thread Q
On 23/04/2009, at 2:58 AM, Katya Yurukova wrote: Hi list, I've stumbled on a problem related to this issue. The database is MySQL again and the zero dates are widely used there. What causes my problem is that when an EO is fetched and it had a zero date set for some column, the correspon

Re: Project Management Tools

2009-04-22 Thread Q
On 23/04/2009, at 12:43 AM, Miguel Angel Torres Avila wrote: Hi List, I would like to know your opinion about project management tools. We have been using dotProject for planning tasks. We recently set up bugzilla and installed the free version of tasktop plugin in eclipse trying to provi

Re: CLOB and WO 5.4.3

2009-04-22 Thread Dov Rosenberg
I can see both sides of the argument. Having a version number in the file name makes it easier to figure out if a file is out of date, and if you are using tools like Geronimo or Maven to track dependencies it is helpful. But when you want to make sure that you don't have multiple copies of the sam

Re: CLOB and WO 5.4.3

2009-04-22 Thread Don Lindsay
Much better for them if they can charge you 15k a year for support contract. Obfuscation increases profitability for a large corporation. Don On Apr 22, 2009, at 5:33 PM, Mike Schrag wrote: but really, how often are you identifying jar files using the jar API's? You don't ask that seriousl

Re: CLOB and WO 5.4.3

2009-04-22 Thread Mike Schrag
but really, how often are you identifying jar files using the jar API's? You don't ask that seriously?? One favorite app-server-look-a-like might come in mind otherwise... I'm not arguing AGAINST putting versions in MANIFEST.MF -- i think that's great. I'm arguing FOR putting it in the filen

Re: CLOB and WO 5.4.3

2009-04-22 Thread Mike Schrag
From the people who brought you 31 character column name limits ... ms On Apr 22, 2009, at 5:26 PM, Don Lindsay wrote: if you do that then Oracle Support will not support you, they will require you to download a new version that the jar has never been renamed. I have been through this on

Re: CLOB and WO 5.4.3

2009-04-22 Thread Don Lindsay
if you do that then Oracle Support will not support you, they will require you to download a new version that the jar has never been renamed. I have been through this on calls with them. Don On Apr 22, 2009, at 5:12 PM, Ricardo J. Parada wrote: Yep, I ended up renaming the .jar to reflect

Re: Project Management Tools

2009-04-22 Thread Miguel Arroz
Hi! Nop, it's Rails, I think. Couldn't care less, we pay, they make it work, everyone is happy. :) Yours Miguel Arroz On 2009/04/22, at 22:22, Ricardo J. Parada wrote: On Apr 22, 2009, at 3:56 PM, Miguel Arroz wrote: For bug tracking, we use Lighthouse

Re: CLOB and WO 5.4.3

2009-04-22 Thread Anjo Krank
Am 22.04.2009 um 22:46 schrieb Mike Schrag: but really, how often are you identifying jar files using the jar API's? You don't ask that seriously?? One favorite app-server-look-a-like might come in mind otherwise... Cheers, Anjo ___ Do not pos

Re: Project Management Tools

2009-04-22 Thread Ricardo J. Parada
On Apr 22, 2009, at 3:56 PM, Miguel Arroz wrote: For bug tracking, we use Lighthouse . It's nice enough to not piss me off every time I use it, so I assume it's a good tool. Looks nice... was that done with WO/Wonder by any chance? :-) _

Re: CLOB and WO 5.4.3

2009-04-22 Thread Ricardo J. Parada
Yep, I ended up renaming the .jar to reflect the version, i.e. ojdbc14_10.2.0.4.jar :-) On Apr 22, 2009, at 4:46 PM, Mike Schrag wrote: They are actually pretty good at adding version info everywhere - you just need to know where to look for it. Check the META-INF/MANIFEST.MF - sucks th

Re: CLOB and WO 5.4.3

2009-04-22 Thread Mike Schrag
Say hello to your new Java overlords! Indeed. I heard they already released Java 7, buried somewhere deep on technet as "java.jar". I honestly don't know if this is a joke or not, and that is the best joke of all. ms ___ Do not post admin request

Re: CLOB and WO 5.4.3

2009-04-22 Thread Mike Schrag
They are actually pretty good at adding version info everywhere - you just need to know where to look for it. Check the META-INF/MANIFEST.MF - sucks that you have to break open the jar to look at it. version numbers in class file names is just the convention everywhere else on earth except t

Re: CLOB and WO 5.4.3

2009-04-22 Thread Joe Little
On Wed, Apr 22, 2009 at 1:36 PM, Hugi Thordarson wrote: >>> btw: >>> dear oracle: put #...@$ version numbers on your jar files. love, mike. >>> ms >> >> Say hello to your new Java overlords! > > Indeed. I heard they already released Java 7,  buried somewhere deep on > technet as "java.jar". > +1

Re: CLOB and WO 5.4.3

2009-04-22 Thread Dov Rosenberg
They are actually pretty good at adding version info everywhere - you just need to know where to look for it. Check the META-INF/MANIFEST.MF - sucks that you have to break open the jar to look at it. Dov On 4/22/09 4:36 PM, "Hugi Thordarson" wrote: >>> btw: >>> dear oracle: put #...@$ version

Re: CLOB and WO 5.4.3

2009-04-22 Thread Hugi Thordarson
btw: dear oracle: put #...@$ version numbers on your jar files. love, mike. ms Say hello to your new Java overlords! Indeed. I heard they already released Java 7, buried somewhere deep on technet as "java.jar". - hugi ___ Do not post admin reque

Re: CLOB and WO 5.4.3

2009-04-22 Thread Joe Little
On Wed, Apr 22, 2009 at 1:31 PM, Mike Schrag wrote: > btw: > dear oracle: put #...@$ version numbers on your jar files. love, mike. > ms Say hello to your new Java overlords! > On Apr 22, 2009, at 4:08 PM, Ricardo J. Parada wrote: > > Thanks... The newer driver resolved the problem. > I download

Re: CLOB and WO 5.4.3

2009-04-22 Thread Mike Schrag
btw: dear oracle: put #...@$ version numbers on your jar files. love, mike. ms On Apr 22, 2009, at 4:08 PM, Ricardo J. Parada wrote: Thanks... The newer driver resolved the problem. I downloaded the latest driver from: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jd

Re: CLOB and WO 5.4.3

2009-04-22 Thread Ricardo J. Parada
Thanks... The newer driver resolved the problem. I downloaded the latest driver from: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html On Apr 22, 2009, at 11:42 AM, Dov Rosenberg wrote: Update your driver to the latest version. The older classes14 and

Re: Project Management Tools

2009-04-22 Thread Chuck Hill
On Apr 22, 2009, at 12:56 PM, Miguel Arroz wrote: Hi! For bug tracking, we use Lighthouse . It's nice enough to not piss me off every time I use it Take it from me: that IS saying something! :-) Chuck , so I assume it's a good tool. Yours Miguel

Re: Project Management Tools

2009-04-22 Thread Miguel Arroz
Hi! For bug tracking, we use Lighthouse . It's nice enough to not piss me off every time I use it, so I assume it's a good tool. Yours Miguel Arroz On 2009/04/22, at 15:43, Miguel Angel Torres Avila wrote: Hi List, I would like to know your opinion ab

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mr. Frank Cobia
Never mind. My mind is not working today. I am working in a deployment environment and I saw that error on the command line and assumed that was my problem. I looked in the log file and found an error that made more sense. I did not realize that error was not actually something that would s

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mr. Frank Cobia
So I need pb.proj files to deploy for production on an XServe? I tried this and it does not seem to help. Thanks, Frank On Apr 22, 2009, at 3:35 PM, Mike Schrag wrote: you either have to have eclipse generate pb.proj/xcodeproj files (it's in the wolips build settings) or you need to use the

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mike Schrag
wait, what are you talking about production? rapid turnaround isn't used in production ... this 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

Re: Rapid Turnaround with Project Builder??

2009-04-22 Thread Mike Schrag
you either have to have eclipse generate pb.proj/xcodeproj files (it's in the wolips build settings) or you need to 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 reb

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: AjaxModalContainer help...

2009-04-22 Thread Amedeo Mantica
if the AjaxSubmit button is ONLY updating "tableBody" container, so your container cannot dismiss put an AjaxUpdateContainer that wraps the entire content ( your table and the form ) than change updateContainerID = "tableBody" /> to updateContainerID = "mainContainer" /> Regards Amedeo

Re: Project Management Tools

2009-04-22 Thread David Avendasora
Along these same lines, I'm thinking of setting up a Projects Server that would have the following: 1) Subversion 2) Hudson 3) JIRA ($5 Starter License) 4) Confluance ($5 Starter License) Are there other things that I should consider? I'm thinking either an old PPC mini. Dave On Apr 22, 200

Re: Zero dates "0000-00-00"

2009-04-22 Thread Katya Yurukova
Hi list, I've stumbled on a problem related to this issue. The database is MySQL again and the zero dates are widely used there. What causes my problem is that when an EO is fetched and it had a zero date set for some column, the corresponding property is set to null, so when I edit and t

Re: Deploying a framework as a JAR?

2009-04-22 Thread Dov Rosenberg
Thanks - it was a lot easier than I thought to change our build scripts to deploy as a JAR. Basically all I did was remove the Resources/Java folder from the framework and copied the class folders to the same level and jarred the resulting directory structure up - worked like a champ. MyFramework.

Re: Project Management Tools

2009-04-22 Thread Miguel Angel Torres Avila
On Apr 22, 2009, at 10:38 AM, Denis Frolov wrote: Hi Miguel, On Wed, Apr 22, 2009 at 6:43 PM, Miguel Angel Torres Avila wrote: Hi List, I would like to know your opinion about project management tools. We have been using dotProject for planning tasks. We recently set up bugzilla and installe

Re: Project Management Tools

2009-04-22 Thread Miguel Angel Torres Avila
On Apr 22, 2009, at 10:24 AM, Henrique Prange wrote: Hi Miguel, On Apr 22, 2009, at 11:57 AM, Miguel Angel Torres Avila wrote: 2. Does JIRA/Confluence's combination really worth? Confluence is one of the best wiki available. Lots of plugins (SQL queries, OPML support), SOAP APIs, WebD

Re: CLOB and WO 5.4.3

2009-04-22 Thread Dov Rosenberg
Update your driver to the latest version. The older classes14 and nlscharset14 have been replaced with ojdbc14.jar ­ that should resolve your problems Dov Rosenberg On 4/22/09 11:24 AM, "Ricardo J. Parada" wrote: > Hi All, > > We've been recently testing our application with WO 5.4.3. We use

Re: Project Management Tools

2009-04-22 Thread Denis Frolov
Hi Miguel, On Wed, Apr 22, 2009 at 6:43 PM, Miguel Angel Torres Avila wrote: > Hi List, > I would like to know your opinion about project management tools. > We have been using dotProject for planning tasks. > We recently set up bugzilla and installed the free version of tasktop >  plugin in  ecl

Re: Project Management Tools

2009-04-22 Thread Henrique Prange
Hi Miguel, On Apr 22, 2009, at 11:57 AM, Miguel Angel Torres Avila wrote: 2. Does JIRA/Confluence's combination really worth? Confluence is one of the best wiki available. Lots of plugins (SQL queries, OPML support), SOAP APIs, WebDAV access, etc. If you have to choose between JIRA and

CLOB and WO 5.4.3

2009-04-22 Thread Ricardo J. Parada
Hi All, We've been recently testing our application with WO 5.4.3. We use ORACLE. One problem we have encountered is that we have an entity with a CLOB as the external type and we're getting an unsupported feature exception thrown during the editing context saveChanges. In the stack tr

Re: Project Management Tools

2009-04-22 Thread Henrique Prange
Hi Miguel, On Apr 22, 2009, at 11:52 AM, Pascal Robert wrote: 1. What's your opinion about bugzilla vs JIRA.? It's not even a question :-) Go with Jira. +1. Jira rocks! 2. Does JIRA/Confluence's combination really worth? Confluence is one of the best wiki available. Lots of plugins

Re: Project Management Tools

2009-04-22 Thread Miguel Angel Torres Avila
Thanks Pascal On Apr 22, 2009, at 9:52 AM, Pascal Robert wrote: Le 09-04-22 à 10:43, Miguel Angel Torres Avila a écrit : Hi List, I would like to know your opinion about project management tools. We have been using dotProject for planning tasks. We recently set up bugzilla and installed th

Re: Project Management Tools

2009-04-22 Thread Pascal Robert
Le 09-04-22 à 10:43, Miguel Angel Torres Avila a écrit : Hi List, I would like to know your opinion about project management tools. We have been using dotProject for planning tasks. We recently set up bugzilla and installed the free version of tasktop plugin in eclipse trying to provide a

Re: Deploying a framework as a JAR?

2009-04-22 Thread Henrique Prange
Hi Dov, If you're using Maven, you can use the maven-wolifecycle-plugin and the packaging woframework to generate JAR artifacts. You can find the Wonder frameworks jars in the WOCommunity repository [1]. [1] http://maven.wocommunity.org Cheers, Henrique On Apr 22, 2009, at 2:38 AM, Lac

Project Management Tools

2009-04-22 Thread Miguel Angel Torres Avila
Hi List, I would like to know your opinion about project management tools. We have been using dotProject for planning tasks. We recently set up bugzilla and installed the free version of tasktop plugin in eclipse trying to provide a task focus environment to our development team. We set up

Re: WOSubmit back button does not operate in IE [Resolved]

2009-04-22 Thread Mersida Kurti
I didn't have the WOSubmitButton inside a WOForm. Turns out Firefox did not mind, but IE did. I included the button inside the WOForm and things are good...for now anyways :) Thanks, Mersida From: Cheong Hee (Gmail-P) To: webobjects-dev@lists.apple.com Sent:

Re: WOSubmit back button does not operate in IE

2009-04-22 Thread Cheong Hee (Gmail-P)
Hi Mersida I have a back button on a page that is supposed to take the users to the back page, however, the WOSubmit button only works for firefox and not IE. Is there any trick to get this to work in IE? More info? I have not noticed that is a issue with WOSubmit back button. Cheers Cheon

Re: Deploying a framework as a JAR?

2009-04-22 Thread Andrew Lindesay
Hello Lachlan; LEWOStuff has an ant task which extends the "Jar" task and knows about how to package-up jar files for WebObjects frameworks including making the "Info.plist" etc... cheers. I noticed that the WO frameworks are now packaged as Jars. Does any one know the correct mojo for p