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