Re: Issue with CFFeed

2013-08-07 Thread Edward Chanter
ouldn't see any comments at all but it seems to work anyway. > > I will post a bug report about this as suggested, it seems to me like > CFFeed could just strip out any comments before parsing the feed. > > Thanks again for your help with this. > > > On 6 August 2013 13:

Re: Issue with CFFeed

2013-08-06 Thread Edward Chanter
like CFFeed could just strip out any comments before parsing the feed. Thanks again for your help with this. On 6 August 2013 13:05, Raymond Camden wrote: > > What's fascinating is that as far as I can see, the second URL doesn't have > a comment. Just saving it locally works.

Re: Issue with CFFeed

2013-08-06 Thread Edward Chanter
ther option is to remove the comment from the source XML. Unfortunately, > cffeed doesn't let you source via a string, so you have to save it still. > > http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml";> > > > > ", "")> > &g

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
What's fascinating is that as far as I can see, the second URL doesn't have a comment. Just saving it locally works. I bet the same works for the first URL too. To be clear, I was able to parse the XML just fine with cfhttp, so it is valid XML. If you want to work with that and not

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
You may want to file a bug report for this too. Although the first feed URL fails to validate here http://validator.w3.org/feed/. On Tue, Aug 6, 2013 at 6:59 AM, Raymond Camden wrote: > Another option is to remove the comment from the source XML. > Unfortunately, cffeed doesn't let

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
Another option is to remove the comment from the source XML. Unfortunately, cffeed doesn't let you source via a string, so you have to save it still. http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml";> ", "")> On Tue, Aug 6, 2013 a

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
Just dump cffeed and switch to cfhttp. http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml";> You'll have to work with the XML by hand of course. On Tue, Aug 6, 2013 at 5:35 AM, Edward Chanter wrote: > > We recently upgraded to CF10 and a small app we us

Issue with CFFeed

2013-08-06 Thread Edward Chanter
g xmlParse() relating to the byte-order-mark. But it doesn't really help me when using cffeed. I don't control the RSS feeds so have no way to change their syntax to make them work with CF. I'm just wondering if anyone else has encountered this problem with cffeed in CF10 and knows of a

Re: cffeed and SharePoint

2013-05-20 Thread Scott Brady
Yes. I'm running it locally right now, so the cfserver is my own machine. On Fri, May 17, 2013 at 1:56 AM, Russ Michaels wrote: > > If you log onto the cfserver, can you actually view the sharepoint site > from there > > ~|

Re: cffeed and SharePoint

2013-05-17 Thread Russ Michaels
If you log onto the cfserver, can you actually view the sharepoint site from there Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On 17 May 2013 06:09, "Scott Brady" wrote: > > We have an internal system in w

cffeed and SharePoint

2013-05-16 Thread Scott Brady
We have an internal system in which we want to display content from an RSS feed to users. The RSS feed is on another internal SharePoint server. However, I'm running into roadblocks trying to access the content, even if CF is running under an AD account (which I know has access to SharePoint, bec

Re: cffeed parsing error in CF10 but it works perfectly in CF8

2013-04-25 Thread Edward Chanter
Solved my problem, it was the speechmarks. Duh. :) On 25 April 2013 12:30, Edward Chanter wrote: > Does anyone know if the cffeed rss parser has changed in CF10? I have a > script that downloads some news headlines via Yahoo's RSS search feature. > > On my CF8 server I c

cffeed parsing error in CF10 but it works perfectly in CF8

2013-04-25 Thread Edward Chanter
Does anyone know if the cffeed rss parser has changed in CF10? I have a script that downloads some news headlines via Yahoo's RSS search feature. On my CF8 server I can parse the feed using cffeed and it all works perfectly. I ported the script over to the new CF10 server and I get a p

Re: CFFeed read problem for http://data.gov.uk/rss.xml . Just me?

