Re: Wonder-slim

2024-05-01 Thread Ricardo Parada via Webobjects-dev
Hi all, I’m just curious, what is Wonder-slim? Thanks Ricardo > On Apr 29, 2024, at 4:57 PM, Hugi Thordarson via Webobjects-dev > wrote: > > Hi Francois, > I'm pretty sure I'm the only one using it at the moment :). If you're > considering using it, I'd be more than happy to start making

Can't open WO components after Eclipse upgraded to Version 2023-06

2023-06-23 Thread Ricardo Parada via Webobjects-dev
. But now, Eclipse won’t open any of my WO components. Anybody having these problems? Thanks, Ricardo Parada ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread Ricardo Parada via Webobjects-dev
We are using ant. And yes I kicked out the JavaXML framework. I added some jars to ERJars/Libraries to get ERExtensions to compile. I wrote a little script using the find and sed Unix commands that replace the framework in all the .classpath files. Thank you Ricardo Parada > On May

Variables in .classpath for selecting log4j Framework?

2023-05-19 Thread Ricardo Parada via Webobjects-dev
. ${ERLoggingFrameworkName} and without breaking Eclipse? ;-D Thanks for any ideas Ricardo Parada ___ 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

Re: Replacing log4j with slf4j in Wonder

2023-03-11 Thread Ricardo Parada via Webobjects-dev
ParadaOn Jan 31, 2023, at 10:42 AM, Ricardo Parada wrote:Hi René,I’m wondering if he got hired by Apple since I have not seen any activity from him since then.  :-)Anyways, in the coming months I may start trying it out. And possibly start converting some of the appenders and pattern layout classes from

Re: Replacing log4j with slf4j in Wonder

2023-01-31 Thread Ricardo Parada via Webobjects-dev
. But in order to get rid of the log4j1.jar, we had to move form ant  to maven build. And kick out the JavaXML.framework. I'll like to support Henrique in finalising this PR, but unfortunately, I got no reply from him :-( Regards, René   Am 26.01.2023 um 19:11 schrieb Ricardo Parada via Webobjects-dev

Re: Replacing log4j with slf4j in Wonder

2023-01-26 Thread Ricardo Parada via Webobjects-dev
, Ricardo Parada [1] https://github.com/wocommunity/wonder/pull/977 <https://github.com/wocommunity/wonder/pull/977> > On Mar 2, 2022, at 6:55 PM, Henrique Prange via Webobjects-dev > wrote: > > Hey guys! > > I'm replacing the log4j dependency with slf4j in Wonder, as p

Re: ERJGroupsSynchronizer

2022-03-28 Thread Ricardo Parada via Webobjects-dev
=com.mpv.eof.LocalSynchronizer Notice that the properties to specify which entities to include / exclude is not needed as the filtering of changes by entity seems to be used only when deciding which changes to send to remote instances. Thank you Ricardo J. Parada > On Mar 25, 2022, at 5:03 PM, Ricardo Parada

Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
to include / exclude is not needed as the filtering of changes by entity seems to be used only when deciding which changes to send to remote instances. Thank you Ricardo J. Parada > On Mar 25, 2022, at 4:49 PM, Ricardo Parada via Webobjects-dev > wrote: > > Thank you all for t

Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
> On Mar 20, 2022, at 6:21 PM, Paul Hoadley via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >> Hi Ricardo, >> >> On 19 Mar 2022, at 14:25, Ricardo Parada via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> &g

ERJGroupsSynchronizer

2022-03-18 Thread Ricardo Parada via Webobjects-dev
in the single VM but have not yet figured out how to do it. Basically, I have a background task doing work on a separate EOF stack and I want the changes to reflect on the EOF stack used by the user interface without resorting to fetching. Thanks for any help Ricardo Parada

Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Ricardo Parada via Webobjects-dev
617bd3a1c5ec0378a3cbbb2acce98ecd245e3a085 > > Regards, > > Samuel > > > >> Le 4 déc. 2021 à 22:55, Ricardo Parada a écrit : >> >> Hi Samuel, >> >> That sounds like a problem that we had that was solved by rolling back >> prototype.js to

Re: To-one relationship with propagating primary key

2019-01-24 Thread Ricardo Parada
M, Johann Werner wrote: >>> >>> >>> >>> Am 13.01.2019 um 18:37 schrieb Ricardo Parada : >>> >>> When I create A will it have a B set in the to-one? >> >> I think so. It is a lng time ago I used key propagation though. &g

