<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot read Spring bean from ServiceMix in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82279#M55118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The explorer app indeed boots its engine using that spring config file, it doesn't use the ProcessEngines class. That's the reason why it doesn't pick up the engine config.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 07:38:05 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-10-23T07:38:05Z</dc:date>
    <item>
      <title>Cannot read Spring bean from ServiceMix</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82275#M55114</link>
      <description>Hi,I would like to read my spring.xml from a jar file which I deployed in Servicemix.Activiti Engine is also running on the same Servicemix. Currently, I'm unable to read Spring bean.Please find the xml below which located in META-INFroot–META-INF—-Spring.xml&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;amp;</description>
      <pubDate>Mon, 22 Oct 2012 08:20:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82275#M55114</guid>
      <dc:creator>josh3006</dc:creator>
      <dc:date>2012-10-22T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read Spring bean from ServiceMix</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82276#M55115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have an exception?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm no expert in osgi, but this sounds more like an osgi problem than an Activiti one?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82276#M55115</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-22T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read Spring bean from ServiceMix</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82277#M55116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please find the error stacks as below :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It say "Unknown property used in expression" when I use the expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;com.vaadin.event.ListenerMethod$MethodException&lt;BR /&gt;Cause: org.activiti.engine.ActivitiException: Unknown property used in expression&lt;BR /&gt; at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.ui.Button.fireClick(Button.java:539)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.ui.Button.changeVariables(Button.java:206)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariableBurst(AbstractCommunicationManager.java:1299)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1219)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:735)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:296)[210:com.vaadin:6.6.2]&lt;BR /&gt; at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:501)[210:com.vaadin:6.6.2]&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)[109&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.apache.geronimo.specs.geronimo-servlet_2.5_spec:1.1.2]&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 01:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82277#M55116</guid>
      <dc:creator>josh3006</dc:creator>
      <dc:date>2012-10-23T01:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read Spring bean from ServiceMix</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82278#M55117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. you are right, this looks like issue with Servicemix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to add my bean in applicationContext.xml in activiti-explorer &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;eg : \apache-tomcat-6.0.35\webapps\activiti-explorer\WEB-INF\applicationContext.xml&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But I was wondering, why we need to define our bean in here ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already define my bean inside my jar file.. Why activiti did not find the bean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 03:55:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82278#M55117</guid>
      <dc:creator>josh3006</dc:creator>
      <dc:date>2012-10-23T03:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read Spring bean from ServiceMix</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82279#M55118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The explorer app indeed boots its engine using that spring config file, it doesn't use the ProcessEngines class. That's the reason why it doesn't pick up the engine config.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 07:38:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-read-spring-bean-from-servicemix/m-p/82279#M55118</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-23T07:38:05Z</dc:date>
    </item>
  </channel>
</rss>

