Re: WOLips development

2024-11-04 Thread Dev WO via Webobjects-dev
Hello Ramsey, Personally I don’t use any of them. Thanks for working on this, Xavier > On 5 Nov 2024, at 08:50, Ramsey Gurley via Webobjects-dev > wrote: > > Hi all, > > I'm doing some work on WOLips currently and I am wondering how many of you > active WO devs actually use jprofiler or j

Re: [Proposal] Drop Wonder's Ant Build

2022-06-17 Thread Dev WO via Webobjects-dev
I’m like Ted, I though it would prevent me from keeping my current (ant) projects as they are. I understand this only applies to building Wonder. I don’t think it would be fair to ask the contributors to spend time on keeping a build system for Wonder that none of them use. So as far as my opini

Re: MacOS WebObjects Apache 2.4 Adaptor

2020-05-29 Thread Dev WO via Webobjects-dev
. 10.8 .. 10.15 ? > > Mark > >> On May 28, 2020, at 9:39 PM, Dev WO wrote: >> >> Hello Mark, >> >> I think this one is 64b, I’m using it on e Mac mini. >> >> >> >> Xavier >> >> >>> On 28 May 2020, at 18:40

Re: [Tomcat] - Resources referenced in CSS not displayed [Solved]

2020-05-14 Thread Dev WO via Webobjects-dev
yline="true" /> > > > > By the way, you need to copy the WebResources for framework as well .. > > Pierre > > De : Dev WO [mailto:webobje...@anazys.com] > Envoyé : jeudi 14 mai 2020 10:21 > À : GILQUIN Pierre > Cc : WebObjects-Dev > Objet :

Re: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread Dev WO via Webobjects-dev
; > setFrameworksBaseURL("/MyApp/static/Frameworks/"); > > in build.xml for ssdd task: > > todir="${dest.dir}/${build.app.name}/static/${build.app.name}.woa/Contents/WebServerResources/"> > > >

[Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread Dev WO via Webobjects-dev
Hi list, I’m struggling with something Tomcat related: My application’s CSS is working except for referenced items like a background image or a font. What I have so far: -The images and font are present inside the same folder, everything is correctly deployed under Tomcat and all files are there

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
).toString(point, filter); > WOResponse aResponse = new WOResponse(); > aResponse.appendContentString(json); > return aResponse; > } > > > >> On Apr 16, 2020, at 3:03 PM, Dev WO wrote: >> >> I cannot really say it is solv

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
gave me some time to look at ERRest:) Xavier > On 16 Apr 2020, at 20:31, Dev WO via Webobjects-dev > wrote: > > I was just looking at making a DirectAction to get a NSDict as a json output > actually. > > Searching for that it looked like ERRest was the answer, but m

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
mple ERRest route url translated by apache so it looks shorter in > production > > Maybe that helps > > > > >> On Apr 16, 2020, at 1:45 PM, Dev WO wrote: >> >> Hi Jesse, >> >> Thanks for the pointer, that does look better, but I don’t unders

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
, I think you’ll want this API > > String link = ERXRouteUrlUtils.actionUrlForEntity(context, entityName, > entityID, action, format, queryParameters, secure, includeSessionID); > > > >> On Apr 16, 2020, at 12:42 PM, Dev WO via Webobjects-dev >> wrote: >> >> Hi every

[ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
Hi everyone, I’m currently trying a few things with ERRest. In a stateless component, I need to create some urls manually (they will be used inside a script element). When I was calling my DirectAction class, I was just doing this: context().generateRelativeURLs(); NSMutableDicti

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-02-28 Thread Dev WO via Webobjects-dev
ebAppMount="/WEB-INF/lib/JavaWebObjects.jar" /> >className="org.apache.catalina.webresources.FileResourceSet" > > base="${catalina.base}/webapps/${project.artifactId}/WEB-INF/lib/JavaWebServicesSupport.jar" > webAppMount=&quo

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-01-31 Thread Dev WO via Webobjects-dev
11:13, Dev WO via Webobjects-dev > wrote: > > Hi Matthew, > > I will try that. > > Also I’m currently looking into using the PreResources feature like this: > > -creating a directory mywebapp/WEB-INF/prelib with all the system jars (the > Apple ones) > -m

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-01-30 Thread Dev WO via Webobjects-dev
e.com > > When replying, please edit your Subject line so it is more specific than > "Re: Contents of Webobjects-dev digest..." > > > Today's Topics: > > 1. [Tomcat] -Classpath ordering issue (Dev WO) > 2.

Re: [Tomcat] -Classpath ordering issue

2020-01-29 Thread Dev WO via Webobjects-dev
e code related to this lib ordering problem? Thanks, Xavier > On 29 Jan 2020, at 09:50, Dev WO wrote: > > Hi Konrad, > > Thanks for the description of the issue. > I’m looking into it right now. > > It looks like there’s a VirtualWebappLoader already included in Tomcat, s

Fwd: [Tomcat] -Classpath ordering issue

2020-01-29 Thread Dev WO via Webobjects-dev
Forgot to send to the list > Begin forwarded message: > > From: Dev WO > Subject: Re: [Tomcat] -Classpath ordering issue > Date: 29 January 2020 at 09:50:13 CET > To: Konrad Kubacki > > Hi Konrad, > > Thanks for the description of the issue. > I’m looking

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom

Re: Wonder 7 is out!

2017-11-05 Thread Dev WO
Thanks, Still the best community Xavier > On 4 Nov 2017, at 22:39, Johann Werner wrote: > > Hi everyone, > > for a long time the next big Wonder iteration has been worked on and probably > used or tested by many of us already. Today the waiting is over and Wonder > 7.0 has got its official

Re: Problems Starting Apps

2016-04-21 Thread Dev WO
I think Chuck would say to check the WOHost parameter:) Xavier > On 21 Apr 2016, at 23:22, Gino Pacitti wrote: > > I have just set up a new deployment on a CentOS 6.7 box and downloaded java 6 > as it has to support some older apps. I also set it up for 5.3 javamonitor > and wotaskd. > > Now

Re: Extending the “No Instance Available” timeout

2016-04-05 Thread Dev WO
Hi Ben, Your ping time isn’t the issue for sure, as far as I remember the time out is something like a minute… I think the issue is more on the “application” side. Try to see if you have anyway to get some log. Eventually output the SQL for your app to see if you forget to do some batch when acc

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-11 Thread Dev WO
e normal page rendering > process. > > You will need to trace or search on how to use this API inside a modal dialog > with AJAX contents. There is no real difference between using WO or any other > web server technology for these problems. > > Samuel > >

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-10 Thread Dev WO
y that should work is to put a script after all the required HTML > elements for the graph with this content: > > > drawChart(); > > > There is probably another way with AMD call back but this is tricky since the > function "drawChart" does not exists w

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-07 Thread Dev WO
ajaxsubmitbutton, but so far I couldn’t get the graph to update (nor display at first). Moving forward on this most probably very simple issue, but slowly:) Xavier > On 4 mai 2015, at 22:44, Dev WO wrote: > > I might have an underlying issue, but maybe it would give you a

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-04 Thread Dev WO
w.com/questions/19663555/bootstrap-3-how-to-load-content-in-modal-body-via-ajax > > <http://stackoverflow.com/questions/19663555/bootstrap-3-how-to-load-content-in-modal-body-via-ajax> > > > > > On May 4, 2015, at 11:48 AM, Dev WO <mailto:webobje...@anazys.

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-04 Thread Dev WO
3-how-to-load-content-in-modal-body-via-ajax> > > > > > On May 4, 2015, at 11:48 AM, Dev WO <mailto:webobje...@anazys.com>> wrote: > >> Hi Samuel, >> >> I didn’t mention the console as there was nothing there. >> >> Let’s try to give m