Re: To-one relationship with propagating primary key

2019-01-13 Thread Ricardo Parada
Yes it did. That was the problem. And now that you both mention the logic behind it makes total sense. Thank you Johann and Aaron. Ricardo > On Jan 13, 2019, at 12:42 PM, Johann Werner wrote: > > > >> Am 13.01.2019 um 18:37 schrieb Ricardo Parada : >> >>

Re: To-one relationship with propagating primary key

2019-01-13 Thread Ricardo Parada
and you automatically have a B in place when you > check the relationship A.toB(). You just have to (re)use the present B > instead of creating and connecting your own B. > > jw > > >> Am 13.01.2019 um 13:07 schrieb Ricardo Parada : >> >> Hi Johann,

Re: To-one relationship with propagating primary key

2019-01-13 Thread Ricardo Parada
member that EOF is automatically > creating an instance of the dependent entity. Thus when you create a second > object B and set the relationship to A the auto created object is left > without connection. > > jw > >> Am 13.01.2019 um 12:44 schrieb Ricardo Parada : >> >&

To-one relationship with propagating primary key

2019-01-13 Thread Ricardo Parada
Hi all, I have an entity A with a to-one relationship to entity B. The relationship is setup in eomodeler to propagate it’s primary key from A to B. I then create A and B, insert into editing context and set the to-one relationship in A to point to B. When I save changes EOF is trying to

Problem calling NSBundle.bundleForClass from junit test code

2018-09-18 Thread Ricardo Parada
(MyClass.class): Any ideas? Thanks Ricardo Parada ___ 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: https://lists.apple.com/mailman

Re: Looking towards JDK 9, 10

2018-04-30 Thread Ricardo Parada
Hi Paul We are using 8. > On Apr 30, 2018, at 7:11 AM, Paul Hoadley wrote: > > Hello, > > Just out of curiosity, has anyone experimented with migration to JDK 9 or 10? > There are a handful of usages of internal APIs in both the WebObjects JARs, > as well as

WOLips error: The class for 'XYZ' is either missing or does not extend WOElement

2018-04-04 Thread Ricardo Parada
? The Ajax framework is in the class path of the framework that uses the AjaxModialDialogOpener. Thanks Ricardo Parada ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com

Re: Strange error

2018-03-17 Thread Ricardo Parada
Hi Michael, It appears one of the objects being saved is for a read only entity. Can you tell if that is what is going on? Ricardo > On Mar 17, 2018, at 11:34 AM, Michael Kondratov > wrote: > > Hello! > I am getting a new strange error in our new WO

Re: AjaxAutoComolete - scroll bar in results?

2017-12-20 Thread Ricardo Parada
I got the scroll bar to show with some CSS: div.auto_complete { max-height: 30em; overflow: auto; } > On Dec 18, 2017, at 4:05 PM, Ricardo Parada <rpar...@mac.com> wrote: > > Hi all, > > Does anybody know if there is a way to have the AjaxAutoComplete component t

AjaxAutoComolete - scroll bar in results?

2017-12-18 Thread Ricardo Parada
Hi all, Does anybody know if there is a way to have the AjaxAutoComplete component to display a scroll bar when displaying the list of autocomplete matches? Thanks Ricardo Parada ___ Do not post admin requests to the list. They will be ignored

Re: File update issues with Eclipse

2017-12-08 Thread Ricardo Parada
Hi Markus, I’ve seen the problem you have described when editing WO components. I don’t know what causes it. When it tells me that the file has changed and whether I want to reload it I usually just say no because I know I have not changed the file from underneath Eclipse. Ricardo Parada

Re: Wonder 7 is out!

2017-11-05 Thread Ricardo Parada
Thank you all involved. > On Nov 5, 2017, at 2:18 PM, Theodore Petrosky wrote: > > Thank you!!! > > More than you know!!! > > >> On Nov 4, 2017, at 5:39 PM, Johann Werner wrote: >> >> Hi everyone, >> >> for a long time the next big Wonder

Re: javax.swing.JFileChooser vs. WOFileUpload etc