2010-01-21 Thread Dave Watts
> Just trying to run the following: > > http://data.gov.uk/rss.xml"; >        properties = "myProps" >        query = "myQuery"> > > Errors every time from CF8 with one of 2 errors (usually 1, but sometimes 2), > either: > > 1. String index out of range: -1 > > 2.  Unable to parse the feed: Eithe

CFFeed read problem for http://data.gov.uk/rss.xml . Just me?

2010-01-21 Thread Brian McCairn
Just trying to run the following: http://data.gov.uk/rss.xml"; properties = "myProps" query = "myQuery"> Errors every time from CF8 with one of 2 errors (usually 1, but sometimes 2), either: 1. String index out of range: -1 2. Unable to parse the feed: Either source specif

cffeed action when content changes.

2009-04-27 Thread Robert Rawlins - Think Blue
Afternoon guys, I'm after a little implementation advice from you. I am looking to build a scheduled task on the server which runs every 10 minutes pinging frequently changed RSS feeds, the addresses of which are stored in a DB, using, the trusty CFFEED tag. The top [n] records from the

Re: Strange error with cffeed

2009-03-06 Thread James Holmes
We just found yet another thing that can break with this patch. CFCHART rendered charts with the text "WebCharts3D Invalid license" until we added wc50.jar to the sandbox. The CFFEED tag requires rome-cf.jar and CFPDF requires cf-acrobat.jar. The bug relates to reading license or co

Re: Strange error with cffeed

2009-01-21 Thread James Holmes
wrote: >> We have sandboxing turned on; while just about everything works as you >> would expect without it, it appears that for some functionality >> (including cffeed) the path to [coldfusion >> instance]/WEB-INF/cfusion/lib needs to be added to the sandbox. > >

Re: Strange error with cffeed

2009-01-21 Thread Jochem van Dieten
On Tue, Jan 20, 2009 at 8:00 AM, James Holmes wrote: > We have sandboxing turned on; while just about everything works as you > would expect without it, it appears that for some functionality > (including cffeed) the path to [coldfusion > instance]/WEB-INF/cfusion/lib needs to be

Re: Strange error with cffeed

2009-01-20 Thread James Holmes
Yes, I think that qualifies as a bug and I'll report it. If I were also theoretically on a beta for CF9 I'd be hypothetically testing it there too and reporting it if it still happens. Perhaps people who are in that beta can check. Jochem lists other tags that need special sandboxing - this is als

Re: Strange error with cffeed

2009-01-20 Thread Raymond Camden
Big +1 here. Please log a bug for this (www.adobe.com/go/wish). CFFEED is a nasty beast that has had many bugs over the past. On Tue, Jan 20, 2009 at 6:50 AM, Matthew Williams wrote: > Wow.. that's obscure. I need to bookmark this as we're moving to > sandboxing in the future.

Re: Strange error with cffeed

2009-01-20 Thread Matthew Williams
Wow.. that's obscure. I need to bookmark this as we're moving to sandboxing in the future. Are you planning on reporting this to Adobe as a bug? Matthew Williams Geodesic GraFX ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Right, I have the solution. We have sandboxing turned on; while just about everything works as you would expect without it, it appears that for some functionality (including cffeed) the path to [coldfusion instance]/WEB-INF/cfusion/lib needs to be added to the sandbox. After adding the

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Yeah, we do that as part of every standard install when we change the JVM - it's a good tip for anyone reading though. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/1/20 Matthew Williams : > You know, you might want to try copying the tools.jar file from the

Re: Strange error with cffeed

2009-01-19 Thread Matthew Williams
You know, you might want to try copying the tools.jar file from the {currentjre}/lib folder to the /cfusion/lib folder. Until I did this, my webservice calls were all shot to hell. This may only be a problem for those that install in multiserver mode though. Maybe standalone copies the corre

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
The 1.6 JVM breaks the SSL for the internal JRun Webserver, which we use for administration. As an aside, if anyone can tell us how to make JWS with SSL work with Java 6 we'd be very happy. Regardless, I actually did try going back to the default CF8.01 JVM with the same results. For completeness,