Re: [Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-04 Thread Dev WO
is nothing there, you should put way more > context to explain what you want to achieve and how you tried so far. > > Samuel > > >> Le 2015-05-04 à 09:28, Dev WO > <mailto:webobje...@anazys.com>> a écrit : >> >> Hi All, >> >> I’m trying

[Google Chart] - Displaying chart in an Axaj Modal Dialog

2015-05-04 Thread Dev WO
Hi All, I’m trying to display a chart generated with Google Chart inside an AMD. For the Google Chart part, I’m generating a javascript function which is then “written” into the HTML with a simple wo:string/escape=false directly inside the AMD content. If I display it inline with the page, eve

Re: Practical Webobject example's

2015-04-23 Thread Dev WO
http://www.apress.com/downloadable/download/sample/sample_id/1020/ Xavier > On 23 avr. 2015, at 18:00, HOUNKPONOU Ronald > wrote: > > Hi everyone. > I bought the practical webobject on amazon but i not able to find the > ex

Re: Framework EOModels

2015-04-22 Thread Dev WO
more > generic… :-) > > That is what you mean - right? > > > > >> On 22 Apr 2015, at 19:23, Dev WO wrote: >> >> You’re missing something:) >> Your framework doesn’t need to be tied to a specific db (not even a specific >> db vendor). >>

Re: Framework EOModels

2015-04-22 Thread Dev WO
nt of the App. > > > >> On 22 Apr 2015, at 19:06, Dev WO wrote: >> >> EOF will take care of your primary keys/insertion without conflict. >> >> Despite the fact that you won’t have conflict, I don’t really understand why >> you would need 2 apps to

Re: Framework EOModels

2015-04-22 Thread Dev WO
re they completely independent and the EOF > would handle it and save the other TransactionObject with a non conflicting > PK? > > > >> On 22 Apr 2015, at 18:40, Dev WO > <mailto:webobje...@anazys.com>> wrote: >> >> Assuming you have a specific db for ea

Re: Framework EOModels

2015-04-22 Thread Dev WO
h Ok.. so even if 10 apps use the same Framework every EOObject is > completely safe and no conflicts for PKs… > > Great... > >> On 22 Apr 2015, at 18:36, Dev WO wrote: >> >> Hi Gino, >> >> Everything is completely independent. >> No conflict. >

Re: Framework EOModels

2015-04-22 Thread Dev WO
Hi Gino, Everything is completely independent. No conflict. That’s actually why you create frameworks;) Xavier > On 22 avr. 2015, at 19:17, Gino Pacitti wrote: > > I was planning a Framework which has an EOModel that two different apps will > use. Is there a potential of conflicts when each

Re: Eclipse 4 and JRebel

2014-08-08 Thread Dev WO
Hi Ted, I have this in my VM arguments: -Drebel.log=true ${jrebel_args} And also the JRebel framework referenced in my classpath and finally in my .project file: org.zeroturnaround.eclipse.rebelXmlBuilder

Re: ERPDFGeneration problem

2014-05-15 Thread Dev WO
Hi Tim, Maybe I'm all wrong, but you could check the Property of each .wo "file" (it should be "inherited" if the container is UTF-8 or manually select Other>UTF-8) You could also check the corresponding .woo file and compare them with the one from the working component. Xavier On 15 mai 2014,

Re: What stands in the way becomes the way

2014-04-15 Thread Dev WO
Hi Aaron, You did find something nice coming from France, lucky you:) I was just telling my wife that I'd like to test that setup and I got "you're fat enough, no way" in response;) So guess I won't buy that French product for the foreseeable future. WOWODC is clearly my best conference/commun

Re: help!

2014-02-25 Thread Dev WO
Check this thread just in case http://lists.apple.com/archives/webobjects-dev/2012/Aug/msg00129.html Xavier > help! My App ran before but it suddenly doesn't now. Here's the error I get: > > [2014-2-26 1:25:2 CST] java.lang.RuntimeException: ERXExtensions have > not been initialized. Please

Re: Opinions on static createŠ() methods for EOs

2014-02-19 Thread Dev WO
Someone will correct me if I'm wrong, but I think localInstanceIn is working only on an existing object in the datastore. That means that if you create bar into ec2 and you try to do setBarRelationship(bar.localInstanceIn(ec1)) you will get a NullPointerException which could be difficult to trac

Re: WOWODC 2014: April 12 to 14

