[jira] [Updated] (PROTON-657) OSX: build proton with homebrew openssl

2014-08-30 Thread Bozo Dragojevic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bozo Dragojevic updated PROTON-657: --- Attachment: 0001-PROTON-657-OSX-build-proton-with-homebrew-openssl.patch homebrew openssl is

[jira] [Created] (PROTON-657) OSX: build proton with homebrew openssl

2014-08-30 Thread Bozo Dragojevic (JIRA)
Bozo Dragojevic created PROTON-657: -- Summary: OSX: build proton with homebrew openssl Key: PROTON-657 URL: https://issues.apache.org/jira/browse/PROTON-657 Project: Qpid Proton Issue Type: I

Re: javascript binding in a browser

2014-08-30 Thread Fraser Adams
Hi again Ernie, There's no real reason why it shouldn't work in a browser except that I haven't tried it in a while, it tends to be easier to try things out using node.js and doing some more browser tests was on my TODO list :-) The error "Uncaught TypeError: Cannot read property 'fa' of null

javascript binding in a browser

2014-08-30 Thread Ernest Allen
Hi Fraser, I'm trying to run the proton javascript bindings from within a browser. I'm getting various errors depending on the way I'm doing it and I was hoping you could shed some light on the correct approach. I have node recv.js running in a separate window. The first way I tried was just inc