Re: Monitor scheduling

2020-07-13 Thread Amedeo Mantica via Webobjects-dev
https://docs.oracle.com/javase/8/docs/api/java/util/TimerTask.html Sent from my iPhone > On 13 Jul 2020, at 08:30, GILQUIN Pierre via Webobjects-dev > wrote: > >  > Hi, > > I have a extraction job that need to be ran only one time the week-end. The > process stopped when done > I am not

Re: Sign in with apple?

2020-06-03 Thread Amedeo Mantica via Webobjects-dev
I use this library https://github.com/auth0/java-jwt the Apple public Keys for verification are here https://appleid.apple.com/auth/keys Amedeo > On 2 Jun 2020, at 14:41, Jesse Tayler via Webobjects-dev > wrote: >

Re: Sign in with apple?

2020-05-31 Thread Amedeo Mantica via Webobjects-dev
I did it using a Java library, not a wo project but this doesn’t matter. You just need an awt token validation library. I’ll post it tomorrow. Amedeo Sent from my iPhone > On 31 May 2020, at 17:31, Jesse Tayler via Webobjects-dev > wrote: > >  > > Indeed. > > And I can see why without

Re: New Framework inheritance problem?

2018-10-07 Thread Amedeo Mantica
Is your framework loaded into the app? Sent from my iPhone > On 7 Oct 2018, at 02:14, Jesse Tayler wrote: > > I’m making a new framework for the first time in forever. I used > Eclipse->New->ERXFramework as the template... > > When I add components, their classes fallback to WOComponent >

Re: mod_WebObjects.so

2018-02-06 Thread Amedeo Mantica
> <http://wocommunity.org/documents/tools> I get the following > > Forbidden > > You don't have permission to access /documents/tools/ on this server. > > > Stavros Panidis > stavros.pani...@gmail.com <mailto:stavros.pani...@gmail.com>

Re: mod_WebObjects.so

2018-02-04 Thread Amedeo Mantica
Hi, I have it compiled for Ubuntu in case you need. But I would be able to send you only tomorrow Amedeo Sent from my iPhone > On 4 Feb 2018, at 20:41, André Rothe wrote: > > Hi Stavros, > > You can install the build-essential and apache-dev packages within Ubuntu

Re: failed to open database channel - SOLVED