2017-11-02 Thread Ricardo Parada
Hi Kwasi, I think there’s also AjaxFlexibleFileUpload. Ricardo > On Nov 2, 2017, at 5:06 PM, Kwasi O-Ahoofe wrote: > > Has anyone successfully used/implemented Java File Chooser, using > javax.swing.JFileChooser in ProjectWonder component app? > Just wondering, since

Re: Is Wonder's javadoc down?

2017-05-02 Thread Ricardo Parada
Great job. Thanks!!! > On May 2, 2017, at 2:40 PM, Musall, Maik wrote: > > Thanks Johann, > > javadocs are up again! Great job! > > https://jenkins.wocommunity.org/job/Wonder7/lastSuccessfulBuild/javadoc/index.html > > I also had to adjust Jenkins' Content Security

Re: Can EOF stream from file to database?

2017-04-06 Thread Ricardo Parada
PM, Ricardo Parada <rpar...@mac.com> wrote: > > Hi all, > > Using JDBC I can stream the contents of a file to the database as follows: > > File file = …; > FileInputStream stream = new FileInputStream(file); > PreparedStatement ps = connection.prepareStatement

Can EOF stream from file to database?

2017-04-06 Thread Ricardo Parada
don't have to create a new connection to the database to do this. Thanks Ricardo Parada ___ 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 Su

Re: wiki down??

2017-04-02 Thread Ricardo Parada
What link do you use to access it? Maybe my bookmark is outdated. Thanks Sent from my iPhone > On Apr 2, 2017, at 7:18 PM, Theodore Petrosky <tedp...@yahoo.com> wrote: > > I see it as up and beautiful!!! > > > > >> On Apr 2, 2017, at 7:15 PM, Ricar

Re: wiki down??

2017-04-02 Thread Ricardo Parada
The Wonder javadoc is still down right? Sent from my iPhone > On Apr 2, 2017, at 2:17 PM, Pascal Robert wrote: > > It’s up now. > >> Le 2 avr. 2017 à 05:45, Musall, Maik a écrit : >> >> Hi, >> >> the entire server is down. I can't even ssh into it.

Re: Weird problem with ERXGenericRecord

2017-04-01 Thread Ricardo Parada
Hi Markus, I ran into that problem before with a restricting qualifier in one of our entities. I fixed it by doing what Fabian suggested. Ricardo > On Apr 1, 2017, at 2:18 AM, Fabian Peters wrote: > > Hi Markus, > > To me it looks like you're getting bitten by the

Re: Opinion on ERXKey type parameterization

2017-03-27 Thread Ricardo Parada
I have wondered about that too but never put any energy into changing it or thinking about what would happen if I changed it. Regards, Ricardo > On Mar 27, 2017, at 8:11 PM, Matthew Ness wrote: > > Hi Paul and list, > > I know when I make custom keys which are to-many,

Re: ERXWOConditional - where does it get installed?

2017-03-23 Thread Ricardo Parada
Hi all, I'm reporting back. I noticed my test app had WOConcurrentRequestHandling set to false. Once I turned it on the dynamic elements started being shared across the sessions. Thanks everyone. Ricardo > On Mar 21, 2017, at 7:34 PM, Ricardo Parada <rpar...@mac.com> wrote: >

Re: ERXWOConditional - where does it get installed?

2017-03-21 Thread Ricardo Parada
ever in case 3) those instances are shared > with any thread that requests them which can happen at any time during the > RR-loop where WO does not mind for initialization or cleanup of local values > (that is one point in making those components fast). > > jw > > >> Am

Re: ERXWOConditional - where does it get installed?

2017-03-21 Thread Ricardo Parada
don’t ever add state to a WODynamicElement subclass. > > Chuck > > From: <webobjects-dev-bounces+chill=gevityinc@lists.apple.com> on behalf > of Johann Werner <j...@oyosys.com> > Date: Tuesday, March 21, 2017 at 2:19 PM > To: Ricardo Parada <rpar...@mac

Re: ERXWOConditional - where does it get installed?

2017-03-21 Thread Ricardo Parada
is to make sure the condition does not change during RR loop > cycle, same apply to WORepetition list for example. > > Regards, > > Samuel > >> Le 14 mars 2017 à 09:53, Ricardo Parada <rpar...@mac.com >> <mailto:rpar...@mac.com>> a écrit : >> >

Is Wonder's javadoc down?