2013-09-05 Thread Dev WO
I think it's mostly the plane that would be a little cheaper. Xavier On 5 sept. 2013, at 11:02, Amedeo Mantica wrote: > Sorry, > We didn't move from June to April to get better price ? > > Amedeo > > On 03/set/2013, at 16:20, prob...@macti.ca wrote: > >> The one on 475 President-Kennedy Ave

Re: WOWODC 2014: April 12 to 14

2013-09-03 Thread Dev WO
Hi Pascal, Which Delta Hotel:) -475 President-Kennedy Avenue -777 University Street Xavier > Hi guys, > > It's official: WOWODC 2014 will be on April 12 to 14, at the Delta Montreal. > Guest rooms are $159/night. Pricing for the conference is not fixed yet, but > it should be below $600. >

Re: ERXEC question

2013-08-12 Thread Dev WO
t the behavior we are seeing here is specific to > ERXECs and not to "normal" ECs? > > cheers, > > Lars > > Am 12.08.2013 um 21:26 schrieb Dev WO : > >> Hi Lars, >> >> You could overwrite (or create another) method "fetchAllPayment

Re: ERXEC question

2013-08-12 Thread Dev WO
Hi Lars, You could overwrite (or create another) method "fetchAllPaymentCustomers" to apply: setIncludeEditingContextChanges(true) I recall a discussion about this stating it was "on purpose" that Wonder doesn't do it by default. So you have to manually deal with it that way you actually know

Re: Intermittent hostname null in URL

2013-08-05 Thread Dev WO
This usually happens when you change IP address I think. Xavier On 5 août 2013, at 15:18, John Pollard wrote: > Every now and then when running a Wonder-based WO app in development with > auto-open browser, the app URL comes up as http://null... instead of my local > machine name http://mymac

[Ajax] - Returning a file after ajaxlongresponse

2013-08-05 Thread Dev WO
Hello, I'm having some trouble trying to return a file after an ajaxlongresponse. I'm currently have my callable task used through ajaxlongresponse (CCAjaxLongResponsePage), I'm generating a woresponse (which is actually a file) then hand back this woresponse to the controller component (which

Re: Max Allowed Sessions

2013-07-10 Thread Dev WO
after > enough sessions are killed) > > Thomas > > -- > Thomas Grass | 01SoftwareSolutions > +49 (89) 41 41 41 03-0 > off...@01softwaresolutions.eu | www.01softwaresolutions.eu > Lichtenbergstraße 8 | D-85748 Garching b München > > Am 10.07.2013 um 12:56 schri

Re: Max Allowed Sessions

2013-07-10 Thread Dev WO
Hello Thomas, I'm not sure if it's the right way to do what you want to do as I don't know exactly why you would do that:) If you want to limit the number of users allowed, you should not rely on WOSession, as you could get a session when an exception is thrown, so you could basically end up no

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Dev WO
Hi Greg, You mean LaunchDeamons folder right? It may not be your issue though. I'd use the wiki page about deployment and check each points. Do you have wotaskd running on port 1085? Xavier > On 1 juil. 2013, at 21:09, Greg Lappen wrote: > > Hello, > > We have a WebObjects app running on a Sno

[Excel] - Excel generation slow when generating the NSData object

2013-04-14 Thread Dev WO
Hi List, I've been doing some measurements regarding an Excel generation. Almost everything is actually running as expected except when I create the NSData object using parser.data(). For example, up to this point of the method, it would take around 2-3 seconds, but then it takes around 300 seco

Re: Relationship many-to-many issue

2013-04-05 Thread Dev WO
ecreate relationship? > Thanks > > Envoyé de mon iPad > > Le 5 avr. 2013 à 16:31, Dev WO a écrit : > >> Hi Raymond, >> >> Your many-to-many model looks strange to me. >> You shouldn't have the relationship listed in repartDomMatieres like that. &

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-05 Thread Dev WO
Framework with more than 255 > Columns or a bit abstract with the xlsx-Format. > Maybe you could write an extension? > Also the version of the poi-jar is out of date, 3.9 is the latest stable > version (3.6 is 3 years old). > Looks like the SS Usermodel is a good idea. > > To