Re: Strange error with cffeed

2009-01-19 Thread Wil Genovese
James, Why are you using the 1.5 series of the JVM? Since the reinstall works, try installing the new 1.6.0_11 JVM and see if that fixes the issue? If for some reason you absolutely can not use the 1.6 version then install a second copy of the JVM you have and switch to that one. To me it s

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
If it helps anyone, I think I've found the class that's failing: This works on the Windows box and on the new SLES box; it fails on our main boxes with java.lang.NoClassDefFoundError at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Na

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
We're facing a rebuild of every CF8 server in our fleet here - if anyone has any ideas, please, please chime in. So far I've built a new cf8.01 server with the same patches, the same FusionReactor, the same JVM and the same settings on the same OS and I can't duplicate the problem, yet every server

Re: Strange error with cffeed

2009-01-14 Thread James Holmes
h : > Can you post your code? > > Adrian > > -Original Message- > From: Meghna Chopra > Sent: 19 November 2008 09:59 > To: cf-talk > Subject: Strange error with cffeed > > > I am trying to use cffeed tag and it is giving following errors. Do you ha

RE: Strange error with cffeed

2008-11-19 Thread Adrian Lynch
Can you post your code? Adrian -Original Message- From: Meghna Chopra Sent: 19 November 2008 09:59 To: cf-talk Subject: Strange error with cffeed I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE

Strange error with cffeed

2008-11-19 Thread Meghna Chopra
I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE: java.lang.NoClassDefFoundError: Could not initialize class coldfusion.syndication.FeedDateParser at coldfusion.tagext.io.FeedTag.(FeedTag.java:64) at

Re: CFFEED and Google's data API

2008-05-31 Thread Dominic Watson
llowup to my own post, it appears that Ray Camden noticed that CFFEED > doesn't appear to recognize custom namespaces, which Google uses: > http://www.coldfusionjedi.com/index.cfm/2008/4/23/Ask-a-Jedi-Handling-RSS-feeds-with-custom-data > > Anyone have a way to get around this is

Re: CFFEED and Google's data API

2008-05-30 Thread Andy Matthews
A followup to my own post, it appears that Ray Camden noticed that CFFEED doesn't appear to recognize custom namespaces, which Google uses: http://www.coldfusionjedi.com/index.cfm/2008/4/23/Ask-a-Jedi-Handling-RSS-feeds-with-custom-data Anyone have a way to get around this issue? It would

CFFEED and Google's data API

2008-05-30 Thread Andy Matthews
ing into a real oddity with CFFEED and their API. When I view their test feed in IE7, it renders just fine. Viewing source, I see nodes such as numphotos, thumbnail link, etc.: http://picasaweb.google.com/data/feed/api/user/picasateam?kind=album However, when I suck that same URL into CFFEED ,

Re: Having problems with cffeed and rsslink/linking

2008-01-11 Thread Raymond Camden
No, you _can_ use the query method, you just need to ensure your data has a full URL. THere are a few ways of doing it. 1) Add a new col to your query named something, and loop over your query and use querySetCell to set a full url. _Then_ you feed the query to cffeed. 2) Modify your SQL so what

Re: Having problems with cffeed and rsslink/linking

2008-01-10 Thread Ryan Bentley
Thanks Mr. C, I actually did read the docs on cffeed, and I did not see anywhere there that the rsslink, had to be matched to a full url. As a matter of fact, their example (granted , a very simple one) used the ID field as well for the rsslink column. I also checked your blog as well, and

Re: Having problems with cffeed and rsslink/linking

2008-01-10 Thread Raymond Camden
You are a bit off. The RSSLINK column in your query should be a full url, not a partial URL. So you need to modify your query so that you have a column with the full link, and then pass it to CFFEED. Don't feel too bad - it's not like you could have the CFFEED chapter in the Develop