2017-03-21 Thread Ricardo Parada
Is Wonder’s javadoc down? I usually access it using this: https://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/javadoc/ Thanks Ricardo ___ Do

Re: KeyValueCoding is coming for Swift!

2017-03-19 Thread Ricardo Parada
Hi Lars, I just saw that. It looks very interesting and I’m still trying to assimilate that proposal. I had created something similar to ERXKey in Swift called Key that you use like this: class Person { static let firstName = Key(“firstName”) static let lastName = Key(“lastName”)

Re: ERXQuery Preview

2017-03-19 Thread Ricardo Parada
All done. I created feature branches as suggested and used them to create the pull requests. Thanks for the help. Ricardo > On Mar 19, 2017, at 3:21 AM, Ricardo Parada <rpar...@mac.com> wrote: > > That sounds like what is going on. I'll give that a shot tomorrow. Thanks >

Re: ERXQuery Preview

2017-03-19 Thread Ricardo Parada
> Wonder for each set of changes in GitHub (aka a Feature Branch), then make a > pull request from that branch to Wonder. Otherwise all of your changes get > inter-mixed. > > Chuck > > > From: Ricardo Parada <rpar...@mac.com> > Date: Saturday, March 18,

Re: ERXWOConditional - where does it get installed?

2017-03-14 Thread Ricardo Parada
not thing it is safe to have state > in WODynamicElement. I think they can be reused by the framework. > > The correct way is to make sure the condition does not change during RR loop > cycle, same apply to WORepetition list for example. > > Regards, > > Samuel >

Re: ERXWOConditional - where does it get installed?

2017-03-14 Thread Ricardo Parada
() { super.finishInitialization(); // Patch conditional components with our own ERXPatcher.setClassForName(MPVWOConditional.class, "WOConditional"); ERXPatcher.setClassForName(MPVWOConditional.class, "ERXWOConditional"); } > On Mar 14, 2017, at 10:04 AM, Ricardo Parada <rpar.

Re: ERXWOConditional - where does it get installed?

2017-03-14 Thread Ricardo Parada
istry.registerTagShortcut("ERXWOConditional", "if"); >> >> WOHelperFunctionTagRegistry.registerTagShortcut("ERXWOConditional", >> "conditional"); >> >> Samuel >> >> >>> Le 13 mars 2017 à 19:46

Re: ERXWOConditional - where does it get installed?

2017-03-14 Thread Ricardo Parada
ionTagRegistry.registerTagShortcut("ERXWOConditional", > "conditional"); > > Samuel > > >> Le 13 mars 2017 à 19:46, Ricardo Parada <rpar...@mac.com >> <mailto:rpar...@mac.com>> a écrit : >> >> Hi all, >> >>

ERXWOConditional - where does it get installed?

2017-03-13 Thread Ricardo Parada
Hi all, Does anybody know where does ERXWOConditional install to replace WOConditional? I created an MPVWOConditional which extends ERXWOConditional and fixes a bug and want to install it as the one to use for WOConditional. I checked in ERXPatches but it does not seem to be getting installed

ERXQuery Preview

2017-03-11 Thread Ricardo Parada
Hi all, Over the years, I’ve worked on an class for doing ad hoc queries. This class has gotten better and better. At first, the API of this class and some implementation details were not ready for public consumption in my opinion. However, recently I took the time to polish the code as

Re: Alive ?

2017-02-06 Thread Ricardo Parada
Alive here. :-) > On Feb 6, 2017, at 8:11 AM, Jérémy DE ROYER > wrote: > > Is there anyone alive ? > > Jérémy > > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list

Re: WOWODC17?? a little OT

2017-01-12 Thread Ricardo Parada
If there was one I would go. :-) > On Jan 12, 2017, at 1:53 PM, Theodore Petrosky wrote: > > So I take it that there is very little chance of WOWODC17. From the amount of > traffic on the mailing list I feel like things are what they are! > > What are your feelings! >

Does NSUndoManager work?

2016-10-08 Thread Ricardo Parada
() and calling setUndoManager(myUndoManager) on the editing context. Same result. I searched on google for that exception and several things came up but nothing that could tell me why it happens. Thanks, Ricardo Parada ___ Do not post admin requests

Re: IllegalStateException: "...EOEditingContext has already been disposed"