2018-01-07 Thread Amedeo Mantica
Add the connector in your exported class path Sent from my iPhone > On 7 Jan 2018, at 09:29, Stavros Panidis wrote: > > Me again, > > By simply copying mysql-connector-java-5.1.44 to /Library/Java/Extensions the > problem solved. > > But I can’t understand (or I

Re: Alive ?

2017-02-21 Thread Amedeo Mantica
+1 > On 9 Feb 2017, at 20:38, Tim Worman wrote: > > +1 > > Tim > >> On Feb 7, 2017, at 12:08 PM, Jean-François Veillette >> > >> wrote: >> >> +1 >> >> jfv >> >>> Le 6 févr. 2017 à 08:11, Jérémy

Re: The WOCommunity slack channel

2016-10-06 Thread Amedeo Mantica
Hi, please add me too amedeo.mant...@gmail.com Thank you Amedeo > On 6 Sep 2016, at 14:01, 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.

Re: WOlips and Windows

2016-07-31 Thread Amedeo Mantica
Seriously ? Sent from my iPhone > On 31 Jul 2016, at 22:39, anon wrote: > > So I decided to give WebObjects on Windows 10 a spin. Eclipse is just so much > better on windows. After I completed the initial setup, I noticed that I > could not "Run as WOApplication". I

Re: modwebobjects and yum update

2016-07-08 Thread Amedeo Mantica
Hi Pascal, CentOS 7 > On 07 lug 2016, at 20:03, Pascal Robert <prob...@macti.ca> wrote: > > CentOS 6 or 7? > De : webobjects-dev-bounces+probert=macti...@lists.apple.com > <webobjects-dev-bounces+probert=macti...@lists.apple.com> de la part de > Amedeo Mantica &

modwebobjects and yum update

2016-07-07 Thread Amedeo Mantica
Hi all, FYI, I updated my CentOS VM last day and I got mod_webobjects and its configuration wiped out I had to rebuild and reconfigure it. Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: El Capitan - no more /System/Library/WebObjects

2016-05-14 Thread Amedeo Mantica
U can put it in any place u want. I generally use /opt as root for wo So: /opt/System/Library /opt/Library Amedeo Sent from my iPhone > On 15 May 2016, at 00:19, Ken Anderson wrote: > > OK everyone - hoping someone ca point me to an easy approach here. > > I’ve kept

Re: FrontBase SQL: date formatting, „local variable“?

2016-03-11 Thread Amedeo Mantica
webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of > Amedeo Mantica" <webobjects-dev-bounces+chill=gevityinc@lists.apple.com > on behalf of amedeomant...@me.com> wrote: > >> sgvscohsvosvhpveusvvuvssvvubwbwbibebiwbibeubvusv !?? >> >>

Re: FrontBase SQL: date formatting, „local variable“?

2016-03-11 Thread Amedeo Mantica
sgvscohsvosvhpveusvvuvssvvubwbwbibebiwbibeubvusv !?? Sent from my iPhone > On 11 Mar 2016, at 21:47, OC wrote: > > SGVsbG8gdGhlcmUsCgphbnkgRnJvbnRCYXNlIFNRTCBndXJ1cyBvbi1saW5lPyBGb3IgYSBkZXJp > dmVkIGF0dHJpYnV0ZSwgSSB3b3VsZCBuZWVkCgotLSAoYSkgdG8gZm9ybWF0IGEgVElNRVNUQU1Q >

Re: Static resource referenced from CSS not served properly

2016-01-15 Thread Amedeo Mantica
What are the paths ? Sent from my iPhone > On 15 Jan 2016, at 11:11, Rudi Angela wrote: > > Hi there, > I’m running a D2W (Modern Look) application standalone (no Apache), built > with the latest stable Wonder7 frameworks. The Modern Look buttons have a > background

Re: Static resource referenced from CSS not served properly

2016-01-15 Thread Amedeo Mantica
the file / entire path permissione are correct ? > On 15 gen 2016, at 13:32, Rudi Angela wrote: > > On my dev machine it works when started from eclipse, no problem there. But > I’m trying to run it on the Linux test machine. No eclipse there, but I did > install

Re: Static resource referenced from CSS not served properly

2016-01-15 Thread Amedeo Mantica
also double check case, linux FS is case sensitive > On 15 gen 2016, at 18:44, Amedeo Mantica <amedeomant...@me.com> wrote: > > the file / entire path permissione are correct ? > > >> On 15 gen 2016, at 13:32, Rudi Angela <webobjects-...@olmeca.nl> wrote: >&

Re: Getting Selected Values from Subcomponents

2015-01-28 Thread Amedeo Mantica
The only way is to use a WODynamicElement as subcomponent instead of a WOComponent Sent from my iPhone On 28/gen/2015, at 12:46, Daniele Corti ilde...@gmail.com wrote: Hi list, I don't know if what I want to do is the best approach: I would like to create a Main Component Page that

Re: Getting Selected Values from Subcomponents

2015-01-28 Thread Amedeo Mantica
:02 GMT+01:00 Amedeo Mantica amedeomant...@me.com mailto:amedeomant...@me.com: The only way is to use a WODynamicElement as subcomponent instead of a WOComponent Sent from my iPhone On 28/gen/2015, at 12:46, Daniele Corti ilde...@gmail.com mailto:ilde...@gmail.com wrote: Hi list

Re: build and install frameworks problem

2015-01-23 Thread Amedeo Mantica
why use sudo ? make install directory writable by you and avoid sudo the usage of sudo would get WO preferences from root user instead of you. prefs are in ~/Library/Application Support/WOLips/wolips.properties and your ~ if different from root ~ Amedeo On 23/gen/2015, at 23:13, Theodore

Re: Facebook login component?

2014-12-22 Thread Amedeo Mantica
I did time ago, if u still need I can send you the code On 10 Dec 2014, at 22:25, Ken Anderson kenli...@anderhome.com wrote: All, I’ve got a short lived component need where a direct action page result should allow the user to login to EITHER their account, or via Facebook. FB uses

Re: ERRest skipping my NSDictionary

2014-10-11 Thread Amedeo Mantica
type seems weird. Could I maybe just escape it’s JSON representation? Is there a way to force ERRest to interpret a specific property as an attribute and not a relationship? Thank you, Riccardo On 10/ott/2014, at 23:58, Amedeo Mantica amedeomant...@me.com wrote: Sent from my

Re: ERRest skipping my NSDictionary

2014-10-10 Thread Amedeo Mantica
Sent from my iPhone On 10/ott/2014, at 23:45, Riccardo De Menna deme...@tuorlo.net wrote: Anyone on this? On 09/ott/2014, at 15:52, Riccardo De Menna deme...@tuorlo.net wrote: Hi all, This is an ERRest specific question. I have an iOS - WebObjects/ERRest setup regularly working.

Re: Executing simple one-time tasks using EOF

2014-06-28 Thread Amedeo Mantica
If u have more than one instance be sure to implement some locking to avoid overlapping. Migrations do that iirc. But if u do your stuff in didFinishLaunching be careful. Amedeo Sent from my iPhone On 29/giu/2014, at 00:56, Hugi Thordarson h...@karlmenn.is wrote: How is that different

Re: Screencast about Localization from WOWODC09 missing

2014-04-01 Thread Amedeo Mantica
QT X Are gone too. I guess. Now there is AV stuff https://developer.apple.com/library/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_9.html Amedeo Sent from my iPhone On 01/apr/2014, at 22:11, Pascal Robert prob...@macti.ca wrote: I guess it's the old QT API who is dead, not the

Re: Ajax not working in deployment

2014-01-20 Thread Amedeo Mantica
Any webinspector errors? Sent from my iPhone On 20/gen/2014, at 05:11, Stavros Panidis stavros.pani...@gmail.com wrote: Dear, I realize the following problem Development machine Mac Powerbook running 10.9.1 Deployment machine iMac running 10.9.1 Application works perfect in

Re: Help Required: Method propertyListWithPathURL not found error.

2014-01-20 Thread Amedeo Mantica
May be the method exists but with different signature ( same method name, but different attributes ) Sent from my iPhone On 20/gen/2014, at 08:00, VM, Sathish sathish...@sap.com wrote: Hi all, Greetings. I’ve installed WebObjects 5.4.3 using WOInstaller.jar available at

Re: How to generate and handle wr?wodata=2266409265804109874

2014-01-15 Thread Amedeo Mantica
Check what happens in deployment. Amedeo Sent from my iPhone On 16/gen/2014, at 02:17, Ken Anderson kenli...@anderhome.com wrote: Nevermind. Got this working - although it doesn’t work in Safari. I subclassed WOHTMLURLValuedElement (which is what WOImage subclasses), and only had to

Re: Application Login Page

2013-11-06 Thread Amedeo Mantica
Session is really little. Why do u want avoid ? Sent from my iPhone On 06/nov/2013, at 22:57, Miguel Torres w...@toracom.net wrote: Hi list, I am sure that I already have read about this some where but I can't find it. We want to separate the login page from our application, I mean we

Re: REST Web Service - Using plist format

2013-10-15 Thread Amedeo Mantica
ERRest in Wonder. There are useful examples too. Also u may want to watch the WOWODC keynotes on that. Sent from my iPhone On 15/ott/2013, at 06:33, Flavio Donadio fla...@donadio.com.br wrote: Hello, guys! I was watching an old WWDC session tonight (2010, Session 177, Building a

Re: structure opinions

2013-09-14 Thread Amedeo Mantica
You can have as many relationships you like Sent from my iPhone On 14/set/2013, at 06:29, Theodore Petrosky tedp...@yahoo.com wrote: I need an opinion about relationships. I want to have an entity Person with a to-many to address. a Person could have many addresses (home, second home,

Re: Virtual image for deployment

2013-09-08 Thread Amedeo Mantica
I think should work Do you think licenses permit to make it available publicity ? Thank you Sent from my iPad On 08/set/2013, at 03:21, Pascal Robert prob...@macti.ca wrote: If I create a OVF image, with CentOS and the WO deployment stuff on it, than can be opened in VMWare, VirtualBox,

Re: Facebook Login

2013-09-08 Thread Amedeo Mantica
sure, just a few days Amedeo On 06/set/2013, at 17:21, Miguel Torres w...@toracom.net wrote: Please share it. I would be glad to help to make it a framework. Miguel Torres On 06/09/2013, at 02:52, Amedeo Mantica amedeomant...@me.com wrote: I did also Google/Yahoo OpenID

Re: Facebook Login

2013-09-06 Thread Amedeo Mantica
. We will try it. Best Regards. On 05/09/2013, at 04:24, Amedeo Mantica amedeomant...@me.com wrote: So, here how you get a FaceBook login for your WO Apps example: http://www.digitmovies.com/Apps/WebObjects/digitmovies.woa/wa/customerLoginPage Amedeo 1) Login on FaceBook

Re: WOWODC 2014: April 12 to 14

2013-09-06 Thread Amedeo Mantica
No, there is no problem about cost, just I don't see a read advantage doing it in April instead of June Also, there is no direct flight from Rome in that period. Btw ok Amedeo On 05/set/2013, at 13:08, Pascal Robert prob...@macti.ca wrote: As for the price of the conference, well with the

Re: WOWODC 2014: April 12 to 14

2013-09-05 Thread Amedeo Mantica
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 Avenue, the one on University is closing down to become... a students residence. https://www.deltahotels.com/Hotels/Delta-Montreal

Re: Facebook Login

2013-09-01 Thread Amedeo Mantica
Hi, sorry for delay, tomorrow I'll post the FB/OpenID login stuff Amedeo On 27/ago/2013, at 16:24, Miguel Torres w...@toracom.net wrote: Thanks Amedeo, Please let us know where we can find it. Best regards. On 27/08/2013, at 02:09, Amedeo Mantica amedeomant...@me.com wrote: Sure

Re: ERRest with nested JSON

2013-08-30 Thread Amedeo Mantica
Are u using extjs ? Amedeo Sent from my iPhone On 31/ago/2013, at 00:36, Charles Young char...@neuralglue.com wrote: Hi All, I have an API that I'm trying to recreate using Webobjects. The service communicates using nested JSON. So Instead of using: curl -X POST -d { name:'Andrew

Re: Ajax Sortable Droppable together?

2013-08-29 Thread Amedeo Mantica
All ajax animated stuff on wonder is related to the scriptaculous Js library which have quite good documentation. But is really an outdated library. I would consider alternative libraries and native html5 dragdrop support Sent from my iPhone On 29/ago/2013, at 04:43, Ken Anderson

Re: WOHyperlink action not being called for some reason

2013-08-23 Thread Amedeo Mantica
Did u override invokeAction ? Sent from my iPhone On 24/ago/2013, at 00:51, Laurence Mills-Gahl elem...@gmail.com wrote: Hello, I have a WOHyperlink with an action bound but the action doesn't get called. I set a breakpoint in the method and run it in debug mode, but it never breaks.

Re: CSS framework

2013-06-19 Thread Amedeo Mantica
use compass http://compass-style.org Amedeo On 19/giu/2013, at 22:55, Ramsey Gurley rgur...@smarthealth.com wrote: How do you edit that in eclipse? How do you generate the real css for deployment? For development? SASS sounds nice to me, but actually using it sounds complicated to the

Re: Duplicate entry '4183884' for key 'PRIMARY'

2013-05-18 Thread Amedeo Mantica
I agree. I started working with WebObjects and databases in 2001 about and I know very little about databases. I used MyISAM and after a while was a mess. I moved then to OpenBase and everything fine. Later I moved to FrontBase that was become free and I totally love it. It is fully

Re: Duplicate entry '4183884' for key 'PRIMARY'

2013-05-18 Thread Amedeo Mantica
Sometimes I did that change too. Seems to work but really don't know it is the best way. Kieran was suggesting a dump and restore. Amedeo Sent from my iPhone On 18/mag/2013, at 13:10, Mark Gowdy go...@mac.com wrote: Using SequalPro, it lets me change the table type (in the Table Info tab).

Re: Comments

2013-02-24 Thread Amedeo Mantica
Yes. Eventually you can also put a wocondictional condition=false Amedeo Sent from my iPhone On 24/feb/2013, at 11:03, Pascal Robert prob...@macti.ca wrote: Le 2013-02-24 à 02:40, Ron X ron.x.by...@gmail.com a écrit : Hi, how can i comment code in WO-HTML? With regular HTML

Re: Drag and Drop Ajax with iPad?

2013-02-10 Thread Amedeo Mantica
On 10/feb/2013, at 18:03, Ken Anderson kenli...@anderhome.com wrote: All, Is there an easy way to tweak the existing drag and drop ajax code to respond to touch drags on the iPad? not impossible, let me check Amedeo Thanks! Ken ___ Do not

Re: [Wonder-disc] ERXDisplayGroup setQualifier behaviour

2013-02-03 Thread Amedeo Mantica
Hi,…ciao :-) Daniele there is something that set null to _displayGroup after the page render ? Seems like that when u click on the link the displayGroup() method is called again and resets the _displayGroup array (is something had set it to null). Put a braakpoint there and check. Amedeo On

Re: Members directory

2013-01-30 Thread Amedeo Mantica
I agree that linking with LinkedIn is a good approach. LinkedIn haves API ? Amedeo Sent from my iPhone On 30/gen/2013, at 04:16, Kieran Kelleher kelleh...@gmail.com wrote: The least effort approach might be to just link to the WOCommunity group on LinkedIn:

Re: Immortal sessions in production

2013-01-30 Thread Amedeo Mantica
Sent from my iPhone On 30/gen/2013, at 17:59, Matteo Centro woli...@matteocentro.it wrote: Regarding the deployment environment (which is not under my control, as I said before) There are 6 boxes: 2 webservers (one each for 2 different apps) 2 WO nodes with wonder's latest wotaskd 1 Mysql

Re: Logos?

2013-01-22 Thread Amedeo Mantica
Me Sent from my iPhone On 22/gen/2013, at 18:24, James Cicenia ja...@jimijon.com wrote: Anyone happen to have the vector art for Wonder / WO ? Thanks James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: Logos?

2013-01-22 Thread Amedeo Mantica
I'm out now. I'll send you Sent from my iPhone On 22/gen/2013, at 21:12, James Cicenia ja...@jimijon.com wrote: Can I get them to post on my site. I want to render one in gray. Thanks James On Jan 22, 2013, at 2:00 PM, Amedeo Mantica amedeomant...@me.com wrote: Me Sent from

Re: RPM package for wotaskd now available

2012-12-24 Thread Amedeo Mantica
Great. Thanks Sent from my iPhone On 24/dic/2012, at 10:30, Pascal Robert prob...@macti.ca wrote: Hi guys, Since I have people asking me for deployment help every month, I said to myself: it should be easier and faster to install a deployment environment (even if that means losing

Re: Ajax Framework Bug?

2012-11-17 Thread Amedeo Mantica
I'm on iPhone now btw wo:AjaxUpdateContainer observeFieldID Is weird. You should use AjaxObserveField Amedeo Sent from my iPhone On 17/nov/2012, at 03:13, Johnny Miller jlmil...@kahalawai.com wrote: Hi, I recently updated my Wonder Frameworks and I have a question about something I am

Re: Sub-components woes

2012-11-15 Thread Amedeo Mantica
I had a similar trouble too. Dynamic Elements works better when applicable Sent from my iPhone On 15/nov/2012, at 03:14, prob...@macti.ca wrote: Envoyé de mon iPhone Le 2012-11-14 à 21:00, Chuck Hill ch...@global-village.net a écrit : Does BuildManifest have a reset() method. Yes,

Re: WOWODC 2013?

2012-10-18 Thread Amedeo Mantica
Yes. I agree. :-) Sent from my iPhone On 18/ott/2012, at 04:25, Pascal Robert prob...@macti.ca wrote: Le 2012-10-17 à 22:14, Lon Varscsak lon.varsc...@gmail.com a écrit : I approve of any location with beaches and beautiful girls. Well, we do have a beach in the old port

Re: WOWODC 2013?

2012-10-18 Thread Amedeo Mantica
Could we buy a 3G/LTE router ? Instead of using iPad wifi sharing Amedeo Sent from my iPhone On 18/ott/2012, at 03:44, Pascal Robert prob...@macti.ca wrote: The Big Four (Rogers, Fido, Bell, Telus) have LTE, and it's fast (got 24 Mbps up/15 Mbps down in downtown). In fact, we had my

Re: WOWODC 2013?

2012-10-18 Thread Amedeo Mantica
+1 Sent from my iPhone On 18/ott/2012, at 08:56, Maik Musall m...@selbstdenker.ag wrote: Hi Pascal, Am 18.10.2012 um 03:17 schrieb Pascal Robert prob...@macti.ca: Looking at the feedback we have every year, and it seems that the most important thing to fix is WiFi. So that means we

Re: WOWODC 2013?

2012-10-18 Thread Amedeo Mantica
I could ask to the former Italian prime minister. :-D Sent from my iPhone On 18/ott/2012, at 04:05, Pascal Robert prob...@macti.ca wrote: Well, it you are willing to organize it… WOWODC '13 Brazil: beaches, beautiful girls... and no LTE (yet)! On 17/10/2012, at 22:44, Pascal Robert

Re: Cookie issue

2012-10-11 Thread Amedeo Mantica
Error message ? Only trace ? Sent from my iPhone On 12/ott/2012, at 01:06, Gino Pacitti ginok...@mac.com wrote: Hi All I have a site that has cookies turned on : this.setStoresIDsInURLs(false); this.setStoresIDsInCookies(true); And I recently updated some of the

Re: WOLIPS FIX? was Re: WOTable class does not exist in Wonder and WOlips?

2012-09-22 Thread Amedeo Mantica
Btw. WOTable is really old and bad. I would avoid use it Amedeo Sent from my iPhone On 22/set/2012, at 16:25, G Brown gsbr...@umich.edu wrote: Could there be a preference that tells wolips to not step on my classpath and add things to it I don't want and there is no way to get rid of?

Re: ERPDFGeneration problem best practices

2012-09-21 Thread Amedeo Mantica
You shouldn't send the PDF directly in email. You should add it as attachment Sent from my iPhone On 21/set/2012, at 22:26, Tim Worman li...@thetimmy.com wrote: All: My app is attempting to attach a PDF to an email and I'm getting a failure. The only response is: Your request produced

Re: Really weird Ajax update problem

2012-09-20 Thread Amedeo Mantica
there is something weird, I tried yesterday a very similar stuff and no issues div id=cartView wo:AjaxPing targetContainerID=totalUpdateContainer cacheKey=$cacheKey frequency=1000 stop=false / h1Your cart/h1 div id = cart wo:form action = $updateCart

Re: Really weird Ajax update problem

2012-09-20 Thread Amedeo Mantica
wo:TestsPascal ? Sent from my iPhone On 20/set/2012, at 14:22, Pascal Robert prob...@macti.ca wrote: You are not calling your own sub-component(s) in your example. Like I said, I don't have the problem if I simply call dynamic elements from WO/Wonder, I have the problem if I include my own

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
Sent from my iPhone On 18/set/2012, at 20:27, Pascal Robert prob...@macti.ca wrote: Hi guys, I have a table with a chunk of AjaxUpdateContainer and AjaxObserveField in it. Each row have its own AjaxUpdateContainer, so when a observe field action is triggered, I'm calling a

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
Actually is possible to create a table entirely using div, ul, li CSS display properties: table, table-row, table-cell Fully compatible with Ajax Sent from my iPhone On 18/set/2012, at 22:25, Chuck Hill ch...@global-village.net wrote: Yes, I don't think that updating table structure works

Re: Really weird Ajax update problem

2012-09-18 Thread Amedeo Mantica
, at 2:43 PM, Amedeo Mantica wrote: Actually is possible to create a table entirely using div, ul, li CSS display properties: table, table-row, table-cell Fully compatible with Ajax Sent from my iPhone On 18/set/2012, at 22:25, Chuck Hill ch...@global-village.net wrote: Yes, I don't

Re: ERXExtensions have not been initialized persists

2012-09-05 Thread Amedeo Mantica
Create a new empty project and grab the framework order Sent from my iPhone On 05/set/2012, at 05:41, Ângelo Andrade Cirino aacir...@gmail.com wrote: Hi John, I had an insight. Since the ERXApplication class is in the ERXExtensions framework, I changed the the frameworks order in the

I try again

2012-09-04 Thread Amedeo Mantica
Can we have a single mailing list ? When I have to start a topic I don't know where to post. What is the sense of webobject-dev on apple or wonder-disc on sourceforge ? We are a very limited number of people, I think merging mailing lists would only be a benefit Thanks Amedeo

Re: I try again

2012-09-04 Thread Amedeo Mantica
? anyone? On Sep 4, 2012, at 5:06 AM, Amedeo Mantica amedeomant...@me.com wrote: Can we have a single mailing list ? When I have to start a topic I don't know where to post. What is the sense of webobject-dev on apple or wonder-disc on sourceforge ? We are a very limited number

Re: JDK7 vulnerability

2012-08-30 Thread Amedeo Mantica
I'm running JDK 7 on development. Seem to be ok Sent from my iPhone On 30/ago/2012, at 23:55, Maik Musall m...@selbstdenker.ag wrote: Hi, I'm using it for Eclipse, wotaskd and womonitor. Still in testing/eval phase regarding production use for apps though. Btw, the update mechanism of

Re: WORadioButtonMatrix

2012-08-25 Thread Amedeo Mantica
What is your goal ? Sent from my iPhone On 25/ago/2012, at 17:13, Gino Pacitti ginok...@mac.com wrote: Is there any support for javascript events in any wonder components that creates a WORadioButtonMatrix Gino ___ Do not post admin requests

Re: WORadioButtonMatrix

2012-08-25 Thread Amedeo Mantica
in the default woradio element generated... Sent from my Apple iPhone 4 On 25 Aug 2012, at 15:27, Amedeo Mantica amedeomant...@me.com wrote: What is your goal ? Sent from my iPhone On 25/ago/2012, at 17:13, Gino Pacitti ginok...@mac.com wrote: Is there any support for javascript events

Re: creating a second database connection

2012-08-23 Thread Amedeo Mantica
...@macti.ca prob...@macti.ca wrote: From: prob...@macti.ca prob...@macti.ca Subject: Re: creating a second database connection To: Theodore Petrosky tedp...@yahoo.com Cc: Amedeo Mantica amedeomant...@me.com, Paul Yu p...@mac.com, webobjects-dev@lists.apple.com webobjects-dev@lists.apple.com

Re: creating a second database connection

2012-08-23 Thread Amedeo Mantica
...@macti.ca Subject: Re: creating a second database connection To: Theodore Petrosky tedp...@yahoo.com Cc: Amedeo Mantica amedeomant...@me.com, Paul Yu p...@mac.com, webobjects-dev@lists.apple.com webobjects-dev@lists.apple.com Date: Wednesday, August 22, 2012, 7:21 PM Jasper Reports? You can't

Re: creating a second database connection

2012-08-22 Thread Amedeo Mantica
Just create two eomodels Sent from my iPhone On 22/ago/2012, at 21:55, Theodore Petrosky tedp...@yahoo.com wrote: I have an app that captures data on events and writes this to my postgresql database. I have other data that lives in an Oracle database that I need to query to merge with

Re: WOLips 4.2

2012-08-19 Thread Amedeo Mantica
Everything working fine here Sent from my iPhone On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote: Has anyone been successful with installing WOLips on eclipse 4.2? I tried the wocommunity build but get: An error occurred while collecting items to be installed session

Re: WOLips 4.2

2012-08-19 Thread Amedeo Mantica
AM, Amedeo Mantica wrote: Everything working fine here Sent from my iPhone On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote: Has anyone been successful with installing WOLips on eclipse 4.2? I tried the wocommunity build but get: An error occurred while

Re: AjaxModalDialog background color

2012-08-10 Thread Amedeo Mantica
U can use CSS !important too Amed Sent from my iPhone On 10/ago/2012, at 03:41, Tim Worman li...@thetimmy.com wrote: Thanks Ramsey. Good tip. I may have to find another way. I was hoping to maintain the flexibility to style the component on the fly even within the app. It seems like I

Re: ERXLocalizer default language

2012-08-02 Thread Amedeo Mantica
You could put all languages you want in the array the key is the order Sent from my iPhone On 03/ago/2012, at 00:20, WebObjects TORAcom w...@toracom.net wrote: Thanks This did the trick public Session() { NSArrayString langs = new NSArrayString(Spanish_MX);

Re: Fixed the WO 5.4.3 2GB file/form upload limitations

2012-07-31 Thread Amedeo Mantica
Great Job Helmut :-) Amedeo On 29/lug/2012, at 22:17, Helmut Tschemernjak hel...@helios.de wrote: Hi Jesse, I believe my original posting explained what was done. I wrote some years ago a little java based web server (experimental only) and I have some knowledge about networking IO and

Re: Periodic Tasks in WO

2012-07-31 Thread Amedeo Mantica
On 29/lug/2012, at 22:32, Ray Kiddy r...@ganymede.org wrote: On Jul 29, 2012, at 9:33 AM, Amedeo Mantica wrote: You may also just create a simple Thread (runnable) Amedeo I have done the just create a thread method for something and it worked. But we had the application

Re: Periodic Tasks in WO

2012-07-29 Thread Amedeo Mantica
You may also just create a simple Thread (runnable) Amedeo Sent from my iPhone On 29/lug/2012, at 18:04, Pascal Robert prob...@macti.ca wrote: Have a look at ERQuartzScheduler and the recording from WOWODC 2011 (http://www.wocommunity.org/podcasts/wowodc/2011/COScheduler.mov) for

Mailing Lists, deliberately cross posting

2012-07-27 Thread Amedeo Mantica
Hello all WO people, Sorry for the deliberately cross posting, but I needed to reach all of you, please reply on the apple list. I'm getting crazy following the WebObjects Apple list and the Wonder List, and I think I'm not alone. Due to the fact that we are a restricted number of people and

Re: question about javaEnum prototype

2012-07-21 Thread Amedeo Mantica
And iirc avoid null values in enums or will throw exception on save. Set a default value in the init() method of entity Sent from my iPhone On 21/lug/2012, at 18:24, Ramsey Gurley ramseygur...@gmail.com wrote: For a 'to-one' type of arrangement, enums are perfect so long as your categories

Re: Image attribute and REST

2012-07-20 Thread Amedeo Mantica
U may encode the blob in a base64 and pass it in the rest response. But I think is better to pass a plain url and fetch the blob only when required by client. Amedeo Sent from my iPhone On 20/lug/2012, at 22:52, Kieran Kelleher kelleh...@gmail.com wrote: Just curious how others are handling

Re: ERXJSFlyOver ??

2012-07-15 Thread Amedeo Mantica
What u mean exactly? Can u send prototype screenshot of what are u looking for ? Sent from my iPhone On 15/lug/2012, at 15:02, Theodore Petrosky tedp...@yahoo.com wrote: Unfortunately, I am looking for a way to add flyovers into a Wonder Application that I did a while ago. I will see

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Amedeo Mantica
Kahalawai Media Corp. www.kahalawai.com On Jun 29, 2012, at 10:59 AM, Amedeo Mantica wrote: Does the JS resources get loaded ? Sent from my iPhone On 29/giu/2012, at 16:42, Johnny Miller jlmil...@kahalawai.com wrote: Hi, I'm working on a project where I'm emulating frame sets

Re: Switch Component Question

2012-06-21 Thread Amedeo Mantica
parent().parent().parent() ? Sent from my iPhone On 22/giu/2012, at 01:16, Johnny Miller jlmil...@kahalawai.com wrote: Hi, I'm trying to create a frame set behavior where in one column I have various navigation trees of EOs and in the other column I have a WO switch component that

Re: 5.4 uploading large files

2012-06-13 Thread Amedeo Mantica
If i recall I uploaded stuff about 10gb. I'll test today again Sent from my iPhone On 13/giu/2012, at 09:45, Johann Werner j...@oyosys.de wrote: Just hitting the same problem for uploading files 5GB. Does anyone has already done some work relating to that problem? Am 05.03.2012 um

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
I don't use the ERJQuerymobile, but I guess you cannot use AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype and Scriptaculous You should not mix ERJQueryMobile with the legacy Ajax stuff Amedeo On 05/giu/2012, at 18:15, Stavros Panidis wrote: Hello list, I am

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
no, ognl will not interfere Regards Amedeo On 07/giu/2012, at 18:00, Johan Henselmans wrote: Op 7-jun.-2012, om 17:24 heeft Amedeo Mantica het volgende geschreven: I don't use the ERJQuerymobile, but I guess you cannot use AjaxUpdateContainer and AjaxObserve fields because they rely

Re: Anybody have a running OpenBase server?

2012-05-31 Thread Amedeo Mantica
Version? Sent from my iPhone On 01/giu/2012, at 00:06, William Hatch wkha...@me.com wrote: I need to deploy an existing db for some data forensics/recovery work that'll take about a day, tops. Willing to pay reasonable fees. Inbox me; thanks. Bill

Re: Ajax and multiple file uploads

2012-05-21 Thread Amedeo Mantica
for the same session ?) If i recall... let me check...yes, I have used multiple AjaxFlexibleFileUpload in a single page without troubles :-) Regards Amedeo Cheers, 2012/5/16 Amedeo Mantica amedeomant...@me.com Interesting. I'll look into it. But I'm pretty sure we need a dynamically generated

Re: Ajax and multiple file uploads

2012-05-16 Thread Amedeo Mantica
Interesting. I'll look into it. But I'm pretty sure we need a dynamically generated iframe Sent from my iPhone On 16/mag/2012, at 02:34, Lon Varscsak lon.varsc...@gmail.com wrote: Hey All, I need a way to upload multiple files (assuming the browser supports it) and give an ajax

Re: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker

2012-04-25 Thread Amedeo Mantica
Message - From: Amedeo Mantica To: WebObjects-Dev Mailing List Sent: Tuesday, April 24, 2012 1:32 AM Subject: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker Hello, I added two now DynamicElements to ERCoolComponents, i did pull request, so

Re: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker

2012-04-25 Thread Amedeo Mantica
, it is working with plain html/css/js without wo. I could run it stand alone and taking it to component-based will making our life easier. Cheers Cheong Hee - Original Message - From: Amedeo Mantica To: Cheong Hee (Gmail) Cc: WebObjects-Dev Mailing List Sent: Wednesday, April

new Components, or better DynamicElements - CCGoogleMap and CCGoogleMapMarker

2012-04-24 Thread Amedeo Mantica
- Amedeo Mantica Insigno Design Studio ITALY http://www.insigno.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: Order by primary key

2012-04-12 Thread Amedeo Mantica
Yes I agree with Jesse Override awakeFromInsertion to set a creation date and validateForSave to set modification date Sent from my iPhone On 12/apr/2012, at 04:39, Jesse Tayler jtay...@oeinc.com wrote: assuming you don't know the key you are specifically searching for, unordered results

Interesting

2012-04-12 Thread Amedeo Mantica
http://aws.amazon.com/cloudsearch/ ___ 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: preventing direct component access

2012-04-10 Thread Amedeo Mantica
the access of the page, or reduce the redundant sessions creation or something else ... Cheers Cheong Hee - Original Message - From: Patrick Robinson p...@vt.edu To: Amedeo Mantica amedeomant...@me.com Cc: WebObjects-Dev Mailing List webobjects-dev@lists.apple.com Sent

  1   2   3   4   5   >