Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
I did not get a minute to look at it. Did you try on your side? Stef On Aug 30, 2013, at 1:51 PM, Stéphane Ducasse wrote: > > On Aug 30, 2013, at 9:45 AM, vmusulainen wrote: > >> Sure! >> >> I use pharo 2.0 (21.0) >> >> Attempt 1. >> >> Use http://ss3.gemstone.com/ss/postmark.html at "Gett

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
I try loading from smalltalkhub.com with same results. Ant at smalltalkhub.com wrong link to external site (http://articles.tulipemoutarde.be/send-email-from-pharo-with-postmark) - wrong http://tulipemoutarde.be/2011/12/29/send-email-from-pharo-with-postmark.html - right -- View this message i

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
I will give a try later. And see how we can fix it. Did you try to load the JSON configuration first? Stef On Aug 31, 2013, at 9:47 AM, vmusulainen wrote: > I try loading from smalltalkhub.com with same results. > > Ant at smalltalkhub.com wrong link to external site > (http://articles.tulipe

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Marcus Denker
On Aug 31, 2013, at 11:14 AM, Stéphane Ducasse wrote: > I will give a try later. > And see how we can fix it. > Did you try to load the JSON configuration first? > We are using PostMark in the ESUG registration app… so it should work. You need to load JSON, though. (we should update the con

Re: [Pharo-users] voyage/mongo randomly wrong OIDs

2013-08-31 Thread Sabine Knöfel
Hi Esteban, yes, Mongo is not very communicative ;-) I replaced OID>>nextOID with my own RKAOIDGenerator nextOID ^self value: (RKAOIDGenerator getNextOID) instead of nextOID ^self value: (UUIDGenerator default makeSeed) RKAOIDGenerator uses Time>>primMillisecondClock at startup and adds +1

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
Stéphane Ducasse wrote > Did you try to load the JSON configuration first? Yep, but which package consist need classes? I ask it at first post. Wow, I found JSON package at smalltalkhub.com. I first load JSON package from smalltalkhub.com and postmark package successfully loaded. Good, thank yo

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
Marcus Denker-4 wrote > Postmark is actually *very* *very* interesting for sending mail… you > outsource > all the haste of being blacklisted and things like that. Yes, you are right. I write shop engine and should use postmark for sending order to customers and managers. -- View this message

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
I will have a look and update the configuration. On Aug 31, 2013, at 11:23 AM, Marcus Denker wrote: > > On Aug 31, 2013, at 11:14 AM, Stéphane Ducasse > wrote: > >> I will give a try later. >> And see how we can fix it. >> Did you try to load the JSON configuration first? >> > > We are us

Re: [Pharo-users] voyage/mongo randomly wrong OIDs

2013-08-31 Thread Stéphane Ducasse
Sabine what we could do is to propose a "subclass of UUID" and to group several UUID generators. Like that with a couple of classes, we could get a better eco system where people can pick the one they want. stef On Aug 31, 2013, at 11:49 AM, Sabine Knöfel wrote: > Hi Esteban, > > yes, Mongo

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
> Stéphane Ducasse wrote >> Did you try to load the JSON configuration first? > > Yep, but which package consist need classes? I ask it at first post. > > > Wow, I found JSON package at smalltalkhub.com. > > I first load JSON package from smalltalkhub.com and postmark package > successfully lo

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
Stéphane Ducasse wrote > I will fix the configruation and ask you to try. I found another dependency: Method PMInterface>>send: uses class GRPharoUtf8Codec. This class exists in package "Grease-Pharo-Core" (Seaside framework). -- View this message in context: http://forum.world.st/Postmark

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
thanks! misdeclaring dependencies is the source of future hell :) I just deleted the wrong repository and I'm having a look now. Stef On Aug 31, 2013, at 1:55 PM, vmusulainen wrote: > Stéphane Ducasse wrote >> I will fix the configruation and ask you to try. > > I found another dependency: >

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
Grease is handled by the configuration. So this is already that :) > thanks! > misdeclaring dependencies is the source of future hell :) > I just deleted the wrong repository and I'm having a look now. > > Stef > > On Aug 31, 2013, at 1:55 PM, vmusulainen wrote: > >> Stéphane Ducasse wrote >>

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
So i worked and now can you try on a Pharo2.0 image the following Gofer new repository: 'http://smalltalkhub.com/mc/PharoExtras/Postmark/main' ; package: 'ConfigurationOfPostMark'; load. (ConfigurationOfPostMark project version: '1.0') load: 'Tests' Stef

Re: [Pharo-users] voyage/mongo randomly wrong OIDs

2013-08-31 Thread Sven Van Caekenberghe
On 31 Aug 2013, at 13:47, Stéphane Ducasse wrote: > Sabine > what we could do is to propose a "subclass of UUID" and to group several UUID > generators. > Like that with a couple of classes, we could get a better eco system where > people can pick the one they want. > > stef I just made my

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
Stéphane Ducasse wrote > Gofer new > repository: 'http://smalltalkhub.com/mc/PharoExtras/Postmark/main' ; > package: 'ConfigurationOfPostMark'; > load. > (ConfigurationOfPostMark project version: '1.0') load: 'Tests' MessageNotUnderstood: ByteString>>goferReferences -- View t

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
> Gofer new > url: 'http://smalltalkhub.com/mc/PharoExtras/Postmark/main' ; > package: 'ConfigurationOfPostMark'; > load. > (ConfigurationOfPostMark project version: '1.0') load: 'Tests' Stef

Re: [Pharo-users] Voyage: image freeze/VOMongoError: Lazy reference not found

2013-08-31 Thread Esteban A. Maringolo
I've been bitten by this too. This is when the "image" concept get counterproductive if you didn't commit all your code changes. :-/ Esteban A. Maringolo

Re: [Pharo-users] Voyage: image freeze/VOMongoError: Lazy reference not found

2013-08-31 Thread Sabine Knöfel
Hi Esteban, til now, it did not come back to me. Can you reproduce it with a fresh image? Btw I am saving my image now each hour or so... Sabine On Sat, Aug 31, 2013 at 5:46 PM, Esteban A. Maringolo [via Smalltalk] < ml-node+s1294792n4705953...@n4.nabble.com> wrote: > I've been bitten by this

Re: [Pharo-users] Voyage: image freeze/VOMongoError: Lazy reference not found

2013-08-31 Thread Esteban A. Maringolo
2013/8/31 Sabine Knöfel : > Hi Esteban, > > til now, it did not come back to me. > Can you reproduce it with a fresh image? The image freezed, but fortunately with a LOT of patience I was able to type a character every once in a while. So I could write an smalltalk expression that after being eval

Re: [Pharo-users] Postmark email library

2013-08-31 Thread vmusulainen
It's work fine! Tested on clean image of pharo 2.0. Thank you! -- View this message in context: http://forum.world.st/Postmark-email-library-tp4254680p4705969.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Postmark email library

2013-08-31 Thread Stéphane Ducasse
> It's work fine! Excellent. > Tested on clean image of pharo 2.0. > > Thank you! Now you have to read the metacello chapter ;D and have success coding in Pharo. And if you see glitches or space for improvements in Postmark, please do not hesitate. > > -- > View this message in context: >