2016-10-01 Thread Ricardo Parada
Hi Paul, I don’t know if this is what is going on in your case but I once had a problem where an EO was inserted into an editing context, then the editing context was reverted, i.e. ec.revert(). Then the app has a variable holding on to a reference to the EO. However, that EO’s editing

Re: Cannot obtain globalId for an object which...

2016-09-21 Thread Ricardo Parada
texts. Did someone > forget to add a “localInstance”? > > > > From: <webobjects-dev-bounces+chill=gevityinc@lists.apple.com > <mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>> on > behalf of Ricardo Parada <rpar...@mac.co

Re: Cannot obtain globalId for an object which...

2016-09-20 Thread Ricardo Parada
elp. It sounds like your code is making a > relationship between objects in different editing contexts. Did someone > forget to add a “localInstance”? > > > > From: <webobjects-dev-bounces+chill=gevityinc....@lists.apple.com> on behalf > of Ricardo Parada <r

Cannot obtain globalId for an object which...

2016-09-20 Thread Ricardo Parada
Hi all, All of a sudden one of our apps started getting this. Does anybody know why this would happen? It did not seem to have a problem before until now. Cannot obtain globalId for an object which is registered in an other than the databaseContext's active editingContext, object: ,

Re: Slack WO channel

2016-09-18 Thread Ricardo Parada
I still have not figured out how to go into Slack's WO channel. When I open the app it asks what team domain. I then click on don't know my domain and it sends me a list of channels to which I have been invited. I don't see any invitation from anything related to WO. Does it mean I have not

WOWODC 2016 Videos

2016-09-09 Thread Ricardo Parada
Hi, How can I access the videos of the presentations? Thanks Ricardo ___ 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:

Re: Code review for refreshToOneRelationshipWithKey

2016-09-06 Thread Ricardo Parada
for the change not to get to the user interface on time. Thanks Paul and Ted. > On Sep 4, 2016, at 7:39 PM, Paul Hoadley <pa...@logicsquad.net> wrote: > > Hi Ricardo, > >> On 5 Sep 2016, at 6:23 AM, Ricardo Parada <rpar...@mac.com> wrote: >> >

Re: Code review for refreshToOneRelationshipWithKey

2016-09-04 Thread Ricardo Parada
our original > post, and I think this IS what you are looking for. > > again jmo! > > >> On Sep 3, 2016, at 5:11 PM, Ricardo Parada <rpar...@mac.com> wrote: >> >> Thanks Aaron that is a great suggestion. I will give that a try as it does >> not requi

Re: Code review for refreshToOneRelationshipWithKey

2016-09-03 Thread Ricardo Parada
at 'n Bike <http://www.chatnbike.com/> > e: aa...@chatnbike.com <mailto:aa...@chatnbike.com> t: (301) 956-2319 > > > >> On Sep 3, 2016, at 9:34 AM, Ricardo Parada <rpar...@mac.com >> <mailto:rpar...@mac.com>> wrote: >>

Re: Code review for refreshToOneRelationshipWithKey

2016-09-03 Thread Ricardo Parada
ROSENZWEIG / Chat 'n Bike > e: aa...@chatnbike.com t: (301) 956-2319 > > >> On Sep 3, 2016, at 9:34 AM, Ricardo Parada <rpar...@mac.com> wrote: >> >> Hi all, >> >> I have a need to refresh the to-one

Code review for refreshToOneRelationshipWithKey

2016-09-03 Thread Ricardo Parada
Hi all, I have a need to refresh the to-one relationship of an object, so that if someone in another app or perhaps in a different EOF stack within the same app has updated the to-one to point to a different object then I want my EO’s to one to point to the correct EO. I do not want to

Re: Is this a deadlock?

2016-09-02 Thread Ricardo Parada
cces > and try to understand why it freezes the others. > > Hope it helps, > > Jérémy > >> Le 2 sept. 2016 à 17:06, Ricardo Parada <rpar...@mac.com> a écrit : >> >> Hi all, >> >> In a recent release one of our apps started to get

Is this a deadlock?

2016-09-02 Thread Ricardo Parada
Hi all, In a recent release one of our apps started to get stuck. This is the stack trace of all threads in the app. I ordered the threads to show the ones that I think are in a deadlock: WorkerThread2, Timer-0 and BackgroundTask-63. How can I tell if the apps are in a deadlock by looking

Re: Summary of the State of the Community