Re: Having problems with cffeed and rsslink/linking

2008-01-10 Thread Ryan Bentley
If you want to reply to me with any responses, please reply to [EMAIL PROTECTED], and not the email that the list is showing. [EMAIL PROTECTED] is not a valid address at this time. Sorry, and thanks! ~| Adobe® ColdFusion® 8 so

Having problems with cffeed and rsslink/linking

2008-01-10 Thread Ryan Bentley
Hi, I am new to all this RSS stuff, and have been looking at the new cffeed tag in creating rss feeds for my company's website. I am currently testing all this on my local machine using the developer edition. I seem to be able to create the feed just fine using the query method b

Re: Have I found a CFFeed Bug?

2007-10-22 Thread Raymond Camden
Worked for me on my Max box. On 10/22/07, Neil Middleton <[EMAIL PROTECTED]> wrote: > I'm just doing a spot of feed-squirrel build work, and I think I've found a > bug which I'm hoping someone else can verify (just to make sure I'm not > losing it). > Basical

Re: Have I found a CFFeed Bug?

2007-10-22 Thread Neil Middleton
The browser isn't the issue - it's when I wash the rss through CFfeed that problems appear. I'm trying to track down the issue - there's no guarantees it's a problem with CF, but I can't see where it's coming from. N On 10/22/07, Jayesh Viradiya <[EMAIL PR

RE: Have I found a CFFeed Bug?

2007-10-22 Thread Jayesh Viradiya
Middleton [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 12:55 PM To: CF-Talk Subject: Have I found a CFFeed Bug? I'm just doing a spot of feed-squirrel build work, and I think I've found a bug which I'm hoping someone else can verify (just to make sure I'm not losing

Have I found a CFFeed Bug?

2007-10-22 Thread Neil Middleton
I'm just doing a spot of feed-squirrel build work, and I think I've found a bug which I'm hoping someone else can verify (just to make sure I'm not losing it). Basically, if I CFFeed a URL that's valid RSS (for instance, http://samfarmer.instantspot.com/blog/rss.cfm?mod

RE: cffeed read problem

2007-09-19 Thread Jayesh Viradiya
I was about to reply Jared and just before that read your replyperfect answer...Thanks Ray... Jayesh Viradiya Adobe CF Team -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 12:11 PM To: CF-Talk Subject: Re: cffeed read problem

Re: cffeed read problem

2007-09-19 Thread Raymond Camden
Yes. This is the way it works: CFFEED supports multiple platforms of feed types. When you suck down a feed into a query, you will always get AT LEAST ONE SET OF COLUMNS - the set being detailed in the CFML Reference for CFFEED. This set of columns will contain everything possible that an Atom or

cffeed read problem

2007-09-19 Thread Jared Legg
ok, I am a little confused trying to read an RSS file with CFFEED. Here is an example of the XML nodes: When I do a cffeed read, and then do a dump of the data I get a ton of different columns, but the only one of my nodes I see that is populated is 'title

RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Jayesh Viradiya
: Monday, September 17, 2007 3:18 PM To: CF-Talk Subject: Re: Cffeed - creating RSS Feeds and guid I've confirmed that what you say is right Jayesh - guid works when you create the feed via struct. So can you confirm if the following statement is correct: When creating a feed via a query, you s

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
via a struct, you use the literal values. (Frankly, I don't know how much CFFEED helps you at this point as you are doing more work than you would if you generated the XML by hand. ;) On 9/17/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > Jayesh - what about my comment about usin

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
; > > > Thanks > Jayesh Viradiya > Adobe CF Team > > > -Original Message- > From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 16, 2007 7:25 PM > To: CF-Talk > Subject: RE: Cffeed - creating RSS Feeds and guid > > Hi Nathan C. S

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
PROTECTED]> wrote: > OK, According to Jayesh Viradiya (Thanks Jayesh!) > > To use the guid value in cffeed it will look something like this: > > > > http://www.google.com";> > > /me goes to try it out. > > -Nate > > > -Original Message---

RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Nathan C. Smith
OK, According to Jayesh Viradiya (Thanks Jayesh!) To use the guid value in cffeed it will look something like this: http://www.google.com";> /me goes to try it out. -Nate > -Original Message- > From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] > Sent: Sunday, Septem

RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Jayesh Viradiya
o:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 7:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS Feeds and guid Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception and post it here or send it to me at "[EMAIL PROTECTED]" for us to be able

RE: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Jayesh Viradiya
Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception and post it here or send it to me at "[EMAIL PROTECTED]" for us to be able to reproduce it in order to investigate it. Thank you Jayesh Viradiya Adobe CF Team ~~

Re: CFFEED?

2007-09-16 Thread Raymond Camden
Yep, there is a bug. You have to use uppercase for the column names. http://www.coldfusionjedi.com/index.cfm/2007/7/29/Columnmap-Gotcha-with-CFFEED On 9/16/07, Brian Peddle <[EMAIL PROTECTED]> wrote: > I'm trying to do something pretty basic with CFFEED ... basically from > the

CFFEED?

2007-09-16 Thread Brian Peddle
I'm trying to do something pretty basic with CFFEED ... basically from the docs I get this error There is a problem in the column mappings specified in the columnMap structure. The query attribute input does not contain any column by the name of job_title. However it certainly does co

Re: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Raymond Camden
query, not a struct.) On 9/14/07, Nathan C. Smith <[EMAIL PROTECTED]> wrote: > > I believe href will then be used for the value. If not, try > > link perhaps. > > > > If I work backwards and read a feed into cffeed there is a "linkhref" in the > guid stru

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
> I believe href will then be used for the value. If not, try > link perhaps. > If I work backwards and read a feed into cffeed there is a "linkhref" in the guid struct. I'm pretty sure I tried that one going the other

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
> -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Friday, September 14, 2007 5:13 PM > To: CF-Talk > Subject: Re: Cffeed - creating RSS Feeds and guid > > Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog &

Re: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Raymond Camden
Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog article is a good example: http://www.coldfusionjedi.com/index.cfm/2007/8/22/Metadata-properties-for-CFFEED So as to your problem, I looked here: http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt and

Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
I'm trying to use cffeed in ColdFusion 8 to create an RSS 2.0 feed. I basically lifted the example from the docs.I'm running into problems with the guid field. I used Feed validator to check what I had (http://feedvalidator.org/docs/warning/MissingGuid.html) and it told me I was

Re: New 2 CFFEED - simple example - throwing error

2007-08-15 Thread Raymond Camden
Well cfdump tells you what the data type is. If you don't know how to use a struct, then I'd suggest reading the documentation that covers structs and other variable types as it is critical you understand those basics. As a simple level, to get the title, you would just use title.value. So if "prop

Re: New 2 CFFEED - simple example - throwing error

2007-08-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thank Ray, All, I'm not exactly how to read my cfdump and how to extract the data from each element in the struct. Can anyone give me a few more exmaples based on this example? http://h129823.cf8beta.com/cf8/cffeed.cfm There are multiple stores in the feed, how do I display each of these? T

Re: New 2 CFFEED - simple example - throwing error

2007-08-14 Thread Raymond Camden
CFDUMP is your friend. If you dump myProps, you will see myprops.title is a struct. You want myprops.title.value. On 8/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to use an feed from Googles news ... > > http://news.google.com/news?hl=en&ned=us&q=%22micro+fuel+cell%22 > > Here

New 2 CFFEED - simple example - throwing error

2007-08-14 Thread coldfusion . developer
I'm trying to use an feed from Googles news ... http://news.google.com/news?hl=en&ned=us&q=%22micro+fuel+cell%22 Here's my error. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request Complex object types cannot be conver