Discussion:
Combining Mule and Esper
Dominik Bial
2012-02-14 16:30:44 UTC
Permalink
Hi,

I need the CEP capabilities of Mule for a project and would like to use the Esper module instead of the integrated Drools project. I tried to follow the description on the [Mule blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/] but could not get the example running.
The problem is that the schema location ( [http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd] ) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as well? Is the schema just not available at the moment? Any help is appreciated.

Thanks!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
David Dossot
2012-02-14 17:28:28 UTC
Permalink
Did you add the Esper and Drools modules to your classpath? The schemas are
contained within these JARs: Mule will find them and load them fine.

D.


On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial <
Post by Dominik Bial
Hi,
I need the CEP capabilities of Mule for a project and would like to use
the Esper module instead of the integrated Drools project. I tried to
follow the description on the [Mule blog|
http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/]
but could not get the example running.
The problem is that the schema location ( [
http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd]
) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as
well? Is the schema just not available at the moment? Any help is
appreciated.
Thanks!
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Ana Konstantinovic
2012-02-14 17:44:18 UTC
Permalink
Hello,

I am using MULE 2.2 with spring, and hibernate. I created a CXF web service and it worked well up until I tried to use HTTPS transport. HTTPS connector seems to require keystore , certificates and trust stores to be configured.
What I need is the way to configure anonymous SSL . It says in documentation that this is a bug in Mule and it needs to be hardcoded: Known Issue EE-2060<http://www.mulesoft.org/jira/browse/EE-2060>
I don’t understand what property needs to be set to true. Which Boolean flag is it? I tried setting the properties anonymous =”true” and anon=”true” in the connector, but it did not work.

Is it possible to get anonymous SSL to work in MULE 2.2?
Did anyone get it to work?

Any help is appreciated,
Thanks
Ana

From: ***@gmail.com [mailto:***@gmail.com] On Behalf Of David Dossot
Sent: Tuesday, February 14, 2012 9:28 AM
To: ***@mule.codehaus.org
Subject: Re: [mule-user] Combining Mule and Esper

Did you add the Esper and Drools modules to your classpath? The schemas are contained within these JARs: Mule will find them and load them fine.

D.

On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial <***@mulesource.com<mailto:***@mulesource.com>> wrote:
Hi,

I need the CEP capabilities of Mule for a project and would like to use the Esper module instead of the integrated Drools project. I tried to follow the description on the [Mule blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/] but could not get the example running.
The problem is that the schema location ( [http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>] ) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as well? Is the schema just not available at the moment? Any help is appreciated.