2016-07-25 Thread Ricardo Parada
That is very accurate. :-) > On Jul 13, 2016, at 1:35 PM, Chuck Hill wrote: > > Here is my brief take on what defines the community. > > Many of us got started with WO before anyone came along and told us that we > should not want a coherent, consistent, end-to-end

Re: Going Server-side with Swift Open Source

2016-06-18 Thread Ricardo Parada
Java libraries. If you really don’t > like Java, try Kotlin (https://kotlinlang.org) which does run on the JVM and > is very similar to Swift. > > Chuck > > > From: <webobjects-dev-bounces+chill=gevityinc@lists.apple.com> on behalf > of Ricardo Parad

Re: Going Server-side with Swift Open Source

2016-06-16 Thread Ricardo Parada
. On Apple platforms they are able to use CoreData because they are leveraging Objective-C run-time. However, the Objective-C run-time is not available on the server. Ricardo Parada > On Jun 15, 2016, at 3:50 PM, Yuri Kondratov <yuri.kondra...@icloud.com> wrote: > > I'm just hop

Re: Closure of WOCommunity Association

2016-05-16 Thread Ricardo Parada
Oops, I meant one Silver sponsorship. By the way, we are one of those who are still on an old version of Wonder but we will be moving to the latest version. After that I am hoping to keep it up to date and not let it fall behind. > On May 16, 2016, at 5:33 PM, Ricardo Parada &l

Re: Closure of WOCommunity Association

2016-05-16 Thread Ricardo Parada
I signed up my employer for one Bronze sponsorship. Sometimes we take things for granted. We benefit a lot for Wonder. I really appreciate everything you do Pascal. I really love WebObjects, Wonder, the wocommunity web site and this community of very experienced and talented developers. I

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ricardo Parada
North America are working directly or indirectly >> for Apple. That would explain why we have more Europeans coming to WOWODC >> than people near. >> >> De : webobjects-dev-bounces+probert=macti...@lists.apple.com >> <webobjects-dev-bounces+probert=macti...@list

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ricardo Parada
I see people disappear from this list every time they are hired by Apple. I just noticed Kieran has not been active in the list and his linked in profile says he is now at Apple. :-) > On May 4, 2016, at 1:46 PM, Chuck Hill wrote: > > Gee…. I wonder if he will still

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ricardo Parada
t eventually I found out that it was easier to just bite > the bullet and do a complete transition to the Cayenne API. With Eclipse > telling you about compilation errors, it’s not really that much of a hassle, > even for quite large projects. > > - hugi > > >> >

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ricardo Parada
On May 4, 2016, at 8:52 AM, Hugi Thordarson wrote: >> If you think about it, one of the reasons they are bringing Swift to Linux >> is because they want a cool language on the server as well as on the client >> and leverage the code and libraries on both. >> >> At some

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ricardo Parada
If you think about it, one of the reasons they are bringing Swift to Linux is because they want a cool language on the server as well as on the client and leverage the code and libraries on both. At some point these developers need an ORM framework. Either Apple or someone else will do it in

Re: WebObjects officially declared dead by Apple

2016-05-03 Thread Ricardo Parada
I Wonder if Craig Federighi has any love for WebObjects in his heart. I mean he was very involved with EOF and WebObjects. Perhaps a Swifty WebObjects for Linux in the distant future using Swift 4's property behaviors to implement object/array faults. :-) > On May 3, 2016, at 1:13 PM,

Re: WOInstaller on Linux

2016-05-02 Thread Ricardo Parada
Hi Samuel, I remember having trouble installing on CentOS following the wiki and ended up fixing / hacking it locally to get it to work. Thanks > On May 1, 2016, at 7:17 PM, Samuel Pelletier wrote: > > Hi, > > The current WOInstaller crash at the end of the process

Re: ERXEOControlUtilities.objectCountForToManyRelationship for new objects fails?

2016-04-13 Thread Ricardo Parada
I would make sure the EO has ERXGenericRecord somewhere in its class hierarchy that the EO is inserted in the editing context before you do anything with it. > On Apr 13, 2016, at 1:18 PM, Chuck Hill wrote: > > I suspect your code. If it is newly inserted and saved

Re: “undelete”?

2016-03-23 Thread Ricardo Parada
There’s also a property for that. I believe you can use: er.extensions.ERXEC.editingContextClassName=your.package.YourEC to have the default factory use that class when creating EC instances via ERXEC.newEditingContext(). > On Mar 21, 2016, at 4:43 PM, Chuck Hill

