Note that there are some explanatory texts on larger screens.

plurals
  1. POErro loading schemes from Eclipse - Mule IDE
    primarykey
    data
    text
    <p>i am attempting to create my first mule server but i get an error for any external scheme i try and include,</p> <p>my Config file is as follows (working on Eclipse Indigo with mule standalone 3.2 installation):</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:spring="http://www.springframework.org/schema/beans" xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns:vm="http://www.mulesoft.org/schema/mule/vm" xmlns:quartz="http://www.mulesoft.org/schema/mule/quartz" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/3.2/mule.xsd http://www.mulesoft.org/schema/mule/quartz http://www.mulesoft.org/schema/mule/quartz/current/mule-quartz.xsd http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/3.2/mule-http.xsd http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/3.2/mule-vm.xsd"&gt; &lt;flow name="ChatListener"&gt; &lt;quartz:inbound-endpoint jobName="eventTimer" repeatInterval="2000"&gt; &lt;quartz:event-generator-job&gt; &lt;quartz:payload&gt;Poll Chat DB&lt;/quartz:payload&gt; &lt;/quartz:event-generator-job&gt; &lt;/quartz:inbound-endpoint&gt; &lt;component&gt; &lt;singleton-object class="com.TimeLineListener.ChatListener" /&gt; &lt;/component&gt; &lt;vm:outbound-endpoint path="ChatMsgs" exchange-pattern="one-way"/&gt; &lt;/flow&gt; &lt;flow name="TimeLineMsgSender"&gt; &lt;composite-source&gt; &lt;!-- Incoming Chat Msgs --&gt; &lt;vm:inbound-endpoint path="ChatMsgs" exchange-pattern="one-way"/&gt; &lt;!-- Incoming SIEM Msgs --&gt; &lt;vm:inbound-endpoint path="SIEMMsgs" exchange-pattern="one-way"/&gt; &lt;!-- Incoming NMS Msgs --&gt; &lt;vm:inbound-endpoint path="NMSMsgs" exchange-pattern="one-way"/&gt; &lt;/composite-source&gt; &lt;!-- Tested OutPut endpoint --&gt; &lt;stdio:outbound-endpoint system="OUT"/&gt; &lt;/flow&gt; &lt;/mule&gt; and the errors i recieve are: 1. The prefix "stdio" for element "stdio:outbound-endpoint" is not bound. mule-config.xml ‪/ChatTester‬ line 41 XML Problem 2. cvc-complex-type.2.4.a: Invalid content was found starting with element 'vm:inbound-endpoint'. One of '{"http://www.mulesoft.org/schema/mule/core":abstract-inbound-endpoint}' is expected. mule-config.xml ‪/ChatTester‬ line 31 XML Problem 3. cvc-complex-type.2.4.a: Invalid content was found starting with element 'quartz:inbound-endpoint'. One of '{"http://www.mulesoft.org/schema/mule/core":description, "http://www.mulesoft.org/schema/mule/core":composite-source, "http://www.mulesoft.org/schema/mule/core":abstract-inbound-endpoint, "http://www.mulesoft.org/schema/mule/core":abstract-message-processor, "http://www.mulesoft.org/schema/mule/core":abstract-outbound-endpoint, "http://www.mulesoft.org/schema/mule/core":response}' is expected. mule-config.xml ‪/ChatTester‬ line 17 XML Problem </code></pre> <p>any idea what i"m doing wrong? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload