<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Sun, 04 Dec 2011 21:33:45 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-12-04T21:33:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>OpenMQ ColdFusion JMS Gateway</title>
      <link>https://forums.adobe.com/thread/932686</link>
      <description>&lt;!-- [DocumentBodyStart:87437406-7854-49d3-925f-4425a90243d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone used OpenMQ with the generic gateway that ships with ColdFusion 8?&amp;nbsp; Also, is it true that the generic gateway only supports topics and not queues?&lt;/p&gt;&lt;p&gt;Why does the ActiveMQ example provide both but no the generic one?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm guessing being that Jrun is a j2ee &lt;a class="jive-link-external-small" href="http://www.adobe.com/products/jrun/productinfo/newfeatures/" rel="nofollow"&gt;1.3&lt;/a&gt; app server, and Open MQ latest needs ee&lt;a class="jive-link-external-small" href="http://mq.java.net/features.html" rel="nofollow"&gt; 1.4&lt;/a&gt; that this is a no go.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Also being that the generic gateway works with 1.0.2 compliant server (jms compliancy guessing) and openMQ is JMS 1.1 standard this is a no go.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why doesn't anyone respond to any Gateway questions in the adobe forum? ;-)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Time to lose Jrun &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87437406-7854-49d3-925f-4425a90243d0] --&gt;&lt;img src='/beacon?t=1415919610426' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">gateway</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">jms</category>
      <pubDate>Sun, 04 Dec 2011 21:33:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/932686</guid>
      <dc:date>2011-12-04T21:33:45Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JRun4 Connecting to BlazeDS and ActiveMQ (Producer/Consumer)</title>
      <link>https://forums.adobe.com/thread/491048</link>
      <description>&lt;!-- [DocumentBodyStart:bf44514d-dfaf-4423-af5f-dd6b11813009] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been through the turnkey blaze app with Tomcat and have been able to see how Active MQ can communicate through a JMS Topic directly to Blaze and Tomcat - to both produce and consume jms messages via Flex.&amp;nbsp; But we're using JRun4 already, and we have ColdFusion 8 running on it.&amp;nbsp; I don't want to have to&lt;/p&gt;&lt;p&gt;a.) Create a Active MQ coldfusion gateway to listen for ActiveMQ topic messages and then pass that on to the&lt;/p&gt;&lt;p&gt;b.) Flex Gateway to push that data to the Flex Client.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it can work with Tomcat, it should be able to work with JRun4 right? (even though ActiveMQ is not officially supported on JRun as a JMS provider - I wouldn't think it should matter)&amp;nbsp; The big piece of the &lt;a class="jive-link-external-small" href="http://mmartinsoftware.blogspot.com/2008/05/simplified-blazeds-and-jms.html" rel="nofollow"&gt;puzzle&lt;/a&gt; is the 'context.xml' configuration needed on TomCat - and what the equivalent configuration on JRun would be at the J2ee App server level.&amp;nbsp; I have looked through the jrun-resources.xml file - but am not clear on what needs to be changed to make it work -&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would the equivalent Jrun4 configuration need to be if this is the TomCat context.xml?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="ST0"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="ST0"&gt;xml&lt;/span&gt; version="1.0" encoding="UTF-8"?&amp;gt;&lt;br/&gt;&lt;span class="xml-tag"&gt;&amp;lt;Context&lt;/span&gt; &lt;span class="xml-attribute"&gt;path&lt;/span&gt;="/BlazeTest"&lt;span class="xml-tag"&gt;&amp;gt;&lt;/span&gt;&lt;br/&gt;&lt;span class="xml-tag"&gt;&amp;lt;Resource&lt;/span&gt; &lt;span class="xml-attribute"&gt;name&lt;/span&gt;="jms/flex/TopicConnectionFactory"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;type&lt;/span&gt;="org.apache.activemq.ActiveMQConnectionFactory"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;description&lt;/span&gt;="JMS Connection Factory"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;factory&lt;/span&gt;="org.apache.activemq.jndi.JNDIReferenceFactory"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;brokerURL&lt;/span&gt;="tcp://localhost:61616"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;brokerName&lt;/span&gt;="myBroker"&lt;span class="xml-tag"&gt;/&amp;gt;&lt;/span&gt;&lt;br/&gt;&lt;span class="xml-tag"&gt;&amp;lt;Resource&lt;/span&gt; &lt;span class="xml-attribute"&gt;name&lt;/span&gt;="jms/messageTopic"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;type&lt;/span&gt;="org.apache.activemq.command.ActiveMQTopic"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;description&lt;/span&gt;="a simple topic"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;factory&lt;/span&gt;="org.apache.activemq.jndi.JNDIReferenceFactory"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="xml-attribute"&gt;physicalName&lt;/span&gt;="messageTopic"&lt;span class="xml-tag"&gt;/&amp;gt;&lt;/span&gt;&lt;br/&gt;&lt;span class="xml-tag"&gt;&amp;lt;/Context&lt;/span&gt;&lt;span class="xml-tag"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(This is all likely b/c jrun is EE 1.3, and amq is 1.4 - also JMS support may be to 1.0.2 and needs 1.1 likely)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf44514d-dfaf-4423-af5f-dd6b11813009] --&gt;</description>
      <pubDate>Sat, 12 Sep 2009 16:24:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/491048</guid>
      <dc:date>2009-09-12T16:24:23Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Verity Indexes appear to Cross-Pollinate</title>
      <link>https://forums.adobe.com/thread/123475</link>
      <description>&lt;!-- [DocumentBodyStart:786a71c1-61c1-4e2c-a389-3a3b359d6464] --&gt;&lt;div class="jive-rendered-content"&gt;We're seeing this issue crop up at various times where we
will call a simple cfsearch on one collection, and Verity will
return us data from another existing collection on the server.
We've done logging etc, and looking at the meta data of the
indexes, and all things look like they should (i.e. the number of
documents match that of what we'd expect there to be in that
collection). We are running cfmx 7.02 enterprise multi-server
install and have this application on it's own instance on a win2k3
box. The cfsearch is being called from w/in a cfc as: 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;blockquote class="jive-quote"&gt;quote:
&lt;br/&gt;
&lt;hr/&gt;&amp;lt;cfsearch collection="#arguments.collection#"
criteria="#arguments.args.q#" name="query1" type="natural"
maxrows="8193" /&amp;gt;
&lt;hr/&gt;&lt;/blockquote&gt;
&lt;br/&gt;
&lt;br/&gt;Once I restart the &amp;lsquo;ColdFusion 7 Search Service&amp;#8217;
in either beta (if we&amp;#8217;re having problems there) or in
production, the Problem goes away &amp;#8211; and the indexes correctly
return the data from the requested collection as they are supposed
to. Which leads me to believe that our application is not the
problem &amp;#8211; but in the internals of how the ColdFusion cfsearch
tag API is calling the Verity K2 Server at certain periods. I still
have not nailed down exactly what the root cause is that makes call
through the cfSearch tag all of a sudden choose to use a different
index that what I passed it &amp;#8211; but I do know that the restart
does re-align things.
&lt;br/&gt;
&lt;br/&gt;Any help appreciated - we may have to open up a ticket on
this one&lt;/div&gt;&lt;!-- [DocumentBodyEnd:786a71c1-61c1-4e2c-a389-3a3b359d6464] --&gt;</description>
      <pubDate>Wed, 17 Oct 2007 18:55:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/123475</guid>
      <dc:date>2007-10-17T18:55:12Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfdocument watermark exception</title>
      <link>https://forums.adobe.com/thread/176239</link>
      <description>&lt;!-- [DocumentBodyStart:6907719a-1e1a-4045-8a1c-5074cf6796df] --&gt;&lt;div class="jive-rendered-content"&gt;I just threw a
'coldfusion.document.DocumentInvalidWaterMarkFileException' using
cfdocument on a JRUN 4 multi instance developer version of cf mx 7.
&lt;br/&gt;
&lt;br/&gt;Water Mark Image File is invalid..
&lt;br/&gt;
&lt;br/&gt;Any clues?
&lt;br/&gt;I'm using coldfusion mx 7 with apache on a windows xp pro
machine installed using the jrun multi instance on a separate
instance of cf in a fusebox application.
&lt;br/&gt;
&lt;br/&gt;Here is the dump:
&lt;br/&gt;
&lt;br/&gt; The error occurred in
C:\websites\contract-central.com\model\components\ConvertHTML2PDF.cfm:
line 32
&lt;br/&gt;Called from
C:\websites\contract-central.com\parsed\srm.pdfrpt_laborcost.cfm:
line 46
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line
433
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line
426
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line 1
&lt;br/&gt;Called from C:\websites\contract-central.com\index.cfm: line
15
&lt;br/&gt;Called from
C:\websites\contract-central.com\model\components\ConvertHTML2PDF.cfm:
line 32
&lt;br/&gt;Called from
C:\websites\contract-central.com\parsed\srm.pdfrpt_laborcost.cfm:
line 46
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line
433
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line
426
&lt;br/&gt;Called from
C:\websites\contract-central.com\fusebox4.runtime.cfmx.cfm: line 1
&lt;br/&gt;Called from C:\websites\contract-central.com\index.cfm: line
15
&lt;br/&gt;
&lt;br/&gt;30 : 
&lt;br/&gt;31 : &amp;lt;cfdocument format="pdf"&amp;gt;
&lt;br/&gt;32 : &amp;lt;cfoutput&amp;gt;#variables.pagecontext#&amp;lt;/cfoutput&amp;gt;
&lt;br/&gt;33 : &amp;lt;/cfdocument&amp;gt;&amp;lt;cfabort/&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Resources:
&lt;br/&gt;
&lt;br/&gt; * Check the ColdFusion documentation to verify that you are
using the correct syntax.
&lt;br/&gt; * Search the Knowledge Base to find a solution to your
problem.
&lt;br/&gt;
&lt;br/&gt;Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
&lt;br/&gt;Remote Address 127.0.0.1
&lt;br/&gt;Referrer 
&lt;a class="jive-link-external-small" href="http://dev.contract-central.com/index.cfm?page=srm.act_rpt_laborcost" rel="nofollow"&gt;http://dev.contract-central.com/index.cfm?page=srm.act_rpt_laborcost&lt;/a&gt;
&lt;br/&gt;Date/Time 31-Jan-07 09:24 PM
&lt;br/&gt;Stack Trace
&lt;br/&gt;at
cfConvertHTML2PDF2ecfm1682931993.runPage(C:\websites\contract-central.com\model\component s\ConvertHTML2PDF.cfm:32)
at
cfsrm2epdfrpt_laborcost2ecfm1080572855.runPage(C:\websites\contract-central.com\parsed\sr m.pdfrpt_laborcost.cfm:46)
at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor15(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:433)
at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor17(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:426)
at
cffusebox42eruntime2ecfmx2ecfm1579147514.runPage(C:\websites\contract-central.com\fusebox 4.runtime.cfmx.cfm:1)
at
cfindex2ecfm1010119279.runPage(C:\websites\contract-central.com\index.cfm:15)
at
cfConvertHTML2PDF2ecfm1682931993.runPage(C:\websites\contract-central.com\model\component s\ConvertHTML2PDF.cfm:32)
at
cfsrm2epdfrpt_laborcost2ecfm1080572855.runPage(C:\websites\contract-central.com\parsed\sr m.pdfrpt_laborcost.cfm:46)
at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor15(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:433)
at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor17(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:426)
at
cffusebox42eruntime2ecfmx2ecfm1579147514.runPage(C:\websites\contract-central.com\fusebox 4.runtime.cfmx.cfm:1)
at
cfindex2ecfm1010119279.runPage(C:\websites\contract-central.com\index.cfm:15)
&lt;br/&gt;
&lt;br/&gt;coldfusion.document.DocumentInvalidWaterMarkFileException:
Water Mark Image File is invalid.
&lt;br/&gt; at
coldfusion.document.DocumentExporter.export(DocumentExporter.java:202)
&lt;br/&gt; at
coldfusion.document.DocumentFrame.exportContent(DocumentFrame.java:118)
&lt;br/&gt; at
coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:130)
&lt;br/&gt; at
coldfusion.document.DocumentProcessor.ProcessContent(DocumentProcessor.java:59)
&lt;br/&gt; at
coldfusion.tagext.lang.DocumentTag.processContent(DocumentTag.java:1236)
&lt;br/&gt; at
coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1190)
&lt;br/&gt; at
cfConvertHTML2PDF2ecfm1682931993.runPage(C:\websites\contract-central.com\model\component s\ConvertHTML2PDF.cfm:32)
&lt;br/&gt; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
&lt;br/&gt; at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
&lt;br/&gt; at
coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
&lt;br/&gt; at
cfsrm2epdfrpt_laborcost2ecfm1080572855.runPage(C:\websites\contract-central.com\parsed\sr m.pdfrpt_laborcost.cfm:46)
&lt;br/&gt; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
&lt;br/&gt; at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
&lt;br/&gt; at
coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
&lt;br/&gt; at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor15(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:433)
&lt;br/&gt; at
cffusebox42eruntime2ecfmx2ecfm1579147514._factor17(C:\websites\contract-central.com\fuseb ox4.runtime.cfmx.cfm:426)
&lt;br/&gt; at
cffusebox42eruntime2ecfmx2ecfm1579147514.runPage(C:\websites\contract-central.com\fusebox 4.runtime.cfmx.cfm:1)
&lt;br/&gt; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
&lt;br/&gt; at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
&lt;br/&gt; at
coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
&lt;br/&gt; at
cfindex2ecfm1010119279.runPage(C:\websites\contract-central.com\index.cfm:15)
&lt;br/&gt; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
&lt;br/&gt; at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
&lt;br/&gt; at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
&lt;br/&gt; at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
&lt;br/&gt; at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
&lt;br/&gt; at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
&lt;br/&gt; at
coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
&lt;br/&gt; at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
&lt;br/&gt; at
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
&lt;br/&gt; at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
&lt;br/&gt; at
coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
&lt;br/&gt; at
coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
&lt;br/&gt; at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
&lt;br/&gt; at
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
&lt;br/&gt; at coldfusion.CfmServlet.service(CfmServlet.java:107)
&lt;br/&gt; at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
&lt;br/&gt; at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
&lt;br/&gt; at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
&lt;br/&gt; at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259)
&lt;br/&gt; at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
&lt;br/&gt; at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
&lt;br/&gt; at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
&lt;br/&gt; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6907719a-1e1a-4045-8a1c-5074cf6796df] --&gt;</description>
      <pubDate>Thu, 01 Feb 2007 03:34:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/176239</guid>
      <dc:date>2007-02-01T03:34:19Z</dc:date>
      <clearspace:dateToText>7 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