Re: UUID data type

2016-03-23 Thread Ricardo Parada
> On Mar 22, 2016, at 10:03 AM, Samuel Pelletier wrote: > > Finally, is a presentation on using uuid for primary key in next WOWODC would > be a good topic ? I would be interested in such a topic. :-) ___ Do not post admin

Re: What's new?

2016-01-13 Thread Ricardo Parada
At my employer we are still on HTML and Wonder's Ajax. No plans to make any changes there. :-) I heard Microsoft's Internet Explorer is suppose to die today though. Welcome back! > On Jan 13, 2016, at 1:30 AM, T Worman wrote: > > Welcome back! > > The biggest issue

Re: when is derived column resolved

2016-01-12 Thread Ricardo Parada
the non derived attributes I take that route instead. Ricardo Parada > On Jan 12, 2016, at 7:09 PM, Theodore Petrosky <tedp...@yahoo.com> wrote: > > >> On Jan 12, 2016, at 4:41 PM, Paul Hoadley <pa...@logicsquad.net> wrote: >> >> Hi Ted, >> >

Re: wotaskd reliability

2015-12-12 Thread Ricardo Parada
Hi Pascal Containers sound like a great topic for a WOWODC presentation. I would love to learn about how to use them for example to have a WO environment with java, MySQL, wotaskd / JavaMonitor. Is that the kind of stuff they would be used for? And how do I create a container and use it with a

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-12-08 Thread Ricardo Parada
I created pull request #710 for this. > On Dec 2, 2015, at 8:58 AM, Ricardo Parada <rpar...@mac.com> wrote: > > Thank you Timo, that is very helpful. > > Sent from my iPhone > > On Dec 2, 2015, at 3:30 AM, Timo Hoepfner <th-...@onlinehome.de > <mailto:th

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-12-02 Thread Ricardo Parada
t; > mbp:Downloads th$ checkJavaVersion.sh flying-saucer-core-9.0.7.jar > flying-saucer-core-9.0.7.jar > Found 0 Java 1.1 files > Found 0 Java 1.2 files > Found 0 Java 1.3 files > Found 573 Java 1.4 files > Found 0 Java 5 files > Found 0 Java 6 files > Found 0 Java

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-12-01 Thread Ricardo Parada
itting-an-acceptable-patch > > jw > > >> Am 30.11.2015 um 19:40 schrieb Ricardo Parada <rpar...@mac.com>: >> >> Hi all, >> >> I was trying to create a pull request to remove core-rederer-20101006.jar >> from ERPDFGeneration and add flyin

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-30 Thread Ricardo Parada
18, 2015, at 4:28 PM, Ricardo Parada <rpar...@mac.com> wrote: > > Thank you Timo and Samuel for your responses. > > The easiest for me was to just update the flying saucer library to 9.0.8 as > Timo suggested. I can now use the .pdf logo with vector graphics. The log

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-30 Thread Ricardo Parada
act/org.xhtmlrenderer/flying-saucer-core/9.0.8> http://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf/9.0.8 <http://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf/9.0.8> Ricardo > On Nov 30, 2015, at 2:08 PM, Ricardo Parada <rpar...@mac.com > <mailto:rpar...

Re: Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-18 Thread Ricardo Parada
b.com/flyingsaucerproject/flyingsaucer/commit/26bf700857252ac04ecadd98dc0f8a2209e3c7f8 > > HTH, > > Timo > > >> Am 17.11.2015 um 18:01 schrieb Ricardo Parada <rpar...@mac.com>: >> >> Hi all, >> >> We use ERPDFWrapper to generate PDF from a WOComponent. It comes

Vector graphics in Flying Saucer / ERPDFWrapper

2015-11-17 Thread Ricardo Parada
Hi all, We use ERPDFWrapper to generate PDF from a WOComponent. It comes out beautiful. One of our components includes a logo using the html tag and the logo is usually a .gif or .jpg. However, I would like to use vector graphics. We took a .eps file and converted it to .pdf in

Re: model insights (inheritance)

2015-10-28 Thread Ricardo Parada
Look at page 70 in https://developer.apple.com/legacy/library/documentation/WebObjects/UsingEOModeler/UsingEOModeler.pdf It talks about different ways of modeling inheritance. > On Oct 28, 2015, at 8:51 AM, Theodore Petrosky wrote: > > I am starting a simple CMS for a