Thanks!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Mike Schilling
2012-02-14 19:19:31 UTC
Permalink
The issue says that the first parameter of the call to
TlsConfiguration.intiailize() found in HttpsConnector.doInitialize()
needs to be "false" for anonymous HTTP. (I haven't tried this myself).
You can try modifying the code to do that, either always (if you never
use non-aonymous HTTP), or based on an environment variable, system
property, the name of the connector, etc.

Mike
Post by Ana Konstantinovic
Hello,
I am using MULE 2.2 with spring, and hibernate. I created a CXF web
service and it worked well up until I tried to use HTTPS transport.
HTTPS connector seems to require keystore , certificates and trust
stores to be configured.
What I need is the way to configure anonymous SSL . It says in
Known Issue EE-2060 <http://www.mulesoft.org/jira/browse/EE-2060>
I don’t understand what property needs to be set to true. Which
Boolean flag is it? I tried setting the properties anonymous =”true”
and anon=”true” in the connector, but it did not work.
Is it possible to get anonymous SSL to work in MULE 2.2?
Did anyone get it to work?
Any help is appreciated,
Thanks
Ana
*David Dossot
*Sent:* Tuesday, February 14, 2012 9:28 AM
*Subject:* Re: [mule-user] Combining Mule and Esper
Did you add the Esper and Drools modules to your classpath? The
schemas are contained within these JARs: Mule will find them and load
them fine.
D.
On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial
Hi,
I need the CEP capabilities of Mule for a project and would like to
use the Esper module instead of the integrated Drools project. I tried
to follow the description on the [Mule
blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/]
but could not get the example running.
The problem is that the schema location (
[http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd
<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd%7Chttp:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>]
) cannot be found.
Has anybody tried to run the example and stumbled over the same
problem as well? Is the schema just not available at the moment? Any
help is appreciated.
Thanks!
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Ana Konstantinovic
2012-02-14 19:59:35 UTC
Permalink
Hi mike,

This exactly what I tried to do, modify the https connector:
<https:connector name="httpsConnector" anonymous="true"
enableCookies="false" createMultipleTransactedReceivers="false"
dynamicNotification="false"
validateConnections="false"
sendTcpNoDelay="false"
reuseAddress="false"
keepSendSocketOpen="false" keepAlive="false">
<https:tls-client false/>
<https:tls-key-store path="mykeystore.jks" keyPassword="password" storePassword="password"/>
<https:tls-server path="C:/dev/jdk/jdk1.6.0_14/jre/lib/security/cacerts" storePassword="changeit"/>
<https:tls-protocol-handler />
</https:connector>

Here is where the reference is used:
<service name="RulesProcessService">
<inbound>
<cxf:inbound-endpoint connector-ref="httpsConnector" address="https://${rules.ws.host}:${rules.ws.port}/services/RulesProcessService"
serviceName="RulesProcessService" >

 
.
</service>
The problem is that I don’t know where exactly to modify the code.

Where do I modify HttpsConnector.doInitialize() method? Maybe I have to create a custom connector,

Thanks Mike,
Ana

From: Mike Schilling [mailto:***@mulesource.com]
Sent: Tuesday, February 14, 2012 11:20 AM
To: ***@mule.codehaus.org
Cc: Ana Konstantinovic
Subject: Re: [mule-user] Combining Mule and Esper

The issue says that the first parameter of the call to TlsConfiguration.intiailize() found in HttpsConnector.doInitialize() needs to be "false" for anonymous HTTP. (I haven't tried this myself). You can try modifying the code to do that, either always (if you never use non-aonymous HTTP), or based on an environment variable, system property, the name of the connector, etc.

Mike


On 2/14/2012 9:44 AM, Ana Konstantinovic wrote:
Hello,

I am using MULE 2.2 with spring, and hibernate. I created a CXF web service and it worked well up until I tried to use HTTPS transport. HTTPS connector seems to require keystore , certificates and trust stores to be configured.
What I need is the way to configure anonymous SSL . It says in documentation that this is a bug in Mule and it needs to be hardcoded: Known Issue EE-2060<http://www.mulesoft.org/jira/browse/EE-2060>
I don’t understand what property needs to be set to true. Which Boolean flag is it? I tried setting the properties anonymous =”true” and anon=”true” in the connector, but it did not work.

Is it possible to get anonymous SSL to work in MULE 2.2?
Did anyone get it to work?

Any help is appreciated,
Thanks
Ana

From: ***@gmail.com<mailto:***@gmail.com> [mailto:***@gmail.com] On Behalf Of David Dossot
Sent: Tuesday, February 14, 2012 9:28 AM
To: ***@mule.codehaus.org<mailto:***@mule.codehaus.org>
Subject: Re: [mule-user] Combining Mule and Esper

Did you add the Esper and Drools modules to your classpath? The schemas are contained within these JARs: Mule will find them and load them fine.

D.

On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial <***@mulesource.com<mailto:***@mulesource.com>> wrote:
Hi,

I need the CEP capabilities of Mule for a project and would like to use the Esper module instead of the integrated Drools project. I tried to follow the description on the [Mule blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/] but could not get the example running.
The problem is that the schema location ( [http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd%7Chttp:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>] ) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as well? Is the schema just not available at the moment? Any help is appreciated.

Thanks!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Mike Schilling
2012-02-14 20:01:16 UTC
Permalink
Paste your version of HttpsConnector.doInitialize().

Mike
Post by Ana Konstantinovic
Hi mike,
<https:connectorname=/"httpsConnector"/_anonymous=/"true"/ _
enableCookies=/"false"/createMultipleTransactedReceivers=/"false"/
dynamicNotification=/"false"/
validateConnections=/"false"/
sendTcpNoDelay=/"false"/
reuseAddress=/"false"/
keepSendSocketOpen=/"false"/keepAlive=/"false"/>
<https:tls-clientfalse/>
<https:tls-key-storepath=/"mykeystore.jks"/keyPassword=/"password"/storePassword=/"password"//>
<https:tls-serverpath=/"C:/dev/jdk/jdk1.6.0_14/jre/lib/security/cacerts"/storePassword=/"changeit"//>
<https:tls-protocol-handler/>
</https:connector>
<servicename=/"RulesProcessService"/>
<inbound>
<cxf:inbound-endpointconnector-ref=/"httpsConnector"/address=/"https://${rules.ws.host}:${rules.ws.port}/services/RulesProcessService"/
serviceName=/"RulesProcessService"/>

 
.
</service>
The problem is that I don’t know where exactly to modify the code.
Where do I modify HttpsConnector.doInitialize() method? Maybe I have
to create a custom connector,

Thanks Mike,
Ana
*Sent:* Tuesday, February 14, 2012 11:20 AM
*Cc:* Ana Konstantinovic
*Subject:* Re: [mule-user] Combining Mule and Esper
The issue says that the first parameter of the call to
TlsConfiguration.intiailize() found in HttpsConnector.doInitialize()
needs to be "false" for anonymous HTTP. (I haven't tried this
myself). You can try modifying the code to do that, either always (if
you never use non-aonymous HTTP), or based on an environment variable,
system property, the name of the connector, etc.
Mike
Hello,
I am using MULE 2.2 with spring, and hibernate. I created a CXF web
service and it worked well up until I tried to use HTTPS transport.
HTTPS connector seems to require keystore , certificates and trust
stores to be configured.
What I need is the way to configure anonymous SSL . It says in
Known Issue EE-2060 <http://www.mulesoft.org/jira/browse/EE-2060>
I don’t understand what property needs to be set to true. Which
Boolean flag is it? I tried setting the properties anonymous =”true”
and anon=”true” in the connector, but it did not work.
Is it possible to get anonymous SSL to work in MULE 2.2?
Did anyone get it to work?
Any help is appreciated,
Thanks
Ana
*Sent:* Tuesday, February 14, 2012 9:28 AM
*Subject:* Re: [mule-user] Combining Mule and Esper
Did you add the Esper and Drools modules to your classpath? The
schemas are contained within these JARs: Mule will find them and load
them fine.
D.
On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial
Hi,
I need the CEP capabilities of Mule for a project and would like to
use the Esper module instead of the integrated Drools project. I tried
to follow the description on the [Mule
blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/]
but could not get the example running.
The problem is that the schema location (
[http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd
<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd%7Chttp:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>]
) cannot be found.
Has anybody tried to run the example and stumbled over the same
problem as well? Is the schema just not available at the moment? Any
help is appreciated.
Thanks!
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Ana Konstantinovic
2012-02-14 20:03:10 UTC
Permalink
I don’t have it. I use one provided in Mule
Is that what you meant?

Ana Konstantinovic
Software Engineer
HERAE, LLC.

[Description: cid:***@01CB80D6.A0FB46D0]


Phone: (858) 866 0144 x147
Fax: (858) 866 0147
Email: ***@herae.com<mailto:***@herae.com>
Address: 10680 Treena Street, Suite 302, San Diego, CA 92131

THIS MESSAGE, TOGETHER WITH ANY ATTACHMENTS, IS INTENDED ONLY FOR THE USE OF THOSE TO WHOM IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. IF THE READER OF THIS MESSAGE IS NOT THE INTENDED RECIPIENT, EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THE MESSAGE, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION, DISTRIBUTION, OR COPYING OF THIS TRANSMISSION IS STRICTLY PROHIBITED. IF YOU RECEIVED THIS MESSAGE IN ERROR, PLEASE NOTIFY THE ORIGINAL SENDER IMMEDIATELY BY TELEPHONE OR E-MAIL AND DELETE THIS MESSAGE, ALONG WITH ANY ATTACHMENTS, FROM YOUR COMPUTER.


From: Mike Schilling [mailto:***@mulesource.com]
Sent: Tuesday, February 14, 2012 12:01 PM
To: Ana Konstantinovic
Cc: ***@mule.codehaus.org
Subject: Re: [mule-user] Combining Mule and Esper

Paste your version of HttpsConnector.doInitialize().

Mike

On 2/14/2012 11:59 AM, Ana Konstantinovic wrote:
Hi mike,

This exactly what I tried to do, modify the https connector:
<https:connector<https://connector> name="httpsConnector" anonymous="true"
enableCookies="false" createMultipleTransactedReceivers="false"
dynamicNotification="false"
validateConnections="false"
sendTcpNoDelay="false"
reuseAddress="false"
keepSendSocketOpen="false" keepAlive="false">
<https:tls-client<https://tls-client> false/>
<https:tls-key-store<https://tls-key-store> path="mykeystore.jks" keyPassword="password" storePassword="password"/>
<https:tls-server<https://tls-server> path="C:/dev/jdk/jdk1.6.0_14/jre/lib/security/cacerts" storePassword="changeit"/>
<https:tls-protocol-handler<https://tls-protocol-handler> />
</https:connector<https://connector>>

Here is where the reference is used:
<service name="RulesProcessService">
<inbound>
<cxf:inbound-endpoint connector-ref="httpsConnector" address="https://${rules.ws.host}:${rules.ws.port}/services/RulesProcessService"
serviceName="RulesProcessService" >

 
.
</service>
The problem is that I don’t know where exactly to modify the code.

Where do I modify HttpsConnector.doInitialize() method? Maybe I have to create a custom connector,

Thanks Mike,
Ana

From: Mike Schilling [mailto:***@mulesource.com]
Sent: Tuesday, February 14, 2012 11:20 AM
To: ***@mule.codehaus.org<mailto:***@mule.codehaus.org>
Cc: Ana Konstantinovic
Subject: Re: [mule-user] Combining Mule and Esper

The issue says that the first parameter of the call to TlsConfiguration.intiailize() found in HttpsConnector.doInitialize() needs to be "false" for anonymous HTTP. (I haven't tried this myself). You can try modifying the code to do that, either always (if you never use non-aonymous HTTP), or based on an environment variable, system property, the name of the connector, etc.

Mike


On 2/14/2012 9:44 AM, Ana Konstantinovic wrote:
Hello,

I am using MULE 2.2 with spring, and hibernate. I created a CXF web service and it worked well up until I tried to use HTTPS transport. HTTPS connector seems to require keystore , certificates and trust stores to be configured.
What I need is the way to configure anonymous SSL . It says in documentation that this is a bug in Mule and it needs to be hardcoded: Known Issue EE-2060<http://www.mulesoft.org/jira/browse/EE-2060>
I don’t understand what property needs to be set to true. Which Boolean flag is it? I tried setting the properties anonymous =”true” and anon=”true” in the connector, but it did not work.

Is it possible to get anonymous SSL to work in MULE 2.2?
Did anyone get it to work?

Any help is appreciated,
Thanks
Ana

From: ***@gmail.com<mailto:***@gmail.com> [mailto:***@gmail.com] On Behalf Of David Dossot
Sent: Tuesday, February 14, 2012 9:28 AM
To: ***@mule.codehaus.org<mailto:***@mule.codehaus.org>
Subject: Re: [mule-user] Combining Mule and Esper

Did you add the Esper and Drools modules to your classpath? The schemas are contained within these JARs: Mule will find them and load them fine.

D.

On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial <***@mulesource.com<mailto:***@mulesource.com>> wrote:
Hi,

I need the CEP capabilities of Mule for a project and would like to use the Esper module instead of the integrated Drools project. I tried to follow the description on the [Mule blog|http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/] but could not get the example running.
The problem is that the schema location ( [http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd%7Chttp:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>] ) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as well? Is the schema just not available at the moment? Any help is appreciated.

Thanks!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
David Dossot
2012-02-14 20:08:15 UTC
Permalink
Can you guys use another thread? You're hijacking this "Combining Mule and
Esper" thread with another conversation, which won't help the OP at all...

On Tue, Feb 14, 2012 at 11:59 AM, Ana Konstantinovic <
Hi mike,****
** **
This exactly what I tried to do, modify the https connector:****
<https:connector name=*"httpsConnector"* *anonymous="true" *****
enableCookies=*"false"* createMultipleTransactedReceivers=*"false"* ****
dynamicNotification=*"false"* ****
validateConnections=*"false"* ****
sendTcpNoDelay=*"false"* ****
reuseAddress=*"false"* ****
keepSendSocketOpen=*"false"* keepAlive=*"false"*>****
<https:tls-client false/> ****
<https:tls-key-store path=*"mykeystore.jks"* keyPassword=*"password"*
storePassword=*"password"*/>****
<https:tls-server path=*"C:/dev/jdk/jdk1.6.0_14/jre/lib/security/cacerts"*
storePassword=*"changeit"*/>****
<https:tls-protocol-handler />****
</https:connector>****
** **
Here is where the reference is used:****
<service name=*"RulesProcessService"*>****
<inbound>****
<cxf:inbound-endpoint connector-ref=*"httpsConnector"*
address=*"https://
${rules.ws.host}:${rules.ws.port}/services/RulesProcessService"*****
serviceName=*"RulesProcessService"* > ****

 
.****
</service>****
The problem is that I don’t know where exactly to modify the code.****
** **
Where do I modify HttpsConnector.doInitialize() method? Maybe I have to
create a custom connector,
****
Thanks Mike,****
Ana****
** **
*Sent:* Tuesday, February 14, 2012 11:20 AM
*Cc:* Ana Konstantinovic
*Subject:* Re: [mule-user] Combining Mule and Esper****
** **
The issue says that the first parameter of the call to
TlsConfiguration.intiailize() found in HttpsConnector.doInitialize() needs
to be "false" for anonymous HTTP. (I haven't tried this myself). You can
try modifying the code to do that, either always (if you never use
non-aonymous HTTP), or based on an environment variable, system property,
the name of the connector, etc.
Mike
On 2/14/2012 9:44 AM, Ana Konstantinovic wrote: ****
Hello,****
****
I am using MULE 2.2 with spring, and hibernate. I created a CXF web
service and it worked well up until I tried to use HTTPS transport. HTTPS
connector seems to require keystore , certificates and trust stores to be
configured.****
What I need is the way to configure anonymous SSL . It says in
documentation that this is a bug in Mule and it needs to be hardcoded: Known
Issue EE-2060 <http://www.mulesoft.org/jira/browse/EE-2060> ****
I don’t understand what property needs to be set to true. Which Boolean
flag is it? I tried setting the properties anonymous =”true” and
anon=”true” in the connector, but it did not work.****
****
Is it possible to get anonymous SSL to work in MULE 2.2?****
Did anyone get it to work?****
****
Any help is appreciated,****
Thanks****
Ana ****
****
Behalf Of *David Dossot
*Sent:* Tuesday, February 14, 2012 9:28 AM
*Subject:* Re: [mule-user] Combining Mule and Esper****
****
Did you add the Esper and Drools modules to your classpath? The schemas
are contained within these JARs: Mule will find them and load them fine.**
**
****
D.****
****
On Tue, Feb 14, 2012 at 8:30 AM, Dominik Bial <
Hi,
I need the CEP capabilities of Mule for a project and would like to use
the Esper module instead of the integrated Drools project. I tried to
follow the description on the [Mule blog|
http://blogs.mulesoft.org/twitter-complex-event-processing-cep-with-esper-and-drools/]
but could not get the example running.
The problem is that the schema location ( [
http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd|http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd<http://www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd%7Chttp:/www.mulesoft.org/schema/mule/esper/1.0/mule-esper.xsd>]
) cannot be found.
Has anybody tried to run the example and stumbled over the same problem as
well? Is the schema just not available at the moment? Any help is
appreciated.
Thanks!
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
****
****
** **
yasn
2012-02-15 16:54:55 UTC
Permalink
I get the impression that this is a configuration issue. I found [this|http://jonathan.lalou.free.fr/?p=1707] saying that the file spring.schemas could help. I followed the steps and tried to point to the xsd file inside of the Esper connector, however, it did not help. Has anybody experience in setting up a Mule - Esper environment and could give me some hints?

At the moment I use the Mule-standalone jar. I wonder if this issue can be solved by using Maven. Any experiences on that?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
David Dossot
2012-02-15 17:04:36 UTC
Permalink
Using Maven would certainly help.
Post by yasn
I get the impression that this is a configuration issue. I found [this|
http://jonathan.lalou.free.fr/?p=1707] saying that the file
spring.schemas could help. I followed the steps and tried to point to the
xsd file inside of the Esper connector, however, it did not help. Has
anybody experience in setting up a Mule - Esper environment and could give
me some hints?
At the moment I use the Mule-standalone jar. I wonder if this issue can be
solved by using Maven. Any experiences on that?
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
john demic
2012-02-16 21:19:14 UTC
Permalink
You'll need the JAR in your application's lib directory. As David mentioned the easiest way to get it there is use Maven to build and deploy your app.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
yasn
2012-02-17 07:29:44 UTC
Permalink
Thanks for the feedback! I started to do configure Maven yesterday and let you know if there is any progress.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
dhagan
2013-03-19 01:55:38 UTC
Permalink
Folks,

This is not working

Compiling from the github repo,
https://github.com/mulesoft/mule-module-esper/ it fails due to dependencies
in the pom.

http://mulesoft.github.com/mule-module-esper/guide/install.html
fails due to similar dependencies in the pom

Downloading the jar bits and placing them in the class path results in the
same unresolved devkit xsd.
http://www.mulesoft.org/extensions/esper-module


I'm really stuck here.

Is mulesoft dead?






--
View this message in context: http://mule.1045714.n5.nabble.com/Combining-Mule-and-Esper-tp5482968p5717302.html
Sent from the Mule - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...