Re: Relationship many-to-many issue

2013-04-05 Thread Dev WO
Hi Raymond, Your many-to-many model looks strange to me. You shouldn't have the relationship listed in repartDomMatieres like that. Try recreate your many-to-many using EOmodeler "create relationship" wizard. Xavier On 5 avr. 2013, at 15:55, Raymond NANEON wrote: > Hi List, > > I have a table

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Dev WO
I'm sure I won't be able to fit more than 255 columns in this one either;) Xavier On 3 avr. 2013, at 19:21, Alan Ward wrote: > > What's Excel? I thought it was a car :) > > http://en.wikipedia.org/wiki/Lotus_Excel > > Alan > > > On Apr 3, 2013,

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Dev WO
I don't want to believe I'm the only one on this list to have to deal with Excel;) Any pointer/recommendation regarding the Excel generation column limit? Thanks, Xavier On 28 mars 2013, at 20:54, Dev WO wrote: > Hello list, > > I found a thread from 2010 about this, men

[Excel] - Maximum column with EGSimpleTableCreator

2013-03-28 Thread Dev WO
Hello list, I found a thread from 2010 about this, mentioning the the pre-2007 Excel limitation regarding the number of columns. I looked at the code from EGSimpleTableParser and EGSimpleTableCreator and related Properties' file but didn't find anything in them related to this limitation. It lo

Re: Problems displaying Chinese in WO application

2013-03-11 Thread Dev WO
Hi, The first thing you could check, is forcing the page to display as UTF-8 in your browser (usually through the View>Text Encoding menu). If it displays the Chinese text correctly, it means you are missing a configuration somewhere: -do you have something like in your page HTML head section?

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Dev WO
Hello Jesse, You don't actually need the server wonder, you just build the application embedded. Xavier On 7 janv. 2013, at 18:22, Jesse Tayler wrote: > > > what's the best way to install or update the server's WOnder installation? > > > > > > On Jan 7, 2013, at 10:56 AM, Pascal Robert

Re: Website Hijacked

2012-04-12 Thread Dev WO
Hi Gino, This looks strange that the links generated within the wocomponent gets "edited". It looks like a JS rewrite on the fly, but it needs to load that JS in a way or another... Can you provide the url so I can have a look? Xavier On 12 avr. 2012, at 16:55, Gino Pacitti wrote: > Hi > Any

Re: Model/application development layout request for comment

2012-04-03 Thread Dev WO
Thanks Atze, That's perfect. Xavier On 3 avr. 2012, at 11:55, Alexander Spohr wrote: > We have the configs in the same directory as the woa. Each app has multiple > instances. > They are choosen on the apps name in Monitor, using the same App.woa for all > of them: > > App-DE - gets its data

Re: Model/application development layout request for comment

2012-04-02 Thread Dev WO
operty extension as the java "user name", in which case ERXProperties will > ensure that the properties in that file override all other Properties files. > For for a deployed app that you want to run with Properties.config01, just > add this in WOMonitor: > > -Duser.na

Model/application development layout request for comment

2012-04-02 Thread Dev WO
Hi WOmates, I'm actually rewritting a project to make it more "multiple configuration" aware. I need to define a little more the "multiple configuration" setup: -the same code-base will have about 10s different configurations (like language setup and custom UI layout) -each configuration would

Re: Localization with US and UK

2011-12-29 Thread Dev WO
e: > If I change the Resources.. how does the app know it is USA and UK? > > Gino > On 29 Dec 2011, at 20:06, Dev WO wrote: > >> Hello Gino, >> >> Someone will probably come up with more details, but I think you can have >> resources like en_us a

Re: Localization with US and UK

2011-12-29 Thread Dev WO
Hello Gino, Someone will probably come up with more details, but I think you can have resources like en_us and en_uk if you need something more specific than English. Xavier On 29 déc. 2011, at 20:39, Gino Pacitti wrote: > Hi All > > I seemed to be a little stumped with this... > > I need to

Re: Multiple websites on Virtualized Server