Re: Driver and Implementation of NoSQL

2015-10-28 Thread Ricardo Parada
015, at 12:14 PM, Paul Yu <p...@mac.com> wrote: > > We should be able to formalize this with a framework then, right? > > Can you provide some mapping of how you did this? > > Paul >> On Oct 27, 2015, at 12:12 PM, Ricardo Parada <rpar...@mac.com> wrote: >>

Re: Transactions

2015-10-28 Thread Ricardo Parada
The way I have done this is by writing an object that sets up itself as the delegate of the adaptor context and the editing context. The object implements adaptorContextShouldCommit(adaptorContext) and returns a flag shouldCommit which is initially false. This keeps the transaction open

Re: Driver and Implementation of NoSQL

2015-10-27 Thread Ricardo Parada
Hi Gino, Let me know if you hear of any. I can tell you about an attempt / workaround I did. I inserted my enterprise objects (EOs) into an editing context. Then I used some of the classes in the ERRest framework to serialize my object graph of enterprise objects into JSON. Then I used the

Re: Default Model Group - Error or Warning?

2015-10-27 Thread Ricardo Parada
Se a breakpoint in Wonder where that warning is logged to see if it gets you anywhere to solving that mystery. :-) > On Oct 27, 2015, at 1:17 PM, Calven Eggert wrote: > > strange. can't find any entity with that name. > > I did: > EOEntity theModel = >

Apps launch fine from the command line but not from JavaMonitor - CentOS 6.5

2015-10-25 Thread Ricardo Parada
Is anybody familiary deploying on CentOS 6.5. I just want to get the basic stuff working. I have a simple WOnder app (TestApp.woa) with all frameworks embedded. I have the apache, the WebObjects http adaptor, JavaMonitor and wotaskd running. In a nutshell, the app runs just fine from the

Re: Help Installing Deployment environment on CentOS 6.5

2015-10-24 Thread Ricardo Parada
/WebObjects.log Debug: new translate: / Debug: translate - DECLINED: / Debug: new translate: /index.html Debug: translate - DECLINED: /index.html Debug: WebObjects_handler declined! /index.html Does anybody know what that means? Thanks in advance > On Oct 24, 2015, at 10:06 PM, Rica

Help Installing Deployment environment on CentOS 6.5

2015-10-24 Thread Ricardo Parada
Hi all, I’m following the instructions on the wiki to setup the deployment environment on CentOS, etc. i.e. https://wiki.wocommunity.org/pages/viewpage.action?pageId=8585219=search However, this step: sudo curl -o /etc/yum.repos.d/wocommunity.repo

Re: WOLips and ant editor for build.xml

2015-10-21 Thread Ricardo Parada
hope this helps someone on the list. > On Oct 20, 2015, at 10:02 AM, Ricardo Parada <rpar...@mac.com> wrote: > > Hi all, > > In one of the 2009 WOWODC videos I saw Pascal editing a build.xml in Eclipse > where he can see the values of properties as he hovers the mouse o

WOLips and ant editor for build.xml

2015-10-20 Thread Ricardo Parada
Hi all, In one of the 2009 WOWODC videos I saw Pascal editing a build.xml in Eclipse where he can see the values of properties as he hovers the mouse over the property name. He was also able to see the names of the targets in the build.xml file in an outline view on the right hand side and he

Re: Yosemite deployment problem with MySQL (Stavros Panidis)

2015-10-17 Thread Ricardo Parada
I remember MySQL having restrictions that deny access to a user depending on what host it is connecting from. Do the following: MySQL> USE mysql; MySQL> SELECT user, host FROM user; Sent from my iPhone > On Oct 17, 2015, at 2:01 AM, Stavros Panidis > wrote: >

Re: WOWODC 2015 Schedule

2015-01-09 Thread Ricardo Parada
. These numbers worked for me: +49 40 30 99 3479 +49 40 30 99 3204 So maybe we should update the WOWODC 2015 web site with these numbers. Thanks Ricardo Parada On Jan 8, 2015, at 5:48 AM, Matthias Fricke matthias.fri...@xyrality.com wrote: Hi all, we published the schedule for the WOWODC 2015

  1   2   >