2011-12-22 Thread Dev WO
Hello Gino, I'm actually setting up a Linux virtualized server for WO (Debian). I'm not done yet, but as far as your concerned, a virtualized server is just a server, it can have one or multiple IP addresses, but if you have 2 VM, you will have at least one IP (different) for each. So it's basic

Re: Concurrent request handling

2011-04-07 Thread Dev WO
Hello Andrew, > > Hi Xavier; > > I would suggest not putting the formatter in the EO class because the EO is > model layer and the formatter really belong as part of the display logic -- > blurring the two eventually ends up causing design problems in the long-haul. I completely agree with th

Re: Concurrent request handling

2011-04-07 Thread Dev WO
Hello Chuck, Sorry to jump into this to add another question:) But I would have expected the formatter to not be an issue as it's not actually writing data. If you have a stateless app (like full of DA), how would you handle that as you can actually put the formatter in Session? Do you have to p

ERXObjectStoreCoordinatorPool, setting maxCoordinators higher than 1 result in unreliable synchronization

2011-04-05 Thread Dev WO
Hi all, I've been looking into a synchronization issue with Wonder's ERJGroup (Wonder from 2011/01/29 with jgroups 2.6.8) We use to set maxCoordinators=3 (maybe it was a default somewhere), but we experienced some unreliable synchronization between 2 apps (a back end and a front end). By "unrel

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-03 Thread Dev WO
On 3 févr. 2011, at 12:39, Mike Schrag wrote: > I believe you have to opt in to erxmodel (which gives you erxentity). > > Sent from my iPhone > > On Feb 3, 2011, at 2:20 AM, Dev WO wrote: > >> Hello Lachlan, >> >>> On 03/02/2011, at 8:59 AM, Mike

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-03 Thread Dev WO
cked out at > the moment, but i'm pretty sure that method is the only thing that matters > here. > > ms > > On Feb 2, 2011, at 4:56 PM, Chuck Hill wrote: > >> >> On Feb 2, 2011, at 1:03 PM, Dev WO wrote: >> >>> OK, I tried this actually (even

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
Hello Lachlan, > On 03/02/2011, at 8:59 AM, Mike Schrag wrote: > >> i still would like to see what entity.primaryKeyRootName returns for each >> ... i don't recall what the impl was in 5.4.3 and I don't have it checked >> out at the moment, but i'm pretty sure that method is the only thing that

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
still some;) So I have to figure out how to fix this "5.4 feature";) Xavier > > Dave > > > On Feb 2, 2011, at 3:42 PM, Dev WO wrote: > >> Sure Dave, here they are: >> >> parent entity >> { >>

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
n Entity Modeler: > > > > > On Feb 2, 2011, at 12:56 PM, Dev WO wrote: > >> >>> see what entity.primaryKeyRootName() returns for each of the entities >>> involved ... >>> >>> actually on your abstract entity, did you set an external name

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
o generate. I was about to try this, but actually, where did you set the "external" name in Entity Modeler?? I just have a "name" field:( Xavier > > ms > > On Feb 2, 2011, at 3:42 PM, Chuck Hill wrote: > >> >> On Feb 2, 2011, at 12:36 PM, Dev WO wro

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
problem with just the Create Table statements generated by the plugin, or a > more fundamental problem with how EOF is using Horizontal Inheritance. > > Dave > > On Feb 2, 2011, at 12:46 PM, Dev WO wrote: > >> Hello Chuck, >> >> With JavaERJDBCAdaptor or the defa

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
> This sounds really familiar ... I think it was a bug in 5.4.3. OK, and as I wouldn't hold my breath for 5.4.4 is there a way to fix it:) Xavier > > ms > > On Feb 2, 2011, at 12:46 PM, Dev WO wrote: > >> Hello Chuck, >> >> With JavaERJDBCAdaptor o

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Dev WO
't even know if this bug was ever in 5.3. Thanks for your help, Xavier On 1 févr. 2011, at 20:24, Chuck Hill wrote: > Hi Xavier, > > > On Feb 1, 2011, at 12:42 AM, Dev WO wrote: > >> I'm still trying to figure out what's happening... >> What I have

Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-01 Thread Dev WO
he list makes me feel like the issue could at least be fixed on my side. Any pointer about where to look at to ensure proper horizontal inheritance SQL generation under 5.4? Thanks, Xavier On 31 janv. 2011, at 18:57, Dev WO wrote: > Hello, > > I don't really know where the

SQL generation doesn't conform to entity inheritance

2011-01-31 Thread Dev WO
Hello, I don't really know where the issue come from, but here's what's happening and what I've already tried to fix it (without a solution so far). I'm using Eclipse 3.6.1.M20100909 cocoa 64 WOLips 3.6.6215 PostgreSQL 8.4 WO 5.4.3 My previous setup was WO 5.3.3 with the previous major version

Re: Database Connection Question

2010-11-23 Thread Dev WO
Hello Gennady, > Hello Chuck and others. > I'd like ask some more questions ) > > 2010/8/27 Chuck Hill : >> >> On Aug 25, 2010, at 11:10 PM, Dov Rosenberg wrote: >> >>> I am revisiting some old EOF documentation and wanted to make sure I >>> understood a few things. Are the following statement

Re: [OT] Apache rewrite rule

2010-11-03 Thread Dev WO
Hello Jeff, On your server you may have virtual host setup, so the rewrite rule has to be put inside the virtual host configuration /etc/apache2/sites/ for each site that need it. Xavier > Did this on my dev machine and it worked great, but on my leopard server > deployment machine I added

Re: Oracle EOModel connection [Solved]

2010-09-22 Thread Dev WO
onal;) Xavier > > On Sep 21, 2010, at 12:01 PM, Dev WO wrote: > >> Hello Chuck, >> >> I'm making a fully embedded app, so I think I have to get/add a specific >> jdbc driver (I'm still wondering which name to put for "Driver" and "PlugI

Re: Oracle EOModel connection

2010-09-21 Thread Dev WO
2" for the following page actually: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html Am I correct? Xavier > These usually go in /Library/Java/Extensions and get picked up automatically. > > On Sep 21, 2010, at 11:33 AM, Dev WO wrote: > >>>> What

Re: Oracle EOModel connection

2010-09-21 Thread Dev WO
>> What would be the name to fill for the Driver and PlugIn in EntityModeler? I was also wondering if there is a needed jdbc driver to download and to add to the classpath? Thanks, Xavier ___ Do not post admin requests to the list. They will be igno

Re: Oracle EOModel connection

2010-09-21 Thread Dev WO
Hello Pascal, > > Le 2010-09-21 à 10:21, Dev WO a écrit : > >> Hello, >> >> I have to connect to a remote server hosting an Oracle 10g database. More >> precisely, the server is: >> OS: linux RedHat X64 >> DB:Oracle 10G standard One &g

Oracle EOModel connection

2010-09-21 Thread Dev WO
Hello, I have to connect to a remote server hosting an Oracle 10g database. More precisely, the server is: OS: linux RedHat X64 DB:Oracle 10G standard One It seems the URL to enter in the EOModel would be: jdbc:oracle:thin:@IP_ADDRESS:PORT:DATABASE I'm not really used to connect to eith

[OT] - WWDC10

2010-04-28 Thread Dev WO
Hello womates, just in case there are some of you with a "still working" ADC Premium with an e-ticket for WWDC2010 and they won't attend, maybe those tickets can be of help for some of us:) Basically it could be a list of "everyone who are going to attend" and "the number of available tickets".

Re: announcement

2010-04-23 Thread Dev WO
June 2123, a couple days before WWDC '123, Mike "The Unstoppable Code Machine" Schrag passed away. Using WebObjects, Wonder and WOLips, he was able to last more than any other software-enhanced humans (namely phpmen and railsmen). We will miss his craziness, friendship and community contributions

Re: Server Redundancy for WO Apps

2010-03-11 Thread Dev WO
Hello Gino, If you'd like to be able to failover either a service or a server, you will have to go through the data synchronization issue. I think synchronizing things are really hard, like web server resources, databases etc. So the first step would be to get the data storage out of the Xserve

Re: How do I increase Eclipse's Memory?

2010-02-26 Thread Dev WO
Hi james, The second suggested answer, is actually the one I'm using: http://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F It appears I couldn't go more than 768m even with a 8G machine though Xavier On 26 févr. 2010, at 16:34, James Cicenia wrote: > now that was

Fwd: NSTimestampFormatter and languages

2007-05-10 Thread Dev WO
Sorry, I forgot to "reply-all" Xavier De : Dev WO <[EMAIL PROTECTED]> Date : 10 mai 2007 16:31:53 HAEC À : Miguel Arroz <[EMAIL PROTECTED]> Objet : Rép : NSTimestampFormatter and languages Hello Miguel, here's what I'm doing: import java.text.DateFormat

Re: Troubleshooting utf8 text SQL generation

2007-04-13 Thread Dev WO
Hello Kieran, Someone will probably come up with an alternative, but I've never been to be able to make blob work the way I wanted with UTF-8. I had to convert my blob to mediumtext. As far as I know (but I'm not a db expert;)) blob can't have an encoding like a mediumtext for example. Xa

Re: Instance number

2007-04-11 Thread Dev WO
Hi Bruno, You can use applicationNumber() from WORequest Xavier Hello, How can I get the instance number of an application in Application? I try number() but It always gives me "-1"... Thank you. ___ Do not post admin requests to the list. They w

Re: WOPopUpButton bug 5.3 DST : SOLVED

2007-04-03 Thread Dev WO
Are you sure it wasn't working with the &? if it didn't it's a bug somewhere else, not the & Hope this helps someone else. Regards, Olav On Apr 2, 2007, at 4:53 AM, Olav Anderson wrote: On Apr 2, 2007, at 12:00 AM, Dev WO wrote: Hi Olav, It's not related

Re: strange error

2007-04-03 Thread Dev WO
Hello Daniele, I'm sure someone will come with more help, but just in case, are your sure you're getting a NSArray? Usually a ClassCastException is thrown if you get something else than the class that was defined. You're not passing NSMutableArray instead? Xavier Hi list, I've an error w

Re: WOPopUpButton bug 5.3 DST

2007-04-02 Thread Dev WO
name = "menu"; onChange = "location.href=(menuform.menu.options [menuform.menu.selectedIndex].value)"; escapeHTML = false; } -Olav On Apr 2, 2007, at 12:00 AM, Dev WO wrote: Hi Olav, It's not related to DST update. I think it appears in the 5.3.x

Re: WOPopUpButton bug 5.3 DST

2007-04-02 Thread Dev WO
Hi Olav, It's not related to DST update. I think it appears in the 5.3.x but I'm not completely sure. It's a but when using the "href" binding, but I don't understand why you have a hyperlink in an option value, maybe it's just a test you made. Anyway, search the list for "bozo ampersand" y

Re: RSS Feed

2007-02-20 Thread Dev WO
Hello Bruno, the first icon (the one you get) is just saying your page is a XML page and if you click on that icon, you could go back to the html page from which the like to the XML is displayed (this page may not exist of course) Just try with a regular website for example: http://www.mac

Data freshness and inter-applications/instances notification

2007-02-10 Thread Dev WO
Hi list, it's been some time without a data freshness question:) I've been reading the list and Practical WebObjects book to get as much details as I can, but I just can't find the solution I'd like. Here's a quick summary of the project related to this, it may give you a better understanding

Re: Any way to make ERXLocalizer work with UTF-8?

2007-01-29 Thread Dev WO
Hi Helmut, first, try to encode your .strings files as UTF-16. At least on Xcode, UTF-8 will lead to trouble. If it doesn't fix your issue, I'll provide you with what I'm using to get it to work (it mostly work;)) Xavier Hi, is there any way to make ERXLocalizer work with UTF-8? I have m

EOSortOrdering based on a @count relationship

2007-01-08 Thread Dev WO
Hi, I've been trying to isolate the issue with this, but I just can't even get an error... So I need to sort based on a calculated attribute: relationship ().count() but I just can't make it work... I've got entity "a" which has a toMany relationship "relationship()". I need to sort "a" enti

  1   2   3   >